docs: APM 监控部分

This commit is contained in:
杭城小刘
2020-04-06 22:35:27 +08:00
parent fb73c0acf4
commit 32d90b27fc
34 changed files with 2702 additions and 126 deletions

View File

@@ -57,9 +57,9 @@ Hybrid 架构设计的第一要考虑的问题就是如何设计前端与 Native
[iOS调试技巧](https://www.jianshu.com/p/f430caa81fa8)
Android 调试技巧:
1. App 中开启 Webview 调试(WebView.setWebContentsDebuggingEnabled(true); )
2. chrome 浏览器输入 chrome://inspect/#devices 访问可以调试的 webview 列表
3. 需要翻墙的环境
- App 中开启 Webview 调试(WebView.setWebContentsDebuggingEnabled(true); )
- chrome 浏览器输入 chrome://inspect/#devices 访问可以调试的 webview 列表
- 需要翻墙的环境
![结构](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/HybridStructure.jpg)