Coder Social home page Coder Social logo

admob-inline-ads-in-flutter's People

Contributors

kunny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

admob-inline-ads-in-flutter's Issues

Native Ad returns error code 0

Hi, I just pull the project and run the complete_kotlin_swift . But the native add returns error code 0. I have checked with the test ad unit id, it's the same.
Can you take a look and fix it that ?

Error: This AdWidget is already in the Widget tree

I increased the samples for inline banner ad so the AdObject will be out of viewport when scrolled down.

When AdObject is out of viewport, I get the following error:

======== Exception caught by widgets library =======================================================
The following assertion was thrown building AdWidget(dirty, state: _AdWidgetState#c4a8e):
This AdWidget is already in the Widget tree


If you placed this AdWidget in a list, make sure you create a new instance in the builder function with a unique ad object.
Make sure you are not using the same ad object in more than one AdWidget.

The relevant error-causing widget was: 
  AdWidget file:///Users/figengungor/Documents/development/admob-inline-ads-in-flutter/complete/lib/banner_inline_page.dart:82:22
When the exception was thrown, this was the stack: 
#0      _AdWidgetState.build (package:google_mobile_ads/src/ad_containers.dart:372:7)
#1      StatefulElement.build (package:flutter/src/widgets/framework.dart:4744:28)
#2      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4627:15)
#3      StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4800:11)
#4      Element.rebuild (package:flutter/src/widgets/framework.dart:4343:5)
...
====================================================================================================

wrong file name in the admob-ads-in-flutter codelab

in Adding AdMob ads to a Flutter app, step 7
here in sentence
Open the lib/game_route.dart file, and import ad_manager.dart
there is no ad_manager.dart in the source, so there should be
Open the lib/game_route.dart file, and import ad_helper.dart

moreover, it is beter to write
Open the lib/game_route.dart file under the first step, because all the required imports has already been pointed in the second step.

Importing package: google_mobile_ads.dart

When I add

import 'package:google_mobile_ads/google_mobile_ads.dart';

I get the following error:

Target of URI doesn't exist: 'package:google_mobile_ads/google_mobile_ads.dart'.
Try creating the file referenced by the URI, or Try using a URI for a file that does exist.

Incorrect Dart setup for `NativeAd`

For the instructions under:

https://codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter#7

(Integrate the native ad with Flutter widgets, step 3)

_ad is assigned before being subsequently assigned in the onAdLoaded handler. This is not how the BannerAd is set up, nor how the complete version of same is set up. This also throws an error on Android (from logcat):

E h0      : This ad may have not been loaded or has been disposed. Ad with the following id could not be found: 6.
E MethodChannel#flutter/platform_views: Failed to handle method call
E MethodChannel#flutter/platform_views: java.lang.NullPointerException: Attempt to write to field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference in method 'void io.flutter.plugin.platform.o$a.g(io.flutter.embedding.engine.j.k$e, io.flutter.embedding.engine.j.k$b)'
E MethodChannel#flutter/platform_views: 	at io.flutter.plugin.platform.o$a.g(Unknown Source:119)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.j.k$a.f(Unknown Source:59)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.j.k$a.j(Unknown Source:167)
E MethodChannel#flutter/platform_views: 	at g.a.c.a.j$a.a(Unknown Source:17)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.f.c.i(Unknown Source:18)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.f.c.j(Unknown Source:20)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.f.c.k(Unknown Source:0)
E MethodChannel#flutter/platform_views: 	at io.flutter.embedding.engine.f.a.run(Unknown Source:12)
E MethodChannel#flutter/platform_views: 	at android.os.Handler.handleCallback(Handler.java:938)
E MethodChannel#flutter/platform_views: 	at android.os.Handler.dispatchMessage(Handler.java:99)
E MethodChannel#flutter/platform_views: 	at android.os.Looper.loopOnce(Looper.java:201)
E MethodChannel#flutter/platform_views: 	at android.os.Looper.loop(Looper.java:288)
E MethodChannel#flutter/platform_views: 	at android.app.ActivityThread.main(ActivityThread.java:7842)
E MethodChannel#flutter/platform_views: 	at java.lang.reflect.Method.invoke(Native Method)
E MethodChannel#flutter/platform_views: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E MethodChannel#flutter/platform_views: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, Attempt to write to field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference in method 'void io.flutter.plugin.platform.o$a.g(io.flutter.embedding.engine.j.k$e, io.flutter.embedding.engine.j.k$b)', null, java.lang.NullPointerException: Attempt to write to field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference in method 'void io.flutter.plugin.platform.o$a.g(io.flutter.embedding.engine.j.k$e, io.flutter.embedding.engine.j.k$b)'
E flutter : 	at io.flutter.plugin.platform.o$a.g(Unknown Source:119)
E flutter : 	at io.flutter.embedding.engine.j.k$a.f(Unknown Source:59)
E flutter : 	at io.flutter.embedding.engine.j.k$a.j(Unknown Source:167)
E flutter : 	at g.a.c.a.j$a.a(Unknown Source:17)
E flutter : 	at io.flutter.embedding.engine.f.c.i(Unknown Source:18)
E flutter : 	at io.flutter.embedding.engine.f.c.j(Unknown Source:20)
E flutter : 	at io.flutter.embedding.engine.f.c.k(Unknown Source:0)
E flutter : 	at io.flutter.embedding.engine.f.a.run(Unknown Source:12)
E flutter : 	at android.os.Handler.handleCallback(Handler.java:938)
E flutter : 	at android.os.Handler.dispatchMessage(Handler.java:99)
E flutter : 	at android.os.Looper.loopOnce(Looper.java:201)
E flutter : 	at android.os.Looper.loop(Looper.java:288)
E flutter : 	at android.app.ActivityThread.main(ActivityThread.java:7842)
E flutter : 	at java.lang.reflect.Method.invoke(Native Method)
E flutter : 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E flutter : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
E flutter : )
E flutter : #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653)
E flutter : #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296)
E flutter : <asynchronous suspension>
E flutter : #2      MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:499)
E flutter : <asynchronous suspension>
E flutter : #3      TextureAndroidViewController._sendResizeMessage (package:flutter/src/services/platform_views.dart:1084)
E flutter : <asynchronous suspension>
E flutter : #4      RenderAndroidView._sizePlatformView (package:flutter/src/rendering/platform_view.dart:182)
E flutter : <asynchronous suspension>
E flutter : 

and the ad isn't shown.

Native ads crash on release version (only on HUAWEI P30 Android 10 (SDK 29))

Native ads crashed on huawei P30,its work perfectly on almost any other devices

java.lang.NullPointerException: at com.sample.sample.ListTileNativeAdFactory.createNativeAd(ListTileNativeAdFactory.java:143) at io.flutter.plugins.googlemobileads.FlutterNativeAd$2.onUnifiedNativeAdLoaded(Unknown Source:12) at com.google.android.gms.internal.ads.zzahh.zza(zzahh.java:7) at com.google.android.gms.internal.ads.zzagj.zza(zzagj.java:31) at com.google.android.gms.internal.ads.zzgy.onTransact(zzgy.java:22) at android.os.Binder.transact(Binder.java:921) at gc.bb(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2) at com.google.android.gms.ads.internal.formats.client.ak.e(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0) at com.google.android.gms.ads.nonagon.ad.nativead.ad.run(Unknown Source:5) at android.os.Handler.handleCallback(Handler.java:900) at android.os.Handler.dispatchMessage(Handler.java:103) at qy.a(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0) at com.google.android.gms.ads.internal.util.zzae.setAppMuted(zzae.java:1) at qy.dispatchMessage(:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0) at android.os.Looper.loop (Looper.java:219) at android.app.ActivityThread.main (ActivityThread.java:8387) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)

"This AdWidget is already in the Widget tree"

Getting "This AdWidget is already in the Widget tree".

Using below package:
google_mobile_ads: ^1.0.1

minSdkVersion 23
targetSdkVersion 31

Widget nativeAdWidget() {
AdsBloc ab = context.read();
return StatefulBuilder(
builder: (context, setState) => Container(
height: 72.0,
alignment: Alignment.center,
child: AdWidget(key: UniqueKey(), ad: ab.admobNativeAd),
),
);
}

