We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa07d commit eb26c85Copy full SHA for eb26c85
2 files changed
LogcatCoreLib/build.gradle
@@ -17,6 +17,7 @@ android {
17
sourceCompatibility JavaVersion.VERSION_17
18
targetCompatibility JavaVersion.VERSION_17
19
}
20
+ consumerProguardFile "consumer.pro"
21
22
23
dependencies {
LogcatCoreLib/consumer.pro
@@ -0,0 +1,5 @@
1
+# Keep source file names and line numbers for better stack traces
2
+-keepattributes SourceFile,LineNumberTable
3
+
4
+# Optional: Keep parameter names for better debugging
5
+-keepattributes MethodParameters
0 commit comments