AndroidDevMetrics
AndroidDevMetrics copied to clipboard
Metrics for lifecycle methods are showing as 0ms for Library projects
Metrics are only showing for the activities in the App module, if we launch activities from a library component then metrics are showing as 0ms
Reproduction:
- Create a sample Android application
- Create sample library project with few activities(make proper dependency to the above sample app.).
- Navigate to the activity in the sample library project from App module.
- Check the metrics, 0ms is showing for the activities(of sample library).
@frogermcs Can you help with the above issue?
Metrics also not working in Application class, who inerhit from library application class, where android dev metric was initialized.