D/MoPub: Attempting to invoke custom event: com.mopub.mobileads.HtmlBanner
I/chromium: [INFO:CONSOLE(2)] "A Parser-blocking, cross-origin script, https://www.googletagservices.com/dcm/impl_v36.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.", source: https://www.googletagservices.com/dcm/dcmads.js (2)
I/chromium: [INFO:CONSOLE(2)] "A Parser-blocking, cross-origin script, https://www.googletagservices.com/dcm/impl_v36.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.", source: https://www.googletagservices.com/dcm/dcmads.js (2)
D/MoPub: Attempting to invoke custom event: com.mopub.mobileads.HtmlBanner
I/chromium: [INFO:CONSOLE(2)] "A Parser-blocking, cross-origin script, https://www.googletagservices.com/dcm/impl_v36.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.", source: https://www.googletagservices.com/dcm/dcmads.js (2)
I/chromium: [INFO:CONSOLE(2)] "A Parser-blocking, cross-origin script, https://www.googletagservices.com/dcm/impl_v36.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.", source: https://www.googletagservices.com/dcm/dcmads.js (2)# Keep public classes and methods.
-keepclassmembers class com.mopub.** { public *; }
-keep public class com.mopub.**
-keep public class android.webkit.JavascriptInterface {}
# Explicitly keep any custom event classes in any package.
-keep class * extends com.mopub.mobileads.CustomEventBanner {}
-keep class * extends com.mopub.mobileads.CustomEventInterstitial {}
-keep class * extends com.mopub.nativeads.CustomEventNative {}
-keep class * extends com.mopub.mobileads.CustomEventRewardedVideo {}
# Support for Android Advertiser ID.
-keep class com.google.android.gms.common.GooglePlayServicesUtil {*;}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {*;}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {*;}
# Keep methods that are accessed via reflection
-keepclassmembers class ** { @com.mopub.common.util.ReflectionTarget *; }
# Support for Google Play Services
# http://developer.android.com/google/play-services/setup.html
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
}
-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
public static final *** NULL;
}
-keepnames @com.google.android.gms.common.annotation.KeepName class *
-keepclassmembernames class * {
@com.google.android.gms.common.annotation.KeepName *;
}
-keepnames class * implements android.os.Parcelable {
public static final ** CREATOR;
}-dontwarn android.support.**
-dontwarn com.google.ads.**
-keep class com.google.ads.**-keep class com.google.ads.mediation.admob.AdMobAdapter {*;}
-keep class com.google.ads.mediation.AdUrlAdapter {*;}