Created
October 19, 2013 05:01
-
-
Save Carlosriverae/7051828 to your computer and use it in GitHub Desktop.
ADB Logcat Web Console for Phonegap Debugging
This file contains 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
adb logcat | grep 'Web Console' | |
- or - | |
adb logcat | grep "CONSOLE" |
For Chrome use: chrome://inspect
Thanks this helped me out a lot.
Thank you so much, this helped me a lot.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is exactly what I've been looking for, thanks.