Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Created June 14, 2020 04:52
Show Gist options
  • Save paulproteus/99a70c65e23e0e70e491e0cf1671342b to your computer and use it in GitHub Desktop.
Save paulproteus/99a70c65e23e0e70e491e0cf1671342b to your computer and use it in GitHub Desktop.
Hello World w/ Android event loop log
06-13 21:51:17.821 4372 4389 D stdio : Starting to capture stdout/stderr to Android log.
06-13 21:51:17.822 4372 4389 D stdio : stdout now successfully routes into the stdio logger.
06-13 21:51:19.086 4372 4389 D stdio : Start Python runtime...
06-13 21:51:19.112 4372 4389 D stdio : Initializing Python runtime...
06-13 21:51:19.351 4372 4389 D stdio : Initializing Python threads...
06-13 21:51:19.351 4372 4389 D stdio : Import rubicon...
06-13 21:51:19.359 4372 4389 D stdio : Rubicon namespace package not registered!
06-13 21:51:22.302 4372 4389 D stdio : Python app launched & stored in Android Activity class
06-13 21:51:22.320 4372 4389 D stdio : Started event loop
06-13 21:51:22.320 4372 4389 D stdio : Doing call_later on
06-13 21:51:22.320 4372 4389 D stdio : <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:22.321 4372 4389 D stdio : <RunEventLoopOnceCooperativelyRunnable: 10134> 0
06-13 21:51:22.321 4372 4389 D stdio :
06-13 21:51:22.532 4372 4389 D stdio : Toga app: onCreate
06-13 21:51:22.551 4372 4389 D stdio : Toga app: onStart
06-13 21:51:22.554 4372 4389 D stdio : Toga app: onResume
06-13 21:51:22.599 4372 4389 D stdio : Doing call_later on <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:22.599 4372 4389 D stdio : <RunScheduledCallbacksThenRestartLoopRunnable: 10042> 0
06-13 21:51:28.395 4372 4389 D stdio : async hello from hello_world_async()
06-13 21:51:28.395 4372 4389 D stdio :
06-13 21:51:28.395 4372 4389 D stdio : Doing call_later on
06-13 21:51:28.396 4372 4389 D stdio :
06-13 21:51:28.396 4372 4389 D stdio : <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:28.396 4372 4389 D stdio :
06-13 21:51:28.397 4372 4389 D stdio : <RunEventLoopOnceCooperativelyRunnable: 10134>
06-13 21:51:28.397 4372 4389 D stdio :
06-13 21:51:28.397 4372 4389 D stdio : 0
06-13 21:51:28.397 4372 4389 D stdio :
06-13 21:51:45.289 4372 4389 D stdio : Doing call_later on
06-13 21:51:45.289 4372 4389 D stdio :
06-13 21:51:45.289 4372 4389 D stdio : <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:45.289 4372 4389 D stdio :
06-13 21:51:45.289 4372 4389 D stdio : <RunEventLoopOnceCooperativelyRunnable: 10134>
06-13 21:51:45.289 4372 4389 D stdio :
06-13 21:51:45.289 4372 4389 D stdio : 0
06-13 21:51:45.294 4372 4389 D stdio :
06-13 21:51:45.321 4372 4389 D stdio : Doing call_later on
06-13 21:51:45.321 4372 4389 D stdio :
06-13 21:51:45.322 4372 4389 D stdio : <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:45.322 4372 4389 D stdio :
06-13 21:51:45.322 4372 4389 D stdio : <RunScheduledCallbacksThenRestartLoopRunnable: 10042>
06-13 21:51:45.322 4372 4389 D stdio :
06-13 21:51:45.322 4372 4389 D stdio : 0
06-13 21:51:45.322 4372 4389 D stdio :
06-13 21:51:45.352 4372 4389 D stdio : Hello async asheesh
06-13 21:51:45.352 4372 4389 D stdio :
06-13 21:51:45.352 4372 4389 D stdio : Doing call_later on
06-13 21:51:45.352 4372 4389 D stdio : <AndroidEventLoop running=True closed=False debug=False>
06-13 21:51:45.352 4372 4389 D stdio : <RunEventLoopOnceCooperativelyRunnable: 10134> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment