[android-developers] Re: how can I catch deadlock or hang of process?

2015-11-14 Thread Nobu Games
Maybe a static analysis tool for Java can help you: - http://stackoverflow.com/questions/8942658/static-analysis-tool-to-detect-multithreading-problems-deadlocks-race-conditio - https://github.com/flurry/checkthread-android-example On Friday, November 13, 2015 at 3:12:29 AM UTC-8,

[android-developers] Re: how can I catch deadlock or hang of process?

2015-11-13 Thread Streets Of Boston
I don't know of an API that can help you figure out a deadlock for you. However, this is what I do to figure out the objects on which a deadlock occurs. -When the app deadlocks, attach the debugger (if it is not yet being debugged). -Then hit the Pause '||' button on the 'Debug' tab. -Then in