how to enable WebKit's remote debugging/inspector of Android app using WebView?

前端 未结 5 2003
野趣味
野趣味 2020-12-06 05:27

I need to inspect javascript execution (webview widget) in an android application, while debugging; through SDK & usb cable and/or http/websockets; from destop compute

5条回答
  •  旧巷少年郎
    2020-12-06 06:07

    It cannot be done, because the debugger backend code is not there. The source code you are referencing to is a copy of webkit source in android, but it is not compiled into android release bits.

提交回复
热议问题