-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
Today, heap dump is slow and blocks the VM. https://github.com/KwaiAppTeam/KOOM showed that it can be done as fork and dump for a number of archectures, which is much faster.
Proposal: create a new set of modules for heap dumping. That way we separate the default android impl, the native fast impl amd the jvm impl. These modules should stand on their own, e.g. if someone just wants heap dumping.
The native libs for fast dump should probably not be included for a few default for a few releases. Some people want to keep binary size small.