EvilMindDevs / hms-sdk-unity

Unity C# wrapper SDK for Huawei Mobile Services kits.
MIT License
25 stars 23 forks source link

Banner Size Issue In Mediation With Admob #130

Closed khuramspartan closed 1 year ago

khuramspartan commented 2 years ago

I have Integrated Admob mediation with HUAWEI. I am facing issue that when i am requesting Admob small banner of size 320x50 the Admob banner appears fine but when HUAWEI banner ads appears large in size which overwrites the game UI. Admob V7.2 HUAWEI HMS kit v2.2.5 Unity 2019.4.36f1 Gradle 4.0.1 com.github.Explore-In-HMS:huawei.ads.admob_mediation:1.2.14 com.huawei.hms:ads:3.4.49.305 BannerGamePlayStackTrack.txt

StckTrace when Banner is requested to show

2022/09/20 12:49:01.367 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:01.379 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.383 9288 10395 Info tefighting.gam Explicit concurrent copying GC freed 6153(272KB) AllocSpace objects, 1(20KB) LOS objects, 50% free, 6052KB/11MB, paused 509us total 32.360ms 2022/09/20 12:49:01.414 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.418 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:01.430 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.628 9288 9288 Debug AdsUnity Calling hide() on Android 2022/09/20 12:49:01.630 9288 20702 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.631 9288 20702 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.633 9288 10420 Warn Unity An animation with the name 'ThrowAttempt' already exists. 2022/09/20 12:49:01.633 9288 10420 Warn Unity (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39) 2022/09/20 12:49:01.633 9288 10420 Warn Unity 2022/09/20 12:49:01.633 9288 10420 Warn Unity An animation with the name 'PowerHit' already exists. 2022/09/20 12:49:01.633 9288 10420 Warn Unity (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39) 2022/09/20 12:49:01.633 9288 10420 Warn Unity 2022/09/20 12:49:01.633 9288 10420 Warn Unity An animation with the name 'PunchCrouchingLight' already exists. 2022/09/20 12:49:01.633 9288 10420 Warn Unity (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39) 2022/09/20 12:49:01.633 9288 10420 Warn Unity 2022/09/20 12:49:01.639 9288 9288 Info DecorView[] pkgName:com.gzl.superhero.karatefighting.game old windowMode:1 new windoMode:1, isFixedSize:false 2022/09/20 12:49:01.648 9288 20729 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.649 9288 20729 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.657 9288 10609 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.657 9288 10609 Error DynamiteModule Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 2022/09/20 12:49:01.658 9288 20702 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.658 9288 20702 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.659 9288 10609 Info Ads Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("AA7BDE09B7185E0D8EA6E82F95B80519")) to get test ads on this device. 2022/09/20 12:49:01.664 9288 10612 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.664 9288 10612 Warn GoogleApiManager The service for com.google.android.gms.internal.appset.zzd is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null} 2022/09/20 12:49:01.664 9288 10612 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.664 9288 10612 Warn GoogleApiManager The service for com.google.android.gms.internal.appset.zzd is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null} 2022/09/20 12:49:01.666 9288 21061 Verbose AudioManager getMode... 2022/09/20 12:49:01.666 9288 21061 Verbose AudioManager isMusicActive... 2022/09/20 12:49:01.666 9288 21061 Verbose AudioManager isSpeakerphoneOn: false 2022/09/20 12:49:01.667 9288 21061 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.667 9288 21061 Verbose AudioManager getStreamVolume streamType: 2 volume: 0 2022/09/20 12:49:01.667 9288 20729 Error DynamiteModule Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 2022/09/20 12:49:01.672 9288 21066 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.676 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.692 9288 21067 Info Ads SDK version: afma-sdk-a-v221310000.221310000.0 2022/09/20 12:49:01.692 9288 21067 Info Ads HTTP timeout: 60000 milliseconds. 2022/09/20 12:49:01.695 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.707 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.718 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.728 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.739 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:01.751 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.761 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.817 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 5 lines 2022/09/20 12:49:01.828 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.839 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.850 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:01.861 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.873 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.876 9288 10395 Info tefighting.gam Explicit concurrent copying GC freed 13137(1095KB) AllocSpace objects, 3(56KB) LOS objects, 50% free, 6126KB/11MB, paused 56us total 31.036ms 2022/09/20 12:49:01.906 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.916 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.927 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.938 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.941 9288 9288 Debug AdsUnity Calling loadAd() on Android 2022/09/20 12:49:01.942 9288 10609 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.942 9288 10609 Error DynamiteModule Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 2022/09/20 12:49:01.944 9288 10609 Info Ads Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("AA7BDE09B7185E0D8EA6E82F95B80519")) to get test ads on this device. 2022/09/20 12:49:01.948 9288 10612 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.949 9288 21065 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.949 9288 10612 Warn GoogleApiManager The service for com.google.android.gms.internal.appset.zzd is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null} 2022/09/20 12:49:01.949 9288 21065 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.951 9288 10612 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.951 9288 10612 Warn GoogleApiManager The service for com.google.android.gms.internal.appset.zzd is not available: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null} 2022/09/20 12:49:01.951 9288 21060 Error DynamiteModule Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found 2022/09/20 12:49:01.952 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.953 9288 21065 Verbose AudioManager getMode... 2022/09/20 12:49:01.953 9288 21065 Verbose AudioManager isMusicActive... 2022/09/20 12:49:01.954 9288 21065 Verbose AudioManager isSpeakerphoneOn: false 2022/09/20 12:49:01.955 9288 21065 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.956 9288 21065 Verbose AudioManager getStreamVolume streamType: 2 volume: 0 2022/09/20 12:49:01.961 9288 21063 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.961 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.962 9288 21063 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.964 9288 20702 Warn Ads Not retrying to fetch app settings 2022/09/20 12:49:01.966 9288 21074 Warn GooglePlayServicesUtil com.gzl.superhero.karatefighting.game requires the Google Play Store, but it is missing. 2022/09/20 12:49:01.970 9288 21064 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.971 9288 21064 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.971 9288 20563 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.972 9288 20563 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.973 9288 21063 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:01.973 9288 21063 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:01.973 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.981 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:01.993 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:01.995 9288 21064 Info Ads SDK version: afma-sdk-a-v221310000.221310000.0 2022/09/20 12:49:01.995 9288 21064 Info Ads HTTP timeout: 60000 milliseconds. 2022/09/20 12:49:02.003 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.092 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 8 lines 2022/09/20 12:49:02.104 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.114 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.192 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 7 lines 2022/09/20 12:49:02.202 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.214 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.224 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.236 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.246 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:02.259 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.272 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.280 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.291 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:02.302 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.313 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.357 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:02.369 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.380 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.391 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.400 9288 10395 Info tefighting.gam Explicit concurrent copying GC freed 15007(1235KB) AllocSpace objects, 2(36KB) LOS objects, 49% free, 6205KB/12MB, paused 125us total 34.169ms 2022/09/20 12:49:02.401 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.432 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.434 9288 9288 Debug AdsUnity Calling hide() on Android 2022/09/20 12:49:02.437 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.455 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:02.466 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.478 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.489 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.501 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.511 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.522 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.535 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.545 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.568 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:02.579 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.589 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.601 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.612 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.623 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.699 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 7 lines 2022/09/20 12:49:02.710 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.721 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.755 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 3 lines 2022/09/20 12:49:02.766 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.777 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.787 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.798 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.832 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 3 lines 2022/09/20 12:49:02.844 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.855 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.878 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:02.886 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.897 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.909 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.911 9288 9288 Debug AdsUnity Calling show() on Android 2022/09/20 12:49:02.920 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.921 9288 21060 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:02.922 9288 21060 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:02.934 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.937 9288 21060 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:02.938 9288 21060 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:02.942 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:02.944 9288 10395 Info tefighting.gam Explicit concurrent copying GC freed 6481(371KB) AllocSpace objects, 7(268KB) LOS objects, 49% free, 10MB/21MB, paused 90us total 37.915ms 2022/09/20 12:49:02.976 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.018 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:03.030 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.040 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.052 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.063 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.075 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:03.084 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.095 9288 9288 Debug all_ads enter requestBannerAd 2022/09/20 12:49:03.097 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.107 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.107 9288 9288 Debug all_ads Banner serverParameter q9bz4ucurh 2022/09/20 12:49:03.107 9288 9288 Info HiAdSDK.j setBannerAdSize width: 320 height: 50 2022/09/20 12:49:03.108 9288 9288 Warn all_ads configureAdRequest: Consent status couldn't read: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/ads/consent/ConsentInformation; 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.hmscl.huawei.admob_mediation.all_ads.configureAdRequest(all_ads.kt:276) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.hmscl.huawei.admob_mediation.all_ads.requestBannerAd(all_ads.kt:90) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.ads.mediation.customevent.CustomEventAdapter.requestBannerAd(com.google.android.gms:play-services-ads-lite@@21.0.0:6) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzbuy.zzu(com.google.android.gms:play-services-ads-lite@@21.0.0:18) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfct.zzl(com.google.android.gms:play-services-ads@@21.0.0:2) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzegd.zzb(com.google.android.gms:play-services-ads@@21.0.0:13) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzejy.zzd(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzejv.zza(Unknown Source:8) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzffn.call(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvx.zza(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvi.run(com.google.android.gms:play-services-ads@@21.0.0:4) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvy.run(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at android.os.Handler.handleCallback(Handler.java:900) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at android.os.Handler.dispatchMessage(Handler.java:103) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfnu.zza(com.google.android.gms:play-services-ads-lite@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.ads.internal.util.zzf.zza(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfnu.dispatchMessage(com.google.android.gms:play-services-ads-lite@@21.0.0:1) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at android.os.Looper.loop(Looper.java:219) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at android.app.ActivityThread.main(ActivityThread.java:8668) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at java.lang.reflect.Method.invoke(Native Method) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109) 2022/09/20 12:49:03.108 9288 9288 Warn all_ads Caused by: java.lang.ClassNotFoundException: com.google.ads.consent.ConsentInformation 2022/09/20 12:49:03.108 9288 9288 Warn all_ads ... 22 more 2022/09/20 12:49:03.108 9288 9288 Debug all_ads TagforChildLog:-1 2022/09/20 12:49:03.108 9288 9288 Info HiAdSDK.j load banner 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppLang 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid appInfo 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppCountry 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid value setSearchTerm 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppLang 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppCountry 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.RequestOptions Invalid appInfo 2022/09/20 12:49:03.109 9288 9288 Info HiAdSDK.k loadAds 2022/09/20 12:49:03.110 9288 20731 Info HiAdSDK.LocationUtils loc_tag isGpsSwitchOpen locationMode is 0 2022/09/20 12:49:03.110 9288 9288 Warn HiAdSDK.lp toObject JSONException 2022/09/20 12:49:03.110 9288 9288 Warn HiAdSDK.AdSlotParam contentBundle info is empty or not json string 2022/09/20 12:49:03.110 9288 20731 Info HiAdSDK.LocationUtils loc_tag sendAsyncLocationByNative failed because switch is off 2022/09/20 12:49:03.111 9288 9288 Debug all_ads enter requestInterstitialAd 2022/09/20 12:49:03.111 9288 20732 Info HiAdSDK.HiAdTools Target provider service's package name is : com.huawei.hwid 2022/09/20 12:49:03.111 9288 9288 Debug all_ads Interstitial serverParameter x6dsrku5tx 2022/09/20 12:49:03.111 9288 9288 Warn all_ads configureAdRequest: Consent status couldn't read: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/ads/consent/ConsentInformation; 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.hmscl.huawei.admob_mediation.all_ads.configureAdRequest(all_ads.kt:276) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.hmscl.huawei.admob_mediation.all_ads.requestInterstitialAd(all_ads.kt:163) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.ads.mediation.customevent.CustomEventAdapter.requestInterstitialAd(com.google.android.gms:play-services-ads-lite@@21.0.0:6) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzbuy.zzx(com.google.android.gms:play-services-ads-lite@@21.0.0:14) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfct.zzn(com.google.android.gms:play-services-ads@@21.0.0:2) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzehf.zzb(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzejy.zzd(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzejv.zza(Unknown Source:8) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzffn.call(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvx.zza(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvi.run(com.google.android.gms:play-services-ads@@21.0.0:4) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfvy.run(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at android.os.Handler.handleCallback(Handler.java:900) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at android.os.Handler.dispatchMessage(Handler.java:103) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfnu.zza(com.google.android.gms:play-services-ads-lite@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.ads.internal.util.zzf.zza(com.google.android.gms:play-services-ads@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.google.android.gms.internal.ads.zzfnu.dispatchMessage(com.google.android.gms:play-services-ads-lite@@21.0.0:1) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at android.os.Looper.loop(Looper.java:219) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at android.app.ActivityThread.main(ActivityThread.java:8668) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at java.lang.reflect.Method.invoke(Native Method) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109) 2022/09/20 12:49:03.111 9288 9288 Warn all_ads Caused by: java.lang.ClassNotFoundException: com.google.ads.consent.ConsentInformation 2022/09/20 12:49:03.111 9288 9288 Warn all_ads ... 22 more 2022/09/20 12:49:03.111 9288 9288 Debug all_ads TagforChildLog:-1 2022/09/20 12:49:03.111 9288 9288 Info HiAdSDK.InterstitialAdManager loadAd 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppLang 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid appInfo 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppCountry 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid value setSearchTerm 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppLang 2022/09/20 12:49:03.112 9288 21083 Info HiAdSDK.LocationUtils loc_tag media allow: true 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid value passed to setAppCountry 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.RequestOptions Invalid appInfo 2022/09/20 12:49:03.112 9288 9288 Warn HiAdSDK.lp toObject JSONException 2022/09/20 12:49:03.112 9288 9288 Warn HiAdSDK.AdSlotParam contentBundle info is empty or not json string 2022/09/20 12:49:03.112 9288 21083 Info HiAdSDK.LocationUtils loc_tag isGpsSwitchOpen locationMode is 0 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.LocationUtils loc_tag media allow: true 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.LocationUtils loc_tag isGpsSwitchOpen locationMode is 0 2022/09/20 12:49:03.112 9288 9288 Info HiAdSDK.LocationUtils loc_tag isLocationAvailable = false, return null 2022/09/20 12:49:03.112 9288 20731 Info HiAdSDK.LocationUtils loc_tag isGpsSwitchOpen locationMode is 0 2022/09/20 12:49:03.112 9288 21083 Info HiAdSDK.LocationUtils loc_tag isLocationAvailable = false, return null 2022/09/20 12:49:03.113 9288 20731 Info HiAdSDK.LocationUtils loc_tag sendAsyncLocationByNative failed because switch is off 2022/09/20 12:49:03.113 9288 20733 Info HiAdSDK.HiAdTools Target provider service's package name is : com.huawei.hwid 2022/09/20 12:49:03.113 9288 9288 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: interstitial_ad_load 2022/09/20 12:49:03.114 9288 20731 Info HiAdSDK.HiAdTools Target provider service's package name is : com.huawei.hwid 2022/09/20 12:49:03.117 9288 21085 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: reqConfig 2022/09/20 12:49:03.118 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.118 9288 21083 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: reqNativeAd 2022/09/20 12:49:03.120 9288 21083 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: reqConfig 2022/09/20 12:49:03.128 9288 20731 Info HiAdSDK.HiAdTools Target provider service's package name is : com.huawei.hwid 2022/09/20 12:49:03.129 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.142 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.153 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.163 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.172 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.183 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.196 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.205 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.217 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.239 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:03.250 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.262 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.272 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:03.284 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.296 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.305 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.318 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.341 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:03.350 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.360 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.371 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.382 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.426 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:03.439 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.445 9288 20493 Info tefighting.gam Explicit concurrent copying GC freed 3389(372KB) AllocSpace objects, 9(1364KB) LOS objects, 49% free, 6500KB/12MB, paused 215us total 44.261ms 2022/09/20 12:49:03.474 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.481 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.494 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:03.503 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.517 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.561 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:03.570 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.581 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.591 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.603 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.647 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:03.658 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.669 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.680 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.691 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 1 line 2022/09/20 12:49:03.702 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.713 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.769 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 5 lines 2022/09/20 12:49:03.779 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.790 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.858 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 6 lines 2022/09/20 12:49:03.868 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.879 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.901 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:03.912 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.925 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.926 9288 20493 Info tefighting.gam Explicit concurrent copying GC freed 5768(309KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 6494KB/12MB, paused 63us total 39.755ms 2022/09/20 12:49:03.957 9288 10395 Info HiAdSDK.Decouple.PPSApiServiceManager call reqConfig code: 200 msg: null 2022/09/20 12:49:03.957 9288 10993 Info HiAdSDK.Decouple.PPSApiServiceManager call interstitial_ad_load code: 204 msg: 2022/09/20 12:49:03.958 9288 20733 Info HiAdSDK.InterstitialAdManager onAdFailed, errorCode:204 2022/09/20 12:49:03.958 9288 9288 Error HuaweiCustomEventInterstitialEventForwarder HuaweiCustomEventInterstitialEventForwarder = 3 2022/09/20 12:49:03.959 9288 20731 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: apistatistics 2022/09/20 12:49:03.959 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.963 9288 9288 Info SysUtils hw theme is enabled(false) 2022/09/20 12:49:03.964 9288 9288 Info AwSettings selectHandleChangeEnbled(false), EMUI_Version: 27 2022/09/20 12:49:03.966 9288 9288 Info hwschromium-3337 [INFO:aw_contents.cc(716)] JNI_AwContents_Init. 2022/09/20 12:49:03.968 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.968 9288 9288 Info AwSettings getAdBlockEnabled:false this = org.chromium.android_webview.AwSettings@fbf15f4 2022/09/20 12:49:03.969 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.969 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.970 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.970 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.970 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.970 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.970 9288 9288 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) identical 1 line 2022/09/20 12:49:03.970 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.971 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.972 9288 9288 Warn GooglePlayServicesUtil Google Play services is missing. 2022/09/20 12:49:03.974 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:03.974 9288 9288 Info AwSettings getAdBlockEnabled:false this = org.chromium.android_webview.AwSettings@fbf15f4 2022/09/20 12:49:03.978 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:03.989 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.000 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.005 9288 20493 Info HiAdSDK.Decouple.PPSApiServiceManager call apistatistics code: 200 msg: null 2022/09/20 12:49:04.011 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.016 9288 10993 Info HiAdSDK.Decouple.PPSApiServiceManager call reqConfig code: 200 msg: null 2022/09/20 12:49:04.022 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.033 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.045 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.056 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.067 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.078 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.091 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.100 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.111 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.122 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.127 9288 9288 Verbose AudioManager getStreamMaxVolume treamType: 3 2022/09/20 12:49:04.128 9288 9288 Verbose AudioManager getStreamVolume streamType: 3 volume: 1 2022/09/20 12:49:04.134 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.166 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 3 lines 2022/09/20 12:49:04.177 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.188 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.199 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.210 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.234 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:04.244 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.256 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.276 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:04.287 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.299 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.309 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.320 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.331 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.443 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 10 lines 2022/09/20 12:49:04.454 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.457 9288 10993 Info tefighting.gam Explicit concurrent copying GC freed 11347(959KB) AllocSpace objects, 16(1740KB) LOS objects, 49% free, 6528KB/12MB, paused 239us total 54.439ms 2022/09/20 12:49:04.483 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.496 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 2 lines 2022/09/20 12:49:04.507 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.519 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.575 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 5 lines 2022/09/20 12:49:04.586 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.597 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.697 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 9 lines 2022/09/20 12:49:04.708 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.719 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.729 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.740 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.752 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.796 9288 10420 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) UnityMain identical 4 lines 2022/09/20 12:49:04.807 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.818 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.827 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.839 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.848 9288 10993 Info HiAdSDK.Decouple.PPSApiServiceManager call reqNativeAd code: 700 msg: true 2022/09/20 12:49:04.850 9288 20731 Info HiAdSDK.k onAdFailed, errorCode:700 2022/09/20 12:49:04.850 9288 9288 Info HiAdSDK.k onAdFailed main thread switch: 0 ms 2022/09/20 12:49:04.850 9288 9288 Error HuaweiCustomEventBannerEventForwarder HuaweiCustomEventBannerEventForwarder = 3 2022/09/20 12:49:04.850 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.852 9288 20732 Info HiAdSDK.Decouple.PPSApiServiceManager call remote method: apistatistics 2022/09/20 12:49:04.860 9288 9288 Info SysUtils hw theme is enabled(false) 2022/09/20 12:49:04.860 9288 9288 Info AwSettings selectHandleChangeEnbled(false), EMUI_Version: 27 2022/09/20 12:49:04.863 9288 9288 Info hwschromium-3337 [INFO:aw_contents.cc(716)] JNI_AwContents_Init. 2022/09/20 12:49:04.863 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.868 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.868 9288 9288 Info AwSettings getAdBlockEnabled:false this = org.chromium.android_webview.AwSettings@c5e1002 2022/09/20 12:49:04.871 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.872 9288 9288 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) identical 1 line 2022/09/20 12:49:04.872 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.872 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.873 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.873 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.873 9288 9288 Info chatty uid=10231(com.gzl.superhero.karatefighting.game) identical 1 line 2022/09/20 12:49:04.876 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.878 9288 9288 Warn GooglePlayServicesUtil Google Play services is missing. 2022/09/20 12:49:04.880 9288 9288 Info AwSettings getEffectiveBackgroundColor forceDarkMode mUseHwDarkMode = true 2022/09/20 12:49:04.880 9288 9288 Info AwSettings getAdBlockEnabled:false this = org.chromium.android_webview.AwSettings@c5e1002 2022/09/20 12:49:04.882 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.891 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.900 9288 10993 Info HiAdSDK.Decouple.PPSApiServiceManager call apistatistics code: 200 msg: null 2022/09/20 12:49:04.902 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.908 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.918 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.928 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.939 9288 10420 Debug addLayerName, tid:10420 2022/09/20 12:49:04.950 9288 10420 Debug addLayerName, tid:10420

alihan98ersoy commented 2 years ago

Hello, at the moment we are working on the problem. https://github.com/EvilMindDevs/hms-unity-plugin/issues/375

alihan98ersoy commented 2 years ago

Hello, the developer team is doing the tests. The new mediation plugin will be available once the tests are complete. Presumably, a new version will be released next week.

alihan98ersoy commented 1 year ago

Bug fixed with new mediation version. implementation 'com.github.Explore-In-HMS:huawei.ads.admob_mediation:2.0.2' https://github.com/Explore-In-HMS/huawei.ads.admob_mediation/releases/tag/2.0.2