1# Preserve the line number information for debugging stack traces. 2-keepattributes SourceFile,LineNumberTable 3 4# Uncomment this to hide the original source file name. 5-renamesourcefileattribute SourceFile 6 7# Repackage classes into the top-level. 8-repackageclasses 9 10# When generating the baseline profile we want the proper names of 11# the methods and classes 12-dontobfuscate