1# Proguard config for apps that depend on cronet_shared_java.jar (which should 2# be all apps that depend on any part of Cronet) 3 4# Part of the Android System SDK, so ProGuard won't be able to resolve it if 5# running against the standard SDK. 6-dontwarn android.util.StatsEvent 7-dontwarn android.util.StatsEvent$* 8# There is also an undefined reference to android.util.StatsLog.write(), which 9# R8 appears to be fine with but other processors (e.g. internal Google 10# ProGuard) may not be. See b/315269496. 11-dontwarn android.util.StatsLog 12