
Android_FWK
champwang
阅读是一件快乐的事情。
展开
-
[Android]annottation @NonNull and @interface
在看源码时,看到了 @NonNull , 它为 android 的 一种注解, 用来注释参数,参数值不能为 null,不然 IDE会发警告。protected void onSaveInstanceState(@NonNull Bundle outState) {...}源码如下:frameworks/base/core/java/android/annotatio原创 2017-12-20 16:52:37 · 552 阅读 · 0 评论 -
[Android][FWK]支持转屏属性设置
支持转屏属性设置:platform/frameworks/base / core/res/res/values/config.xml <!-- If true, the screen can be rotated via the accelerometer in all 4 rotations as the default behavior. -->...原创 2018-07-23 11:31:42 · 597 阅读 · 0 评论 -
[Android][FWK]一个system_server 重启的案例分析
android 8.1 上,报了一个手机重启。查看android event log, 查询关键字 am_crash, 发现问题出现的时间点上有个 NullPointerException16:16:12.278 1000 3277 3456 I am_crash: [3277,0,system_server,-1,java.lang.NullPointerException,Att...原创 2018-08-03 14:30:51 · 5854 阅读 · 0 评论