@@ -299,13 +299,15 @@ Android开发者网站包含了以下内容:
299
299
* 理解Native Crash处理流程: < https://blog.csdn.net/u010144805/article/details/78560529 >
300
300
* ANR Broadcast TimeOut 超时判断: < https://blog.csdn.net/qq_23452385/article/details/89784523 >
301
301
* 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 >
302
303
* Android 系统中的 WatchDog 详解: < https://blog.csdn.net/shift_wwx/article/details/81021257 >
303
304
304
305
### 性能
305
306
306
307
* Overview of system tracing: < https://developer.android.com/topic/performance/tracing >
307
308
* Inspect CPU activity with CPU Profiler: < https://developer.android.com/studio/profile/cpu-profiler >
308
309
* Simpleperf: < https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md >
310
+ * Simpleperf 理论与实践指南(总结篇): < https://zhuanlan.zhihu.com/p/666315598 >
309
311
* Android Systrace 基础知识: < https://www.androidperformance.com/2019/05/28/Android-Systrace-About/ >
310
312
* systrace.py环境配置: < https://blog.csdn.net/zc37093/article/details/105415843 >
311
313
@@ -314,6 +316,7 @@ Android开发者网站包含了以下内容:
314
316
315
317
* TraceView(已弃用): < https://developer.android.com/studio/profile/traceview >
316
318
* Android性能优化—TraceView的使用: < https://www.jianshu.com/p/7e9ca2c73c97 >
319
+ * atrace(android)/ptrace(linux)/BPF/eBPF
317
320
318
321
* PerfDog性能狗: < https://perfdog.qq.com/ >
319
322
@@ -425,6 +428,7 @@ Android开发者网站包含了以下内容:
425
428
* SDK Runtime overview: < https://privacysandbox.google.com/private-advertising/sdk-runtime/architecture >
426
429
* Lockdown: < https://www.51cto.com/article/581516.html >
427
430
* 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 >
428
432
429
433
### 硬件
430
434
0 commit comments