Releases: KwaiAppTeam/KOOM
Releases · KwaiAppTeam/KOOM
KOOM 2.2.2 Release
Features
- Java leak support Android U(Android 14)
- Thread leak support Android U(Android 14)
Enhancement
- Improve java leak fork dump success rate, thanks for @TestPlanB in #241
- Prevent native leak unnecessary object copies, thanks for @Mr-JingShi in #242
Bug Fix
- Fix native leak address record bug, thanks for @Mr-JingShi in #240
- Fix #260, restore the origin dumpable value after call GetUnreachableMemoryString, thanks for @Res2013 in #261
Full Changelog: v2.2.1...v2.2.2
KOOM 2.2.1 Release
Bug Fix
- Fix #168 , keep OOMMonitor config in consumer-rules.pro thanks for @madroidmaq in #193
- Fix #194 , always static dependency libc++, thanks for issue feedbackers
Full Changelog: v2.2.0...v2.2.1
KOOM 2.2.0
New Features
-
Add a custom dumper for leakcanary as discussed with pyricau in issue 2047 and PR 2121. To this end, we split the koom-fast-dump module from the koom-java-leak module. If you want to use KOOM in leakcanary, please refer to dependencies, steps and minsdk.
-
Add two flavors StaticCpp and SharedCpp to Support both shared and static libc++, please refer to STL Support.
Enhancement
- Simplified initialization, now you can initialize with just one line:
DefaultInitTask.init(application)
KOOM 2.1.0
Features
- Java leak support hprof dump in Android S and update hprof strip
Updates
- AndroidGradlePlugin update to 7.1.0
- NDK update to 23.1.7779620
v2.0.0
v1.1.0
Merge pull request #70 from KwaiAppTeam/dev Release v1.1.0
v1.0.5
Enhancement
- Add custom root dir validity check.
Bug fix
- StripHprofHeapDumper bugfix.
v1.0.4
First release version with java-oom.