class AdsBloc extends ChangeNotifier {
.....
void enableAds() {
createAdmobNativeAd();
}

@OverRide
void dispose() {
disposeAdmobNativeAd();
super.dispose();
}

createAdmobNativeAd() {
_admobNativeAd = NativeAd(
adUnitId: admobNativeAdId,
factoryId: 'listTile',
request: AdRequest(),
listener: NativeAdListener(
onAdLoaded: (
) {
_admobNativeAdLoaded = true;
},
onAdFailedToLoad: (ad, error) {
ad.dispose();
print('Ad load failed (code=${error.code} message=${error.message})');
},
),
);
_admobNativeAd.load();
}
.....
}

Please help me solve this issue!!!

Flutter Web has issues!

There is no mention of google ads in flutter web, though its under review. This plugin cause flutter web to crash.

Says this.

Error: MissingPluginException(No implementation found for method MobileAds#updateRequestConfiguration on channel plugins.flutter.io/google_mobile_ads) at Object.throw_ [as throw] (http://localhost:50001/dart_sdk.js:5041:11) at platform_channel.MethodChannel.new._invokeMethod (http://localhost:50001/packages/flutter/src/services/system_channels.dart.lib.js:943:21) at _invokeMethod.next (<anonymous>) at http://localhost:50001/dart_sdk.js:37403:33 at _RootZone.runUnary (http://localhost:50001/dart_sdk.js:37274:59)

RaisedButton is deprecated

'RaisedButton' is deprecated and shouldn't be used. Use ElevatedButton instead. See the migration guide in flutter.dev/go/material-button-migration-guide). This feature was deprecated after v1.25.0-8.1.pre..
Try replacing the use of the deprecated member with the replacement.

admob example issue

In section 8 Add a native ad > native_inline_page.dart > itemCount: widget.entries.length + (_ad != null ? 1 : 0), have an issue, If item count less then _kAdIndex could cause an error, Correct code more like itemCount: widget.entries.length + (_ad != null && widget.entries.length >= _kAdIndex ? 1 : 0),

crashes on android 4.4 (API 19)

I downloaded complete_kotlin_swift and tried to run on android emulator android 4.4 (API 19)

Launching lib/main.dart on Google Nexus 5 in debug mode...
Running Gradle task 'assembleDebug'...
I/flutter ( 1669): Ad load failed (code=0 message=Internal error.)
E/flutter ( 1669): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(49)] java.lang.IllegalStateException: maxImages (3) has already been acquired, call #close before acquiring more.
E/flutter ( 1669): 	at android.media.ImageReader.acquireNextImage(ImageReader.java:346)
E/flutter ( 1669): 	at android.media.ImageReader.acquireLatestImage(ImageReader.java:242)
E/flutter ( 1669): 	at io.flutter.embedding.android.FlutterImageView.acquireLatestImage(FlutterImageView.java:203)
E/flutter ( 1669): 	at io.flutter.embedding.android.FlutterView.acquireLatestImageViewFrame(FlutterView.java:1089)
E/flutter ( 1669): 	at io.flutter.plugin.platform.PlatformViewsController.onEndFrame(PlatformViewsController.java:810)
E/flutter ( 1669): 	at io.flutter.embedding.engine.FlutterJNI.onEndFrame(FlutterJNI.java:982)
E/flutter ( 1669): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter ( 1669): 	at android.os.MessageQueue.next(MessageQueue.java:138)
E/flutter ( 1669): 	at android.os.Looper.loop(Looper.java:123)
E/flutter ( 1669): 	at android.app.ActivityThread.main(ActivityThread.java:5001)
E/flutter ( 1669): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/flutter ( 1669): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/flutter ( 1669): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/flutter ( 1669): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/flutter ( 1669): 	at dalvik.system.NativeStart.main(Native Method)
E/flutter ( 1669): 
F/flutter ( 1669): [FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1440)] Check failed: CheckException(env). 
E/flutter ( 1964): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(49)] java.lang.IllegalStateException: maxImages (3) has already been acquired, call #close before acquiring more.
E/flutter ( 1964): 	at android.media.ImageReader.acquireNextImage(ImageReader.java:346)
E/flutter ( 1964): 	at android.media.ImageReader.acquireLatestImage(ImageReader.java:242)
E/flutter ( 1964): 	at io.flutter.embedding.android.FlutterImageView.acquireLatestImage(FlutterImageView.java:203)
E/flutter ( 1964): 	at io.flutter.embedding.android.FlutterView.acquireLatestImageViewFrame(FlutterView.java:1089)
E/flutter ( 1964): 	at io.flutter.plugin.platform.PlatformViewsController.onEndFrame(PlatformViewsController.java:810)
E/flutter ( 1964): 	at io.flutter.embedding.engine.FlutterJNI.onEndFrame(FlutterJNI.java:982)
E/flutter ( 1964): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter ( 1964): 	at android.os.MessageQueue.next(MessageQueue.java:138)
E/flutter ( 1964): 	at android.os.Looper.loop(Looper.java:123)
E/flutter ( 1964): 	at android.app.ActivityThread.main(ActivityThread.java:5001)
E/flutter ( 1964): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/flutter ( 1964): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/flutter ( 1964): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/flutter ( 1964): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/flutter ( 1964): 	at dalvik.system.NativeStart.main(Native Method)
E/flutter ( 1964): 
F/flutter ( 1964): [FATAL:flutter/shell/platform/android/platform_view_android_jni_impl.cc(1440)] Check failed: CheckException(env). 
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Error connecting to the service protocol: failed to connect to http://127.0.0.1:62128/Bl66Kpo3oYI=/

