Android Handler
-
Android进阶Handler应用线上卡顿监控详解
目录引言1 Handler消息机制1.1 方案确认1.2 Looper源码1.3 blockcanary原理分析1.4 Handler监控的缺陷2 字节码插桩实现方法耗时监控2.1 字节码插桩流程2.2 引入ASM实现字节码插桩2.3 Blockcanary的优化策略引言[详细]
2023-01-30 10:23 分类:开发 list of all commits SHA1_HASH
git init echo \'I am 开发者_JAVA百科foo\' > foo.txt git add foo.txt # this woould create a git commit object[详细]
2022-12-25 01:27 分类:问答