Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c783434 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ensure line numbers are preserved in default Proguard config" am: b215d938

parents f1d7ef65 b215d938
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
# that isn't explicitly part of the API
-dontskipnonpubliclibraryclasses -dontskipnonpubliclibraryclassmembers

# Preserve line number information for debugging stack traces.
-keepattributes SourceFile,LineNumberTable

# Annotations are implemented as attributes, so we have to explicitly keep them.
# Keep all runtime-visible annotations like RuntimeVisibleParameterAnnotations
# and RuntimeVisibleTypeAnnotations, as well as associated defaults.