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

Commit 480a9bb6 authored by Ying Wang's avatar Ying Wang
Browse files

Keep Throwable's constructor that takes a String argument.

Bug: 20495321
Change-Id: Iaf041da325e1d31f136f36e8ed85b2d90c578b0e
parent 901d792c
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,11 @@
    java.lang.Object readResolve();
    java.lang.Object readResolve();
}
}


# Keep Throwable's constructor that takes a String argument.
-keepclassmembers class * extends java.lang.Throwable {
  <init>(java.lang.String);
}

# Please specify classes to be kept explicitly in your package's configuration.
# Please specify classes to be kept explicitly in your package's configuration.
# -keep class * extends android.app.Activity
# -keep class * extends android.app.Activity
# -keep class * extends android.view.View
# -keep class * extends android.view.View