File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2616,6 +2616,7 @@ Chrome 的 Adb 插件,当登录后,能看到所有连接的设备并操作
2616
2616
APP的随身调试平台,它是直接运行在手机上的“集成调试环境”(IDTE, Integrated Debug Environment)。
2617
2617
项目地址:https://github.com/TencentOpen/GT
2618
2618
文档介绍:http://gt.qq.com/docs.html
2619
+
2619
2620
1 . ViewServer
2620
2621
允许 app 运行在任何手机上都可以用 HierarchyViewer 查看
2621
2622
项目地址:https://github.com/romainguy/ViewServer
@@ -2692,8 +2693,11 @@ Android 内存泄露检测工具,集成方便,出现泄露后报告直观
2692
2693
2693
2694
1 . CacheUtilsLibrary
2694
2695
将任何Java Object类型的数据序列化后写入缓存文件,将来使用时读取缓存文件并反序列化成对应Java Object的库
2695
- 项目地址:https://github.com/westlinkin/CacheUtilsLibrary
2696
+ 项目地址:https://github.com/westlinkin/CacheUtilsLibrary
2696
2697
2698
+ 1.BlockCanary
2699
+ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,应用只需要实现一个抽象类,提供一些该组件需要的上下文环境,就可以在平时使用应用的时候检测主线程上的各种卡慢问题,并通过组件提供的各种信息分析出原因并进行修复。
2700
+ 项目地址: https://github.com/moduth/blockcanary
2697
2701
2698
2702
## 第五部分
2699
2703
主要介绍那些乐于分享并且有一些很不错的开源项目的个人和组织。Follow 大神,深挖大神的项目和 following,你会发现很多。
You can’t perform that action at this time.
0 commit comments