查看异常的日志。
adb logcat -d | find "com.android.systemui" >1.txt
adb shell dumpsys activity | findstr -i taskbar 626814 Taskbar type=undefined mode=fullscreen override-mode=undefined requested-bounds=[0,0][0,0] bounds=[0,0][800,1280]<!--br {mso-data-placement:same-cell;}-->
字段 | 值 | 含义 |
|---|---|---|
Taskbar | 存在 | 系统正在运行 Taskbar |
bounds=[0,0][800,1280] | 宽800 × 高1280 | Taskbar 占据了整个屏幕 |
mode=fullscreen | 全屏模式 | Taskbar 完全接管了底部区域 |
requested-bounds=[0,0][0,0] | 初始为0 | 可能是动态调整 |
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。