This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am intrepid-ab on github. | |
* I am abinet (https://keybase.io/abinet) on keybase. | |
* I have a public key ASDSYEPkglK8rTuee5jR9mjdeXLF1o9YeQZzl0sNDSJLmgo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save the obfuscation mapping to a file, so we can de-obfuscate any stack | |
# traces later on. Keep a fixed source file attribute and all line number | |
# tables to get line numbers in the stack traces. | |
# You can comment this out if you're not interested in stack traces. | |
-printmapping out.map | |
-keepparameternames | |
-renamesourcefileattribute SourceFile | |
-keepattributes Exceptions,InnerClasses,Signature,Deprecated, | |
SourceFile,LineNumberTable,EnclosingMethod |