Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aee60f

Browse files
committed
update
1 parent ba345f1 commit 7aee60f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Android学习之路.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,18 @@
139139

140140
## systrace
141141

142+
* System Trace: <https://developer.android.com/topic/performance/tracing>
142143
* 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>
143154

144155
## Perfetto
145156

@@ -168,6 +179,10 @@
168179
* Android Studio导入整个Android系统源码: <https://blog.csdn.net/QQxiaoqiang1573/article/details/72903237>
169180
* AndroidStudio工程导入部分Android源码: <https://blog.csdn.net/mcsbary/article/details/90721626>
170181

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+
171186
* HenCoder——给高级 Android 工程师的进阶手册: <https://hencoder.com/>
172187
* Handler内存泄漏详解及其解决方案: <http://blog.csdn.net/javazejian/article/details/50839443>
173188
* Android中Handler的使用: <http://blog.csdn.net/iispring/article/details/47115879>

0 commit comments

Comments
 (0)