| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| KOOM 2.2.0.tar.gz | 2022-05-17 | 5.1 MB | |
| KOOM 2.2.0.zip | 2022-05-17 | 5.8 MB | |
| README.md | 2022-05-17 | 1.2 kB | |
| Totals: 3 Items | 10.9 MB | 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:
:::kotlin DefaultInitTask.init(application)