Finding Stack Trace in Eclipse with Android

前端 未结 4 1199
野趣味
野趣味 2021-01-12 17:56

Not used to using Eclipse for java, mainly used jEdit but with the Android dev along comes Eclipse. I\'ve switched to the debug window and pressed the debug button which sta

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-12 18:14

    You can directly type the adb logcat at the command prompt, it will display the stack traces.

    For more info, refer this page: http://developer.android.com/guide/developing/tools/adb.html#logcat

提交回复
热议问题