File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# public *;
1717#}
1818
19- # Uncomment this to preserve the line number information for
20- # debugging stack traces.
21- #-keepattributes SourceFile,LineNumberTable
22-
23- # If you keep the line number information, uncomment this to
24- # hide the original source file name.
25- #-renamesourcefileattribute SourceFile
Original file line number Diff line number Diff line change 2222 public static ** valueOf(java.lang.String);
2323}
2424
25- # Uncomment this to preserve the line number information for
26- # debugging stack traces.
25+ # Preserve the line number information for debugging stack traces.
2726-keepattributes SourceFile,LineNumberTable
2827
29- # If you keep the line number information, uncomment this to
30- # hide the original source file name.
31- -renamesourcefileattribute SourceFile
28+ # NOTE: -renamesourcefileattribute is a global ProGuard/R8 option and must NOT
29+ # be placed in library consumer rules. If you want to hide original source file
30+ # names in your app's stack traces, add the following to your app's own
31+ # proguard-rules.pro instead:
32+ # -renamesourcefileattribute SourceFile
You can’t perform that action at this time.
0 commit comments