I have been trying to track down a bug that only repros on app restart (after killing the app) on android.
Currently if I start the app with debug, then kill it, and restart, I could not find a way to attach the debugger. Are there any better ways to debug this than using test hooks (i.e. debug output inside the app) after the app restarts?