
Android
sy_cong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Android]Android compile image of system and kernel
PartI:build out image 1、framework make -j8 systemimage #Location:out\target\product\<chipset>\system.img 或者make -j8 <target lib(32bit and 64bit)>,然后用 make snod 将上一步的目标库文件打包到 system.img...原创 2019-03-22 11:05:14 · 135 阅读 · 0 评论 -
SBA of anr/watchdog timeout
Please note that:本文章为原创,若需转载,请指明该出处. ================================================================================= SBA of anr/watchdog...原创 2019-05-20 14:15:32 · 268 阅读 · 0 评论 -
[Android]tips for android framework development
Please note that:本文章为原创,若需转载,请指明该出处. ================================================================================= PartI:抓取信息 1.main&kernel log adb logcat -c adb logcat -v threadtime | tee l...原创 2019-05-07 17:22:49 · 182 阅读 · 0 评论 -
[Android] Codec paramter
Please note that:本文章为原创,若需转载,请指明该出处. ================================================================================= 本文章只从framework层介绍,omx层和kernel层涉及芯片厂商,代码不便写到这里!!! sourcecode:http://androidxref...原创 2019-07-12 14:57:43 · 508 阅读 · 0 评论