Skip to content

Commit 87d724a

Browse files
committed
Add more testing code.
1 parent 576d2ba commit 87d724a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Xamarin.Forms-Performance-Integration/Droid/MainActivity.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompa
1717
bool firstOnStart = true;
1818
bool firstOnResume = true;
1919

20+
public MainActivity () : base () {
21+
Console.WriteLine ("MAIN ACTIVITY.");
22+
}
23+
2024
protected override void OnCreate (Bundle bundle)
2125
{
2226
TimingLogger timing = null;

0 commit comments

Comments
 (0)