I have an android project build with gradle.
It is obfuscated with proguard.
Proguard generates dump.txt file that has 70 MB.
I don't want it. I don't need it. It exausts my SSD.
Hou can I disable dump.txt file generation?
I have an android project build with gradle.
It is obfuscated with proguard.
Proguard generates dump.txt file that has 70 MB.
I don't want it. I don't need it. It exausts my SSD.
Hou can I disable dump.txt file generation?
Check the following locations for the -dump flag.
If you find argument '-dump dump.txt', simply delete it.
Since you know the name of the output file, you can grep your project directory to find out where this is defined.