File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 139
139
140
140
## systrace
141
141
142
+ * System Trace: < https://developer.android.com/topic/performance/tracing >
142
143
* Android Systrace 基础知识: < https://www.androidperformance.com/2019/05/28/Android-Systrace-About/ >
144
+ * systrace.py环境配置: < https://blog.csdn.net/zc37093/article/details/105415843 >
145
+
146
+ ## CPU Profiler
147
+
148
+ * CPU Profiler: < https://developer.android.com/studio/profile/cpu-profiler >
149
+
150
+ ## TraceView
151
+
152
+ * TraceView: < https://developer.android.com/studio/profile/traceview >
153
+ * Android性能优化—TraceView的使用: < https://www.jianshu.com/p/7e9ca2c73c97 >
143
154
144
155
## Perfetto
145
156
168
179
* Android Studio导入整个Android系统源码: < https://blog.csdn.net/QQxiaoqiang1573/article/details/72903237 >
169
180
* AndroidStudio工程导入部分Android源码: < https://blog.csdn.net/mcsbary/article/details/90721626 >
170
181
182
+ * 图解 Android 事件分发机制: < https://www.jianshu.com/p/e99b5e8bd67b >
183
+ * requestDisallowInterceptTouchEvent() 阻止父层的View截获touch事件(事件处理机制): < https://blog.csdn.net/cl18652469346/article/details/53184508 >
184
+ * View·InputEvent事件投递源码分析: < https://www.jianshu.com/p/b7f33f46d33c >
185
+
171
186
* HenCoder——给高级 Android 工程师的进阶手册: < https://hencoder.com/ >
172
187
* Handler内存泄漏详解及其解决方案: < http://blog.csdn.net/javazejian/article/details/50839443 >
173
188
* Android中Handler的使用: < http://blog.csdn.net/iispring/article/details/47115879 >
You can’t perform that action at this time.
0 commit comments