My Setup

flutter doctor -v
[✓] Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.7 19H2 darwin-x64, locale en)
    • Flutter version 2.0.4 at /Users/******/flutter
    • Framework revision b1395592de (3 weeks ago), 2021-04-01 14:25:01 -0700
    • Engine revision 2dce47073a
    • Dart version 2.12.2

pubspec.yaml

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  # COMPLETE: Add google_mobile_ads as a dependency
  google_mobile_ads: ^0.12.1+1
  flutter_gallery_assets: ^1.0.2

Native ad load failed

Ad load failed (code=0 message=Internal error.)

I/Ads ( 6781): Received log message: Google:HTML Incorrect native ad response. Click actions were not properly specified

Does not work with google_mobile_ads 0.13.0

First things first: nice tutorial thanks! Gr8 work.

I noticed the lab does not work with latest version available due to the entry ( I know the correct version is mentioned in the start 0.12)

listener: AdListener(
onAdLoaded: (_) {
setState(() {
_isAdLoaded = true;
});
},

AdListener is not there in 0.13.0 which is fine but then I would expect to find at least a mention in the 0.13.0 documentation here:

https://pub.dev/packages/google_mobile_ads/changelog

but I didn't find any mention to it.
I will try to make it work anyway with 0.13.0 and post the solution here if I manage to find it.

Best,
Codespair

Inline native ads crashing in iPhone simulator for this code lab

ErrorInlineAdsNativeFlutter.pdf

Hello,

I have tried twice to make it work for iOS simulator without success
IOS 15.5, Flutter 3.3.1, Xcode 13.4.1, Android Studio BumbleBee.
Happens when completing the starter code in objective-c it does not happen with the complete code.

App crashes after trying to download the ad. I get to see the list and a few seconds later it crashes with the stack attached. There is no error produced by Flutter, the logs are from Xcode.

Appreciate your help.
Regards,
Martin.

Update: Have just tested with Swift and the same happens

I can't see Test Native AdMob intermittently

native_error_2

I use 'complete_kotlin_swift' project to test Native Admob.(I don't fix any other code)
I can see native ad somtimes. but I also can see this problem above gif.
How can I fix this problem?

I can see below DEBUG CONSOLE contents whenever I can see ad or not.
So I really don't know how to solve it.

Flutter Doctor

➜  complete_kotlin_swift git:(main) ✗ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.0, on macOS 12.5 21G72 darwin-arm64, locale ko-KR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.66.0)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

DEBUG CONSOLE

Launching lib/main.dart on Android SDK built for arm64 in debug mode...
✓  Built build/app/outputs/flutter-apk/app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:58862/ugTO7z0EuzI=/ws
I/DynamiteModule(14181): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:224400003
I/DynamiteModule(14181): Selected remote version of com.google.android.gms.ads.dynamite, version >= 224400003
D/DynamitePackage(14181): Instantiated singleton DynamitePackage.
D/DynamitePackage(14181): Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
W/ConnectionStatusConfig(14181): Dynamic lookup for intent failed for action: com.google.android.gms.leibniz.events.service.START
W/GmsClient(14181): unable to connect to service: com.google.android.gms.leibniz.events.service.START on com.google.android.gms
I/WebViewFactory(14181): Loading com.google.android.webview version 66.0.3359.158 (code 336015855)
I/.admobinlinead(14181): The ClassLoaderContext is a special shared library.
I/cr_LibraryLoader(14181): Time to load native libraries: 1 ms (timestamps 2970-2971)
I/chromium(14181): [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0
I/cr_LibraryLoader(14181): Expected native library version number "66.0.3359.158", actual native library version number "66.0.3359.158"
W/cr_ChildProcLH(14181): Create a new ChildConnectionAllocator with package name = com.google.android.webview, sandboxed = true
I/cr_BrowserStartup(14181): Initializing chromium process, singleProcess=false
I/cr_base (14181): Android Locale: en_US requires .pak files: []
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;-><init>(Landroid/content/Context;I)V (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->logEvent(Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;)V (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionStarted(I)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(II)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextSelection;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(III)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/.admobinlinead(14181): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(IIILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
W/cr_media(14181): Requires BLUETOOTH permission
D/HostConnection(14181): HostConnection::get() New Host Connection established 0x7522f34ca0, tid 14273
D/HostConnection(14181): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(14181): eglCreateContext: 0x7522f34d40: maj 3 min 0 rcv 3
D/EGL_emulation(14181): eglMakeCurrent: 0x7522f34d40: ver 3 0 (tinfo 0x752f36bcc0)
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 0 (0) 1 0
W/cr_CrashFileManager(14181): /data/user/0/com.codelab.flutter.admobinlineads/cache/WebView/Crash Reports does not exist or is not a directory
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 0 (0) 1 2
W/VideoCapabilities(14181): Unrecognized profile 4 for video/hevc
W/cr_MediaCodecUtil(14181): HW encoder for video/avc is not available on this device.
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 0 (0) 0 0
D/EGL_emulation(14181): eglCreateContext: 0x7522f60400: maj 3 min 0 rcv 3
D/EGL_emulation(14181): eglMakeCurrent: 0x7522f60400: ver 3 0 (tinfo 0x752f36bcc0)
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 1 (1) 0 0
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 2 (2) 0 0
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 1 (1) 0 0
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 2 (2) 0 0
D/DynamitePackage(14181): Instantiating com.google.android.gms.ads.ChimeraAdLoaderBuilderCreatorImpl
I/Ads     (14181): This request is sent from a test device.
I/.admobinlinead(14181): The ClassLoaderContext is a special shared library.
W/.admobinlinead(14181): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
I/.admobinlinead(14181): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.ads.tasks.appdigest.a>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/PackageManager$OnChecksumsReadyListener;
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.util.List adu.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.util.List adv.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at void adu.s(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at cdg adu.m(android.content.Context, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:10)
I/.admobinlinead(14181):   at java.lang.String adp.r(android.content.Context, java.lang.String, int, android.view.View, android.app.Activity, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:8)
I/.admobinlinead(14181):   at java.lang.String adp.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.g(android.content.Context, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.load.g.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object brl.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void brm.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.PackageManager$OnChecksumsReadyListener" on path: DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk!/lib/arm64-v8a, /system/lib64]]
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):3)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.util.List adu.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.util.List adv.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at void adu.s(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at cdg adu.m(android.content.Context, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:10)
I/.admobinlinead(14181):   at java.lang.String adp.r(android.content.Context, java.lang.String, int, android.view.View, android.app.Activity, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:8)
I/.admobinlinead(14181):   at java.lang.String adp.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.g(android.content.Context, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.load.g.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object brl.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void brm.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181):
I/.admobinlinead(14181): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.ads.tasks.appdigest.a>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/PackageManager$OnChecksumsReadyListener;
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.util.List adu.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.util.List adv.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at void adu.s(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at cdg adu.m(android.content.Context, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:10)
I/.admobinlinead(14181):   at java.lang.String adp.r(android.content.Context, java.lang.String, int, android.view.View, android.app.Activity, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:8)
I/.admobinlinead(14181):   at java.lang.String adp.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.g(android.content.Context, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.load.g.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object brl.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void brm.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.PackageManager$OnChecksumsReadyListener" on path: DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk!/lib/arm64-v8a, /system/lib64]]
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):3)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.util.List adu.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.util.List adv.r(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at void adu.s(aew, android.content.Context, cdg, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at cdg adu.m(android.content.Context, com.google.ads.afma.f) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:10)
I/.admobinlinead(14181):   at java.lang.String adp.r(android.content.Context, java.lang.String, int, android.view.View, android.app.Activity, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:8)
I/.admobinlinead(14181):   at java.lang.String adp.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.g(android.content.Context, byte[]) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.String com.google.android.gms.ads.internal.i.f(android.content.Context) (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.load.g.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object brl.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void brm.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181):
I/.admobinlinead(14181): Background concurrent copying GC freed 34559(2MB) AllocSpace objects, 10(300KB) LOS objects, 48% free, 6MB/12MB, paused 4.632ms total 133.472ms
W/ConnectionStatusConfig(14181): Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.CACHE
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 3 (3) 0 0
W/ConnectionStatusConfig(14181): Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.START
I/DynamiteModule(14181): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:224400003
I/DynamiteModule(14181): Selected remote version of com.google.android.gms.ads.dynamite, version >= 224400003
I/.admobinlinead(14181): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.ads.eventattestation.internal.i>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/displayhash/DisplayHashResultCallback;
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.displayhash.DisplayHashResultCallback" on path: DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk!/lib/arm64-v8a, /system/lib64]]
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):3)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181):
I/.admobinlinead(14181): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.ads.eventattestation.internal.i>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/displayhash/DisplayHashResultCallback;
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.displayhash.DisplayHashResultCallback" on path: DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk!/lib/arm64-v8a, /system/lib64]]
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):3)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181):
I/.admobinlinead(14181): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.ads.eventattestation.internal.i>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/displayhash/DisplayHashResultCallback;
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.displayhash.DisplayHashResultCallback" on path: DexPathList[[zip file "/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk"],nativeLibraryDirectories=[/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/AdsDynamite.apk!/lib/arm64-v8a, /system/lib64]]
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):3)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClassNative(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile) (DexFile.java:-2)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.defineClass(java.lang.String, java.lang.ClassLoader, java.lang.Object, dalvik.system.DexFile, java.util.List) (DexFile.java:283)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexFile.loadClassBinaryName(java.lang.String, java.lang.ClassLoader, java.util.List) (DexFile.java:276)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList$Element.findClass(java.lang.String, java.lang.ClassLoader, java.util.List) (DexPathList.java:724)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.DexPathList.findClass(java.lang.String, java.util.List) (DexPathList.java:486)
I/.admobinlinead(14181):   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:132)
I/.admobinlinead(14181):   at java.lang.Class bl.loadClass(java.lang.String, boolean) (:com.google.android.gms.dynamite_dynamiteloader@[email protected] (100400-0):2)
I/.admobinlinead(14181):   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.k.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.common.av.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.util.Set cio.b() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:4)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.event.c.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:2)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.ad.nativead.util.o.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at java.lang.Object cif.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:1)
I/.admobinlinead(14181):   at java.lang.Object com.google.android.gms.ads.nonagon.render.bp.call() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:6)
I/.admobinlinead(14181):   at java.lang.Object bps.a() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:0)
I/.admobinlinead(14181):   at void bqt.run() (:com.google.android.gms.policy_ads_fdr_dynamite@[email protected]:3)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) (ThreadPoolExecutor.java:1167)
I/.admobinlinead(14181):   at void java.util.concurrent.ThreadPoolExecutor$Worker.run() (ThreadPoolExecutor.java:641)
I/.admobinlinead(14181):   at void java.lang.Thread.run() (Thread.java:764)
I/.admobinlinead(14181):
D/eglCodecCommon(14181): setVertexArrayObject: set vao to 4 (4) 0 0
D/DynamitePackage(14181): Instantiating com.google.android.gms.ads.ChimeraNativeAdViewDelegateCreatorImpl
I/flutter (14181): native load
I/PlatformViewsController(14181): Hosting view in view hierarchy for platform view: 0
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)
I/chatty  (14181): uid=10089(com.codelab.flutter.admobinlineads) RenderThread identical 19 lines
D/EGL_emulation(14181): eglMakeCurrent: 0x7530ccd7a0: ver 3 0 (tinfo 0x752f388400)

