I would like to get a thread dump, like a "kill -3" on my Android process, so I can see deadlocks. But, from the adb shell, I get "Operation not permitted," since my test phones are not rooted.
Are the deadlocks visible in the DDMS thread monitor? But, line numbers are not available there.