Enhancements
memoryTrimLevel
andlowMemory
will not be reported when they are not set (newer versions of Android do not set these values)
#2237
Bug fixes
- Handle edge-cases to reduce the changes of duplicate ANR reporting from
bugsnag-plugin-android-exitinfo
whenreportUnmatchedANR = true && disableProcessStateSummaryOverride = true
#2235 - Correct the reporting of the loadAddress for native system libraries and JIT frames
#2244 - Added deterministic sorting for
discardOldestFileIfNeeded
method to avoid potential crashes where mutliple files have the same last modified time
#2189