Skip to content

Instantly share code, notes, and snippets.

@webmonger
Created October 21, 2014 10:27
Show Gist options
  • Save webmonger/1fc0c4b5be8f71131702 to your computer and use it in GitHub Desktop.
Save webmonger/1fc0c4b5be8f71131702 to your computer and use it in GitHub Desktop.
First and Second run of an Android (Xamarin) App opening from the App menu
Run 1 - Load app from downloads folder - press open - click home - open again from App menu
10-21 11:22:00.529: I/mono-stdout(11405): MONO - CTOR - HelloAndroid
10-21 11:22:00.564: I/mono-stdout(11405): MONO - OnCreate Start
10-21 11:22:00.644: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.649: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.654: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.659: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.679: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.699: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.704: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:00.704: I/mono-stdout(11405): MONO - OnCreate End
10-21 11:22:00.704: I/mono-stdout(11405): MONO - OnCreate Start
10-21 11:22:00.709: I/mono-stdout(11405): MONO - OnCreate End
10-21 11:22:00.709: I/mono-stdout(11405): MONO - OnResume Start
10-21 11:22:00.709: I/mono-stdout(11405): MONO - OnResume End
10-21 11:22:00.714: I/mono-stdout(11405): MONO - OnPostResume Start
10-21 11:22:00.714: I/mono-stdout(11405): MONO - OnPostResume End
10-21 11:22:12.799: I/mono-stdout(11405): MONO - OnPause Start
10-21 11:22:12.804: I/mono-stdout(11405): MONO - OnPause End
10-21 11:22:13.159: I/mono-stdout(11405): MONO - OnStop Start
10-21 11:22:13.159: I/mono-stdout(11405): MONO - OnStop End
########## Home button pressed and app restarted here ##########
10-21 11:22:15.599: I/mono-stdout(11405): MONO - CTOR - HelloAndroid
10-21 11:22:15.604: I/mono-stdout(11405): MONO - OnCreate Start
10-21 11:22:15.609: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.609: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.609: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.614: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.614: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnCreateView Start
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnCreate End
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnCreate Start
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnCreate End
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnResume Start
10-21 11:22:15.624: I/mono-stdout(11405): MONO - OnResume End
10-21 11:22:15.629: I/mono-stdout(11405): MONO - OnPostResume Start
10-21 11:22:15.629: I/mono-stdout(11405): MONO - OnPostResume End
########## App removed from Background ##########
Run 2 - Start app from Apps menu - press home - open again from App menu
10-21 11:22:51.309: I/mono-stdout(11637): MONO - CTOR - HelloAndroid
10-21 11:22:51.324: I/mono-stdout(11637): MONO - OnCreate Start
10-21 11:22:51.369: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.374: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.374: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.379: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.384: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.389: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.389: I/mono-stdout(11637): MONO - OnCreateView Start
10-21 11:22:51.389: I/mono-stdout(11637): MONO - OnCreate End
10-21 11:22:51.389: I/mono-stdout(11637): MONO - OnCreate Start
10-21 11:22:51.394: I/mono-stdout(11637): MONO - OnCreate End
10-21 11:22:51.394: I/mono-stdout(11637): MONO - OnResume Start
10-21 11:22:51.394: I/mono-stdout(11637): MONO - OnResume End
10-21 11:22:51.394: I/mono-stdout(11637): MONO - OnPostResume Start
10-21 11:22:51.394: I/mono-stdout(11637): MONO - OnPostResume End
10-21 11:22:55.359: I/mono-stdout(11637): MONO - OnPause Start
10-21 11:22:55.364: I/mono-stdout(11637): MONO - OnPause End
10-21 11:22:55.509: I/mono-stdout(11637): MONO - OnStop Start
10-21 11:22:55.509: I/mono-stdout(11637): MONO - OnStop End
########## Home button pressed and app restarted here ##########
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnRestart Start
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnRestart End
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnCreate Start
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnCreate End
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnResume Start
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnResume End
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnPostResume Start
10-21 11:22:57.684: I/mono-stdout(11637): MONO - OnPostResume End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment