Can I see the Logcat on the Android Phone itself, without connecting it to the computer?

后端 未结 2 1931
渐次进展
渐次进展 2020-12-18 19:58

If yes, then how? Does Logcat also log events like starting time of application on its own, or the application has to use something like Log.v(App_name,message) at the start

2条回答
  •  粉色の甜心
    2020-12-18 20:21

    There are a few applications in the market that will let you view the logcat on the phone. One example is aLogCat. Also, I'm pretty sure that it does log a message when the application gets loaded (certainly for the activity being started.

提交回复
热议问题