Errors in Documentation

AdListener() function doesn't exist. Needs to be changed to NativeAdListener() or BannerAdListener() depending upon the use case. UnifiedNativeAd has been deprecated

Codelab: Step 5, use provided test IDs

In step 5, you provide a snippet in case you want to use test IDs:

import 'dart:io';

class AdHelper { // renamed in code to AdManager
  
  static String get bannerAdUnitId {
    if (Platform.isAndroid) {
      return 'ca-app-pub-3940256099942544/6300978111';
    } else if (Platform.isIOS) {
      return 'ca-app-pub-3940256099942544/2934735716';
    }
    throw new UnsupportedError("Unsupported platform");
  }

  static String get nativeAdUnitId {
    if (Platform.isAndroid) {
      return 'ca-app-pub-3940256099942544/2247696110';
    } else if (Platform.isIOS) {
      return 'ca-app-pub-3940256099942544/3986624511';
    }
    throw new UnsupportedError("Unsupported platform");
  }
}

You should instead use the IDs provided by the plugin itself:

import 'package:google_mobile_ads/google_mobile_ads.dart';

class AdHelper { // renamed in code to AdManager

  static String get bannerAdUnitId => BannerAd.testAdUnitId;

  static String get nativeAdUnitId => NativeAd.testAdUnitId;
}

