Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should .hprof files also be deleted? #98

Open
Adnan-Bacic opened this issue Jun 13, 2022 · 0 comments
Open

should .hprof files also be deleted? #98

Adnan-Bacic opened this issue Jun 13, 2022 · 0 comments

Comments

@Adnan-Bacic
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant