What tools you use to record logcat log? which format?

167 views
Skip to first unread message

m41m41

unread,
Apr 10, 2012, 12:32:49 PM4/10/12
to androidlo...@googlegroups.com
Please list the log recorder tool. We may support their format in the future(please upload log file).

Alex Gratnik

unread,
Apr 11, 2012, 10:46:41 AM4/11/12
to androidlogcatviewer
I suppose application should support all logcat formats
http://developer.android.com/guide/developing/tools/adb.html.

This application can be useful not only for android developers. For
example in iOS I have a lot of logs too.

LogCat logs formats:

brief — Display priority/tag and the PID of process issuing the
message (the default format).

I/StatusBarPolicy( 2856): onDataActivity-D:0

process — Display PID only.

E( 2715) TMU status = 0 (BatteryService)

tag — Display the priority/tag only.

D/UnlockClock: GMT_update mRightNow.getTimeZone().getID() == Europe/
Kiev

raw — Display the raw log message, with no other metadata fields.

GC_EXPLICIT freed 1K, 49% free 2748K/5379K, external 0K/0K, paused
106ms

time — Display the date, invocation time, priority/tag, and PID of the
process issuing the message.

04-11 17:41:22.378 V/WifiMonitor( 2715): Event [ SCAN-RESULTS ]

threadtime — Display the date, invocation time, priority, tag, and the
PID and TID of the thread issuing the message.

04-11 17:41:22.383 15177 15177 I wpa_supplicant: SCAN_RESULTS : [10]

long — Display all metadata fields and separate messages with a blank
lines.

[ 04-11 17:41:22.383
SCAN_RESULTS : [10]


iOS log format

2012-04-11 14:38:18.149 SyncMe[9431:15b03] Removing cookie:


m41m41

unread,
Apr 11, 2012, 12:21:53 PM4/11/12
to androidlo...@googlegroups.com
Support all logcat format is ok, we should do it.
 
iOS log, only one format? only one log buffer?
We are not familiar with this. any one can list all?

Alex Gratnik

unread,
Apr 12, 2012, 3:52:41 AM4/12/12
to androidlogcatviewer

I know only one log format for iOS.
Reply all
Reply to author
Forward
0 new messages