Since Google made the updated SDK for Android L available on their website. I have been trying to test the new battery historian feature. The Google API overview website claims that the tool is available under sdk/tools. Unfortunately even after ensuring that I have updated the SDK completely I am unable to find the tool anywhere. Does anyone know how I can access this tool?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
If you like to see the battery history data with KitKat and below devices, fork the battery-historian and then run the following:
If you generated a power consumption file with either monsoon or any other tool, you can add this file (lines of ) by passing it with the
-p
parameterEdit A better and faster way to get the bugreport is by using:
It's not missing it's available at:
https://github.com/google/battery-historian
note: it currently requires the dependency, monsoon.py which is not in AOSP (yet) - but can be found here:
https://chromium.googlesource.com/experimental/chromium/src/+/master/tools/telemetry/telemetry/core/platform/power_monitor/monsoon_power_monitor.py