3

在 Android 应用程序崩溃且未处于调试模式的情况下,我在哪里可以检索堆栈跟踪?

4

1 回答 1

1

Is this on your device?

I assume since your retrieving it you own it. Plug the device into the computer and via adb

issue

adb logcat > log.txt

(log.txt will be filled with a logcat of all stack traces and recent events). Hit CTRL C after about 10 seconds of data collection.

于 2012-05-09T03:12:10.250 回答