android webview调试相关

2018-06-01  本文已影响14人  ye_evan_ye

1,http://www.initlabs.com/projects/webview-app

  A tool for HTML5 and WebGL developers to quickly test performance of UIWebView vs WKWebView on an iPhone/iPad

2,chrome调试android webview.

https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews?hl=zh-cn

http://wiki.jikexueyuan.com/project/chrome-devtools/remote-debugging-on-android.html

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {

    mWebView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);

}

3,假数据服务

https://easy-mock.com/

4 CatLog - Logcat Reader!

https://play.google.com/store/apps/details?id=com.nolanlawson.logcat&hl=en_US

https://github.com/nolanlawson/Catlog   https://github.com/plusCubed/matlog   adb shell pm grant com.pluscubed.matloglibre android.permission.READ_LOGS

https://github.com/tananaev/rootless-logcat

上一篇下一篇

猜你喜欢

热点阅读