Does this follow AdMob Policy

I just want to make sure I do not get banned from AdMob. Using a BannerAd inline in a list may violate your policies and get me Banned.

https://support.google.com/admob/answer/6275345
The video at the bottom states to NOT have banner ads that scroll in a menu. So, does this violate the policy?

I sure wish there was a better way to find out violations with specifics BEFORE you get banned and have time to fix!!

Second question, If I load two different Banners for the List am I violating your policies?

This seems like basic information that should be shared to help developers know what you want us to do. Please HELP!!

I don`t see Ads

I did it according to the instructions

`// TODO: Add a BannerAd instance
late BannerAd _ad;
// TODO: Add _isAdLoaded
bool _isAdLoaded = false;

@OverRide
void initState() {
super.initState();
_controller.clearComposing();
_controller.clear();
_controller.text = Provider.of(context, listen: false).getCount.toString();
// TODO: Create a BannerAd instance
ad = BannerAd(
adUnitId: AdHelper.bannerAdUnitId,
size: AdSize.banner,
request: const AdRequest(),
listener: BannerAdListener(
onAdLoaded: (
) {
setState(() {
_isAdLoaded = true;
});
},
onAdFailedToLoad: (ad, error) {
// Releases an ad resource when it fails to load
ad.dispose();

      print('Ad load failed (code=${error.code} message=${error.message})');
    },
  ),
);

// TODO: Load an ad
_ad.load();

}

