Monday, January 11, 2016

How to obtain logcat other applications it? Or specify TAG's log?





I used the program "logcat -d MainTT: v *: s" to get the log other procedures, access to always "--------- beginning of / dev / log / main", instead of " are also output information own programs logcat -d "obtained. You do not get other programs or specify the tag logcat it?
Reply:
quote landlord oSimon123456789 reply:
I was in the program with "logcat -d MainTT: v *: s" to get the log of another program, to get the total is "--------- beginning of / dev / log / main", and outputs information with "logcat -d" are also obtained its own program. You do not get other programs or specify the tag logcat it?


adb logcat -c // clear the previous log

adb logcat -v time & gt; d: /sss.log // the current log output to disk sss.log in sss.log d does not exist will automatically create the original
exists cover
adb logcat -s "xxx" // output current with xxx as TAG logs filter log LOG.i ("xxx", "YYYYY")

adb logcat // print the log window in the current adb


There are many suggestions LZ see use adb commands Kazakhstan
Reply:
Rarely used so detailed, debug are using eclipse watch or set upstairs ddms
Reply:
cite
Posted: 2013-04-23 19:06:40
I used the program "logcat -d MainTT: v *: s" to get the log other procedures, access to always "--------- beginning of / dev / log / main", instead of " are also output information own programs logcat -d "obtained. You do not get other programs or specify the tag logcat it?

Hey, Landlord, you have to solve the problem yet?
How can I get information about other applications logcat?

Reply:
I now also have to think of ways to get log information from other applications, I do not know how to solve upstairs?
Reply:
This requires your application is the application system have permission to get the rest of log!

No comments:

Post a Comment