How do I get the logfile from an Android device? - Stack Overflow
The -d option dumps the entire circular buffer into the text file and if you are looking for a particular action/intent try
$adb logcat -d | grep 'com.whatever.you.are.looking.for' -B 100 -A 100 > shorterlog.txt
Read full article from How do I get the logfile from an Android device? - Stack Overflow
No comments:
Post a Comment