且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

通过 logcat 在 Android 上调试 WebView (Ionic) 应用程序

更新时间:2022-12-28 17:21:53

logcat 似乎无法正确解析带有空格的标签名称.所以我建议在设备上使用 grep :

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'"