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)