Created
September 2, 2014 13:56
-
-
Save fabiosantoscode/83e99d450109fbdd2efd to your computer and use it in GitHub Desktop.
Reading logs from Android Browser.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# only tested these greps in Android 2.x. If you find anything else | |
adb logcat | grep "browser" | grep Console | sed "s/.\\+Console: //g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment