diff options
author | Blake Kragten <kragtenb@google.com> | 2019-03-05 15:44:31 -0800 |
---|---|---|
committer | Blake Kragten <kragtenb@google.com> | 2019-03-06 18:50:28 +0000 |
commit | bff255d7442efe21b656c84a65bd102a2935916d (patch) | |
tree | cace3e1f33c383fd55fd8feeefebc9dd6b6f7929 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 095adc27dcf8a6322e50367eafecf53224294b0f (diff) |
Battery Stats Dumpsys Readability Fixes
1> Moved the following fields to right after Cellular kernel
active time
Cellular Sleep time
Cellular Idle time
Cellular Rx time
Cellular Tx time
Cellular Battery drain
2> Moved the following fields to right after Wifi kernel active time
WiFi Scan time
WiFi Sleep time
WiFi Idle time
WiFi Rx time
WiFi Tx time
WiFi Battery drain
3> GPS Battery Drain (mAh): Limit to 2 decimal places and renamed to be
aligned with how cellular and wifi list out their battery drain.
Example:
"GPS Battery Drain: 0.20mAh"
Test: verified output using adb shell dumpsys batterystats
Bug: 111268544
Change-Id: Iafe4680b55cfb0be9545cc96227c450a8c13d177
Example Dumpsys for Cellular/Wifi:
CONNECTIVITY POWER SUMMARY START
Logging duration for connectivity statistics: 12m 17s 181ms
Cellular Statistics:
Cellular kernel active time: 0ms (0.0%)
Cellular Sleep time: 8m 38s 185ms (70.3%)
Cellular Idle time: 3m 12s 970ms (26.2%)
Cellular Rx time: 27s 220ms (3.7%)
Cellular Tx time:
less than 0dBm: 355ms (0.0%)
0dBm to 8dBm: 46ms (0.0%)
8dBm to 15dBm: 123ms (0.0%)
15dBm to 20dBm: 19ms (0.0%)
above 20dBm: 2ms (0.0%)
Cellular Battery drain: 6.48mAh
Cellular data received: 4.61KB
Cellular data sent: 16.63KB
Cellular packets received: 60
Cellular packets sent: 323
Cellular Radio Access Technology:
lte 12m 17s 181ms (100.0%)
Cellular Rx signal strength (RSRP):
very poor (less than -128dBm): 3s 836ms (0.5%)
poor (-128dBm to -118dBm): 7s 554ms (1.0%)
moderate (-118dBm to -108dBm): 1m 22s 381ms (11.2%)
good (-108dBm to -98dBm): 10m 43s 410ms (87.3%)
Wifi Statistics:
Wifi kernel active time: 11m 30s 882ms (93.7%)
WiFi Scan time: 15s 579ms (2.1%)
WiFi Sleep time: 9m 31s 151ms (77.5%)
WiFi Idle time: 2m 30s 927ms (20.5%)
WiFi Rx time: 10s 793ms (1.5%)
WiFi Tx time: 4s 318ms (0.6%)
WiFi Battery drain: 4.11mAh
Wifi data received: 143.66MB
Wifi data sent: 94.23MB
Wifi packets received: 77632
Wifi packets sent: 31785
Wifi states:
sta 12m 17s 181ms (100.0%)
Wifi supplicant states:
completed 12m 17s 181ms (100.0%)
Wifi Rx signal strength (RSSI):
good (-66.25dBm to -55dBm): 12m 17s 181ms (100.0%)
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions