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, Ju-hyun Park wrote: > > how can I catch deadlock or hang of process? > When the application on android has some problems such as deadlock or hang > etc, I want to catch the event using API.. > What should I do? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

