You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 MemoryMetrics related dependencies/classes which are present in this repository.
Can you please share the updated version of this library with memory metrics changes or any solution on how we can import them?
The text was updated successfully, but these errors were encountered:
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 MemoryMetrics related dependencies/classes which are present in this repository.
Can you please share the updated version of this library with memory metrics changes or any solution on how we can import them?
The text was updated successfully, but these errors were encountered: