java - Thread dumps and signals to get deadlocks with line numbers -


i thread dump, "kill -3" on android process, can see deadlocks. but, adb shell, "operation not permitted," since test phones not rooted.

are deadlocks visible in ddms thread monitor? but, line numbers not available there.

here article explains how debug thread deadlock in android. adding self logging might catching deadlocks. plus if app doing network/disk operations might want read on android strictmode.

http://developer.android.com/reference/android/os/strictmode.html


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -