AndroidDevMetrics icon indicating copy to clipboard operation
AndroidDevMetrics copied to clipboard

Metrics for lifecycle methods are showing as 0ms for Library projects

Open ravipaduchuri opened this issue 9 years ago • 2 comments

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:

  1. Create a sample Android application
  2. Create sample library project with few activities(make proper dependency to the above sample app.).
  3. Navigate to the activity in the sample library project from App module.
  4. Check the metrics, 0ms is showing for the activities(of sample library).

ravipaduchuri avatar Nov 29 '16 04:11 ravipaduchuri

@frogermcs Can you help with the above issue?

theshuklz avatar Nov 30 '16 09:11 theshuklz

Metrics also not working in Application class, who inerhit from library application class, where android dev metric was initialized.

Heroes84 avatar Feb 07 '17 08:02 Heroes84