简体   繁体   中英

How can I find the android log file?

I am using the command

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM