如何在Android系统UI状态栏中显示秒数?

如何在Android系统UI状态栏中显示秒数?,android,Android,当我收到一个bug报告和来自QA的屏幕记录时,很难用一分钟的不精确性来精确定位logcat中有趣的部分 如何在状态栏中将时钟显示为hh:mm:ss?该工具在UI中不可访问,但在android中仍然存在 启动系统用户界面调谐器 adb根目录 adb shell pm enable com.android.systemui/.tuner.TunerActivity adb shell am start-n com.android.systemui/.tuner.TunerActivity 选择状

当我收到一个bug报告和来自QA的屏幕记录时,很难用一分钟的不精确性来精确定位logcat中有趣的部分


如何在状态栏中将时钟显示为hh:mm:ss?

该工具在UI中不可访问,但在android中仍然存在

  • 启动系统用户界面调谐器
    adb根目录
    adb shell pm enable com.android.systemui/.tuner.TunerActivity
    adb shell am start-n com.android.systemui/.tuner.TunerActivity
    
  • 选择状态栏
  • 选择时间(倒数第二项)
  • 选择显示小时、分钟和秒

  • 也许有一种更快的方法设置属性,但我没有找到涉及的属性