Debugging a WebView (Ionic) app on Android via logcat

后端 未结 4 1254
忘了有多久
忘了有多久 2020-12-02 23:52

There are several questions about the subject, however not one of them seems to address the particular problem I\'m having.

I\'m developing an app with Cordova/Ionic

4条回答
  •  执笔经年
    2020-12-03 00:34

    Alternatively when runing adb on linux or unix based os/git bash:

    adb logcat | grep 'Web Console'
    

提交回复
热议问题