Closes #3914: Exclude gecko.util.DebugConfig from Proguard optimization

nightly-build-test
Christian Sadilek 5 years ago committed by Emily Kager
parent 003837eb4f
commit 1169822479

@ -26,6 +26,11 @@
-dontwarn com.google.**
-dontwarn org.mozilla.geckoview.**
# Raptor now writes a *-config.yaml file to specify Gecko runtime settings (e.g. the profile dir). This
# file gets deserialized into a DebugConfig object, which is why we need to keep this class
# and its members.
-keep class org.mozilla.gecko.util.DebugConfig { *; }
####################################################################################################
# Kotlinx
####################################################################################################

Loading…
Cancel
Save