Battery-Metrics
Battery-Metrics copied to clipboard
Library that helps in instrumenting battery related system metrics.
getSnapshot method in class SystemMetricsCollector is crashing because of java.lang.SecurityException: Calling identity is not authorized on **android 13**. It was working on android 12 and on versions before. Logs for...
metrics module does not implement reporters module,but some classes in metrics use classes which in reporters。 like CompositeMetricsHolder(metrics) >> CompositeMetricsReporter(reporters)
As far as I see, there's only 1.0.0 version published in 2018. Any plans to publish newer versions?
We found wrong procStat file parsing when the comm part has a blank.
Jcenter repository is going to be deprecated soon: https://stackoverflow.com/questions/66400264/jcenter-is-at-end-of-life-android-lint-warning-what-is-the-replacement Are there any plans to migrate to mavenCentral in the near future?
We are using below dependencies for metrics calculation in our android code's build.gradle file: dependencies { implementation 'com.facebook.battery:metrics:1.0.0' implementation 'com.facebook.battery:reporters:1.0.0' implementation 'com.facebook.battery:serializers:1.0.0' } But we are not able to import...
Any plan?
Badges like the slack link, build passing and some others. I would love to work on this issue
Hi, did you have similar library on iOS please ? Bests
Finding this library useful. It would be nice to be able to monitor some other non-battery, or perhaps tangentially related to battery metrics: - Memory usage - Number of threads