Debugging a WebView (Ionic) app on Android via logcat

It seems that logcat can not properly parse tag names with whitespaces. So instead I suggest using grep on the device:

adb shell "logcat | grep 'Web Console'"

Leave a Comment