I gave an unabridged version of my last Android Meetup talk at this year's YOW Conference. It has been an honour being part of this awesome conference!
What wonderful timing to announce being a part of the Google Developer Experts program too! Thanks to everyone who stayed behind to watch me babble on and on for an hour!
THIS BLOG IS DEPRECATED. I have moved to https://zdominguez.com/ Things I learned whilst writing stuff for Android, hoping to help someone save all the time I wasted trying to do things.
Showing posts with label adb. Show all posts
Showing posts with label adb. Show all posts
06 October 2016
19 July 2012
Save Logcat contents to file
Note to self: to save the contents of Logcat to a text file:
- Navigate to the SDK installation directory.
- Go to the /platform-tools folder.
adb logcat -d > my_logcat_dump.txt
If there is more than one device connected to adb, specify which device's log to dump:
adb -s emulator-5558 logcat -d > my_logcat_dump.txt
Subscribe to:
Posts (Atom)