Skip to content

should .hprof files also be deleted? #98

@Adnan-Bacic

Description

@Adnan-Bacic

in the android/ folder there can be .hprof files. they are used for analyzing memory leaks and not needed to build the project, as someone says here:

https://stackoverflow.com/questions/46565273/android-hprof-files-in-project-src

i see that in react-native 0.66, they added this file type to .gitignore:

*.hprof

https://react-native-community.github.io/upgrade-helper/?from=0.65.2&to=0.66.0

i tried opening 1 of these files and it was just over 2 million lines. they may be useful, but i think it could be convenient if they were deleted with this library.

what do other people think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions