newrelic / newrelic-android-agent

SDK to enable instrumentation of Android mobile apps in New Relic
Apache License 2.0
13 stars 12 forks source link

fix: Event storage in shared preferences causing ANR and delays. #226

Closed ndesai-newrelic closed 3 months ago

ndesai-newrelic commented 3 months ago

The handling of event storage in shared preferences is not being done correctly, leading to Application Not Responding (ANR) errors and a long delay in saving the events.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.84%. Comparing base (961a2d1) to head (fdd69b3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #226 +/- ## ========================================== Coverage 55.84% 55.84% - Complexity 3207 3208 +1 ========================================== Files 321 321 Lines 16373 16373 Branches 1781 1781 ========================================== + Hits 9143 9144 +1 Misses 6271 6271 + Partials 959 958 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.