@OverRide
void dispose() {
// TODO: Dispose a BannerAd object
_ad.dispose();
_controller.dispose();
_controller.clear();
super.dispose();
}

Widget checkForAd(){
if(_isAdLoaded == true){
return Container(
child: AdWidget(
ad: _ad,
),
width: _ad.size.width.toDouble(),
height: _ad.size.height.toDouble(),
alignment: Alignment.center,
);
}else{
return const CircularProgressIndicator();
}
}
`
But I'm getting into some trouble. Is this normal? And the ads don't appear

W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getUnsafe()Lsun/misc/Unsafe; (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->objectFieldOffset(Ljava/lang/reflect/Field;)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) D/NetworkSecurityConfig(19174): No Network Security Config specified, using platform default W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) I/WebViewFactory(19174): Loading com.google.android.webview version 74.0.3729.185 (code 373018518) I/truth_or_actio(19174): The ClassLoaderContext is a special shared library. I/truth_or_actio(19174): The ClassLoaderContext is a special shared library. I/cr_LibraryLoader(19174): Time to load native libraries: 2 ms (timestamps 5650-5652) I/chromium(19174): [INFO:library_loader_hooks.cc(50)] Chromium logging enabled: level = 0, default verbosity = 0 I/cr_LibraryLoader(19174): Expected native library version number "74.0.3729.185", actual native library version number "74.0.3729.185" W/cr_ChildProcLH(19174): Create a new ChildConnectionAllocator with package name = com.google.android.webview, sandboxed = true W/truth_or_actio(19174): Accessing hidden method Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z (greylist, reflection, allowed) I/cr_BrowserStartup(19174): Initializing chromium process, singleProcess=false W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;-><init>(Landroid/content/Context;I)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->logEvent(Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionStarted(I)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(II)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextSelection;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(III)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(IIILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (greylist, reflection, allowed) W/cr_media(19174): Requires BLUETOOTH permission D/HostConnection(19174): HostConnection::get() New Host Connection established 0xbd2cba00, tid 19300 D/HostConnection(19174): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_1 D/EGL_emulation(19174): eglCreateContext: 0xe190b0e0: maj 3 min 1 rcv 4 D/EGL_emulation(19174): eglMakeCurrent: 0xe190b0e0: ver 3 1 (tinfo 0xbd183490) E/eglCodecCommon(19174): glUtilsParamSize: unknow param 0x000082da E/eglCodecCommon(19174): glUtilsParamSize: unknow param 0x000082da I/VideoCapabilities(19174): Unsupported profile 4 for video/mp4v-es W/cr_MediaCodecUtil(19174): HW encoder for video/avc is not available on this device. D/EGL_emulation(19174): eglCreateContext: 0xe190b9e0: maj 3 min 0 rcv 3 D/EGL_emulation(19174): eglMakeCurrent: 0xe190b9e0: ver 3 0 (tinfo 0xbd183490) E/eglCodecCommon(19174): glUtilsParamSize: unknow param 0x000088ef I/chatty (19174): uid=10148(com.truth.truth_or_action) Chrome_InProcGp identical 2 lines E/eglCodecCommon(19174): glUtilsParamSize: unknow param 0x000088ef I/Ads (19174): This request is sent from a test device. W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->peekLong(JZ)J (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->pokeLong(JJZ)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->pokeInt(JIZ)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->peekInt(JZ)I (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->pokeByte(JB)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->peekByte(J)B (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->pokeByteArray(J[BII)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Llibcore/io/Memory;->peekByteArray(J[BII)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->arrayBaseOffset(Ljava/lang/Class;)I (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->arrayIndexScale(Ljava/lang/Class;)I (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed) W/truth_or_actio(19174): Accessing hidden field Ljava/nio/Buffer;->address:J (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, reflection, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, reflection, allowed) I/DynamiteModule(19174): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:21400 I/DynamiteModule(19174): Selected remote version of com.google.android.gms.ads.dynamite, version >= 21400 V/DynamiteModule(19174): Dynamite loader version >= 2, using loadModule2NoCrashUtils D/GASS (19174): Cannot dynamite load clearcut W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) I/DynamiteModule(19174): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:21400 I/DynamiteModule(19174): Selected remote version of com.google.android.gms.ads.dynamite, version >= 21400 V/DynamiteModule(19174): Dynamite loader version >= 2, using loadModule2NoCrashUtils D/zzge (19174): File /data/user/0/com.truth.truth_or_action/cache/1613498354782.dex not found. No need for deletion W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/Ads (19174): Not retrying to fetch app settings W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) W/chromium(19174): [WARNING:cookie_manager.cc(115)] Strict Secure Cookie policy does not allow setting a secure cookie for http://googleads.g.doubleclick.net/ W/truth_or_actio(19174): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) I/Ads (19174): Ad failed to load : 3 I/flutter (19174): Ad load failed (code=3 message=No ad config.) D/EGL_emulation(19174): eglMakeCurrent: 0xe19795c0: ver 3 1 (tinfo 0xd62c8210) W/ConnectionTracker(19174): Exception thrown while unbinding W/ConnectionTracker(19174): java.lang.IllegalArgumentException: Service not registered: lu@2419f65 W/ConnectionTracker(19174): at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1751) W/ConnectionTracker(19174): at android.app.ContextImpl.unbindService(ContextImpl.java:1776) W/ConnectionTracker(19174): at android.content.ContextWrapper.unbindService(ContextWrapper.java:741) W/ConnectionTracker(19174): at cg.b(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):1) W/ConnectionTracker(19174): at cg.a(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):6) W/ConnectionTracker(19174): at lv.A(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):10) W/ConnectionTracker(19174): at lg.a(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):3) W/ConnectionTracker(19174): at ea.run(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):3) W/ConnectionTracker(19174): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) W/ConnectionTracker(19174): at java.util.concurrent.FutureTask.run(FutureTask.java:266) W/ConnectionTracker(19174): at jb.run(:com.google.android.gms.dynamite_measurementdynamite@[email protected] (040700-0):6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.