You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.