Tagstack trace

Get Android stack trace from device using Debug Bridge

Instead of crashing, sometimes your Android application will stop responding and dump a stack trace to the device. You probably will not be able to access this using Android File Transfer, and if you view it using the Dalvik Debug Monitor Server (DDMS) the data directory will probably appear empty. You can get the file using the Android Debug Bridge (ADB) however. The easiest way to set this up...