# Needed when app is not using OkHttp
-dontwarn okio.**

# Needed when app's compileSdkVersion < 24
-dontwarn com.google.firebase.perf.network.**


# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.firebase-perf.zzfc {
  <fields>;
}
