Skip to content

Commit 61e8817

Browse files
committed
update
1 parent ef10ddb commit 61e8817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/the-way-of-learning/2015-05-19-Android学习之路.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,15 @@ Android开发者网站包含了以下内容:
299299
* 理解Native Crash处理流程: <https://blog.csdn.net/u010144805/article/details/78560529>
300300
* ANR Broadcast TimeOut 超时判断: <https://blog.csdn.net/qq_23452385/article/details/89784523>
301301
* Android ANR:原理分析及解决办法: <https://www.jianshu.com/p/388166988cef>
302+
* Android ANR 系列 2 :ANR 分析套路和关键 Log 介绍: <https://androidperformance.com/2025/02/08/Android-ANR-02-How-to-analysis-ANR>
302303
* Android 系统中的 WatchDog 详解: <https://blog.csdn.net/shift_wwx/article/details/81021257>
303304

304305
### 性能
305306

306307
* Overview of system tracing: <https://developer.android.com/topic/performance/tracing>
307308
* Inspect CPU activity with CPU Profiler: <https://developer.android.com/studio/profile/cpu-profiler>
308309
* Simpleperf: <https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md>
310+
* Simpleperf 理论与实践指南(总结篇): <https://zhuanlan.zhihu.com/p/666315598>
309311
* Android Systrace 基础知识: <https://www.androidperformance.com/2019/05/28/Android-Systrace-About/>
310312
* systrace.py环境配置: <https://blog.csdn.net/zc37093/article/details/105415843>
311313

@@ -314,6 +316,7 @@ Android开发者网站包含了以下内容:
314316

315317
* TraceView(已弃用): <https://developer.android.com/studio/profile/traceview>
316318
* Android性能优化—TraceView的使用: <https://www.jianshu.com/p/7e9ca2c73c97>
319+
* atrace(android)/ptrace(linux)/BPF/eBPF
317320

318321
* PerfDog性能狗: <https://perfdog.qq.com/>
319322

@@ -425,6 +428,7 @@ Android开发者网站包含了以下内容:
425428
* SDK Runtime overview: <https://privacysandbox.google.com/private-advertising/sdk-runtime/architecture>
426429
* Lockdown: <https://www.51cto.com/article/581516.html>
427430
* Android FRP功能分析(Factory Reset Protection): <https://mabin004.github.io/2018/07/25/Android-FRP%E5%8A%9F%E8%83%BD%E5%88%86%E6%9E%90%EF%BC%88Factory-Reset-Protection%EF%BC%89/>
431+
* Android 中的安全增强型 Linux: <https://source.android.google.cn/docs/security/features/selinux?hl=zh-cn>
428432

429433
### 硬件
430434

0 commit comments

Comments
 (0)