Skip to content

v2.0.8/2022-05-07

Choose a tag to compare

@gryamy gryamy released this 07 May 12:14
· 397 commits to master since this release
7236934

Matrix 2.0.8 for Android

  • Upgrade ResourceCanary to support HPROF 'fork dump'.
  • Introduce a new native HPROF analyser based on mmap to reduce memory usage(Running analysis in Java may cause OOM and jank).
  • Introduce new component MatrixLifecycle to notify process level or application level backgroud/foreground lifecycle events including Float Window/Foreground Service/AppTask detection.
  • Introduce new component MatrixMemoryCanary based on matrix-lifecycle to monitor memory usage.
  • Upgrade OpenGL Leak component to estimate the size of leaked resource memory.
  • Fix MemGuard bug that cause crash while using 'calloc' in target dynamic library.
  • Fix pthread hook log missing under dwarf unwind mode.