Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 google nexus 7(平板电脑)上安装了一些 android 应用程序,我想查看这些应用程序的日志。
这个应用程序不是我创建的,但我想通过日志查看应用程序崩溃的位置。
只需在 xcode 中连接并打开控制台,我就可以在我的 iOS 设备上做到这一点。如何为安卓做到这一点。
谁能告诉,要遵循什么代码或程序。?
您可以安装 android 工具并使用 adb logcat 监控设备的 logcat 输出。
您将能够看到崩溃堆栈跟踪,但看不到导致崩溃的代码。
好吧,我得到了更好地解释这一点的页面。
http://developer.android.com/tools/device.html