Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Last active June 15, 2020 02:15
Show Gist options
  • Save paulproteus/1a9383327f5033554f5dc5a6643a4e73 to your computer and use it in GitHub Desktop.
Save paulproteus/1a9383327f5033554f5dc5a6643a4e73 to your computer and use it in GitHub Desktop.
Startup logs
06-14 18:26:07.329 5258 5276 D stdio : Starting to capture stdout/stderr to Android log.
06-14 18:26:07.329 5258 5276 D stdio : stdout now successfully routes into the stdio logger.
06-14 18:26:08.615 5258 5276 D stdio : Start Python runtime...
06-14 18:26:08.616 5258 5276 D stdio : Initializing Python runtime...
06-14 18:26:08.821 5258 5276 D stdio : Initializing Python threads...
06-14 18:26:08.821 5258 5276 D stdio : Import rubicon...
06-14 18:26:10.685 5258 5276 D stdio : Python app launched & stored in Android Activity class
06-14 18:26:10.874 5258 5276 D stdio : Toga app: onCreate
06-14 18:26:10.894 5258 5276 D stdio : Toga app: onStart
06-14 18:26:10.899 5258 5276 D stdio : Toga app: onResume
06-14 18:52:07.486 5321 5338 D stdio : Starting to capture stdout/stderr to Android log.
06-14 18:52:07.486 5321 5338 D stdio : stdout now successfully routes into the stdio logger.
06-14 18:52:08.525 5321 5338 D stdio : Start Python runtime...
06-14 18:52:08.528 5321 5338 D stdio : Initializing Python runtime...
06-14 18:52:08.804 5321 5338 D stdio : Initializing Python threads...
06-14 18:52:08.804 5321 5338 D stdio : Import rubicon...
06-14 18:52:10.458 5321 5338 D stdio : Python app launched & stored in Android Activity class
06-14 18:52:10.458 5321 5338 D stdio :
06-14 18:52:10.608 5321 5338 D stdio : Toga app: onCreate
06-14 18:52:10.624 5321 5338 D stdio : Toga app: onStart
06-14 18:52:10.625 5321 5338 D stdio : Toga app: onResume
06-14 18:54:48.352 5414 5432 D stdio : Starting to capture stdout/stderr to Android log.
06-14 18:54:48.352 5414 5432 D stdio : stdout now successfully routes into the stdio logger.
06-14 18:54:49.174 5414 5432 D stdio : Start Python runtime...
06-14 18:54:49.181 5414 5432 D stdio : Initializing Python runtime...
06-14 18:54:49.409 5414 5432 D stdio : Initializing Python threads...
06-14 18:54:49.409 5414 5432 D stdio : Import rubicon...
06-14 18:54:51.990 5414 5432 D stdio : Python app launched & stored in Android Activity class
06-14 18:54:51.990 5414 5432 D stdio : Started event loop
06-14 18:54:52.895 5414 5432 D stdio : Toga app: onCreate
06-14 18:54:52.895 5414 5432 D stdio :
06-14 18:54:52.904 5414 5432 D stdio : Toga app: onStart
06-14 18:54:52.904 5414 5432 D stdio :
06-14 18:54:52.907 5414 5432 D stdio : Toga app: onResume
06-14 18:54:52.907 5414 5432 D stdio :
06-14 19:14:25.297 5517 5535 D stdio : Starting to capture stdout/stderr to Android log.
06-14 19:14:25.297 5517 5535 D stdio : stdout now successfully routes into the stdio logger.
06-14 19:14:25.925 5517 5535 D stdio : Start Python runtime...
06-14 19:14:25.926 5517 5535 D stdio : Initializing Python runtime...
06-14 19:14:26.132 5517 5535 D stdio : Initializing Python threads...
06-14 19:14:26.132 5517 5535 D stdio : Import rubicon...
06-14 19:14:28.536 5517 5535 D stdio : Python app launched & stored in Android Activity class
06-14 19:14:28.549 5517 5535 D stdio :
06-14 19:14:28.552 5517 5535 D stdio : Started event loop
06-14 19:14:28.552 5517 5535 D stdio :
06-14 19:14:28.559 5517 5535 D stdio : Doing call_later on <AndroidEventLoop running=True closed=False debug=False> <RunEventLoopOnceCooperativelyRunnable: 10002> 0
06-14 19:14:28.776 5517 5535 D stdio : Toga app: onCreate
06-14 19:14:28.799 5517 5535 D stdio : Toga app: onStart
06-14 19:14:28.811 5517 5535 D stdio : Toga app: onResume
06-14 19:14:28.849 5517 5535 D stdio : Doing call_later on <AndroidEventLoop running=True closed=False debug=False>
06-14 19:14:28.849 5517 5535 D stdio : <RunScheduledCallbacksThenRestartLoopRunnable: 9986> 0
06-14 19:14:28.950 5517 5535 D stdio : async hello from hello_world_async()
06-14 19:14:28.950 5517 5535 D stdio : Doing call_later on <AndroidEventLoop running=True closed=False debug=False>
06-14 19:14:28.950 5517 5535 D stdio : <RunEventLoopOnceCooperativelyRunnable: 10002>
06-14 19:14:28.950 5517 5535 D stdio : 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment