开发者

How can I find the android log file?

开发者 https://www.devze.com 2023-03-12 02:53 出处:网络
I am using the 开发者_StackOverflowcommand Log.i(TAG, \"Received a message\"); But I am not able to find where it is outputted.

I am using the 开发者_StackOverflowcommand

Log.i(TAG, "Received a message");

But I am not able to find where it is outputted.

Can any body help me about this?


You can view it in eclipse in the debug environment, and you can use adb: http://developer.android.com/guide/developing/tools/adb.html#logcat

You can also download something like aLogCat on a device for looking at live logfile information.


You can also use the adb logcat command from the console (if adb is in your path).

0

精彩评论

暂无评论...
验证码 换一张
取 消