Skip to content

Implement fast dump #2047

@pyricau

Description

@pyricau

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions