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

喜欢而已 提交于 2019-11-29 09:15:30

exactly Sashi : aLogCat is basical, but if you want your own reader, there is a special permission for this : Read_logs.

The least you can see is an entry from the ActivityManager : looking like this approx.

- Timestamp - INFO/ActivityManager(7703): Starting: Intent {act=android.intent.action.MAIN
cat= [android.intent.category.LAUNCHER]cmp=com.lemonde.androidapp/.SplashActivity 
bnds=[5,553][115,671] } from pid 7786

and here is an interesting tutorial

Good luck !

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!