Skip to content

Instantly share code, notes, and snippets.

@ddesai
ddesai / adb-logcat
Created March 21, 2015 23:42
howto get android device logs - adb
PRE-CONDITION:
* You already have "adb" tool available from the command line.
* Details on the various usage of adb is here: http://developer.android.com/tools/help/adb.html#Enabling
1) Connect the android device to the laptop using USB
2) Use the command below on your laptop to redirect the log to the file - say mylog.txt
adb logcat >mylog.txt