Notifications
Clear all

Android Logs

3 Posts
3 Users
0 Reactions
946 Views
Samuel1
(@samuel1)
Trusted Member
Joined: 14 years ago
Posts: 63
Topic starter  

Have any of you extracted logs from a rooted Android device? I need to know what the *default* format Android stores its logs is. If a date is July 24, 2013, does it appear as

2013-07-24
07/24/2013
24-07-2013

Does anyone here know?

And secondly, does each log file contain a standard extension such as *.log?

Thank you all.


   
Quote
 indi
(@indi)
Trusted Member
Joined: 11 years ago
Posts: 51
 

Did you try logcat, dumpsys, dmesg commands to extract logs from rooted android devices?


   
ReplyQuote
(@derekf)
New Member
Joined: 12 years ago
Posts: 2
 

I'm not sure what kind of log buffer you're looking for but you can always try and run
logcat -b radio -v time -d

This will dump all of the radio buffer log and print out the timestamps of each event. Also, the buffer (-b) can be changed to your liking.


   
ReplyQuote
Share: