Android Standalone App Crashes with GeofencingTaskConsumer

Hello,

We have a standalone build on expo 33.0.5 that uses the Geofencing API. On Android (testing on Pixel 2 - Android 9) the app routinely crashes, most often on app start. Sometimes it crashes a couple of times as you re-open before fully initializing. Although less often, we also see the crash in GeofencingTaskConsumer happen after the app has been successfully running for a while.

I don’t have a shareable app to reproduce at the moment, but I’m curious if others have experienced this issue or have any words of wisdom.

For context, here are the relevant logs filtered by process id:

07-23 23:10:50.291 10212 16077 16077 E com.myexpo.test: Not starting debugger since process cannot load the jdwp agent.
07-23 23:10:50.315 10212 16077 16077 I com.myexpo.test: The ClassLoaderContext is a special shared library.
07-23 23:10:50.375 10212 16077 16077 I MultiDex: VM with version 2.1.0 has multidex support
07-23 23:10:50.376 10212 16077 16077 I MultiDex: Installing application
07-23 23:10:50.376 10212 16077 16077 I MultiDex: VM has multidex support, MultiDex support library is disabled.
07-23 23:10:50.407 10212 16077 16077 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
07-23 23:10:50.409 10212 16077 16077 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
07-23 23:10:50.409 10212 16077 16077 I FirebaseInitProvider: FirebaseApp initialization successful
07-23 23:10:50.439 10212 16077 16077 W com.facebook.UserSettingsManager: Please set a value for AutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
07-23 23:10:50.439 10212 16077 16077 W com.facebook.UserSettingsManager: You haven't set a value for AdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
07-23 23:10:50.454 10212 16077 16127 D NetworkSecurityConfig: No Network Security Config specified, using platform default
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: Rejecting re-init on previously-failed class java.lang.Class<host.exp.exponent.g.f$5>: java.lang.NoClassDefFoundError: Failed resolution of: Lexpolib_v1/okhttp3/Interceptor;
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.<init>(android.app.Application) (NativeModuleDepsProvider.java:59)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.a(android.app.Application) (NativeModuleDepsProvider.java:80)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.<init>(android.content.Context, android.app.Application) (Exponent.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.a(android.content.Context, android.app.Application) (Exponent.java:116)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.e.onCreate() (ExpoApplication.java:77)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5920)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:200)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1656)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Looper.loop() (Looper.java:193)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6718)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:493)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: Caused by: java.lang.ClassNotFoundException: Didn't find class "expolib_v1.okhttp3.Interceptor" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/base.apk"],nativeLibraryDirectories=[/data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/lib/arm64, /data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/base.apk!/lib/arm64-v8a, /system/lib64]]
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.<init>(android.app.Application) (NativeModuleDepsProvider.java:59)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.a(android.app.Application) (NativeModuleDepsProvider.java:80)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.<init>(android.content.Context, android.app.Application) (Exponent.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.a(android.content.Context, android.app.Application) (Exponent.java:116)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.e.onCreate() (ExpoApplication.java:77)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5920)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:200)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1656)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Looper.loop() (Looper.java:193)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6718)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:493)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test:
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: Rejecting re-init on previously-failed class java.lang.Class<host.exp.exponent.g.f$5>: java.lang.NoClassDefFoundError: Failed resolution of: Lexpolib_v1/okhttp3/Interceptor;
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.<init>(android.app.Application) (NativeModuleDepsProvider.java:59)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.a(android.app.Application) (NativeModuleDepsProvider.java:80)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.<init>(android.content.Context, android.app.Application) (Exponent.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.a(android.content.Context, android.app.Application) (Exponent.java:116)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.e.onCreate() (ExpoApplication.java:77)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5920)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:200)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1656)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Looper.loop() (Looper.java:193)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6718)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:493)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: Caused by: java.lang.ClassNotFoundException: Didn't find class "expolib_v1.okhttp3.Interceptor" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/base.apk"],nativeLibraryDirectories=[/data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/lib/arm64, /data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/base.apk!/lib/arm64-v8a, /system/lib64]]
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.<init>(android.app.Application) (NativeModuleDepsProvider.java:59)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.c.a.a(android.app.Application) (NativeModuleDepsProvider.java:80)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.<init>(android.content.Context, android.app.Application) (Exponent.java:134)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.a.b.a(android.content.Context, android.app.Application) (Exponent.java:116)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void host.exp.exponent.e.onCreate() (ExpoApplication.java:77)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.Instrumentation.callApplicationOnCreate(android.app.Application) (Instrumentation.java:1154)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.handleBindApplication(android.app.ActivityThread$AppBindData) (ActivityThread.java:5920)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.access$1100(android.app.ActivityThread, android.app.ActivityThread$AppBindData) (ActivityThread.java:200)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1656)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.os.Looper.loop() (Looper.java:193)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6718)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:-2)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:493)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:858)
07-23 23:10:50.511 10212 16077 16077 I com.myexpo.test:
07-23 23:10:50.584 10212 16077 16077 D SoLoader: init start
07-23 23:10:50.584 10212 16077 16077 D SoLoader: adding system library source: /vendor/lib
07-23 23:10:50.584 10212 16077 16077 D SoLoader: adding system library source: /system/lib
07-23 23:10:50.591 10212 16077 16077 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/lib/arm64 flags = 0]
07-23 23:10:50.591 10212 16077 16077 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.myexpo.test/lib-main flags = 1]
07-23 23:10:50.596 10212 16077 16077 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
07-23 23:10:50.596 10212 16077 16077 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
07-23 23:10:50.596 10212 16077 16077 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.myexpo.test-7Ic8AlDHBi2N9fcWGtY50Q==/lib/arm64 flags = 0]
07-23 23:10:50.596 10212 16077 16077 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.myexpo.test/lib-main flags = 1]
07-23 23:10:50.597 10212 16077 16077 V fb-UnpackingSoSource: locked dso store /data/user/0/com.myexpo.test/lib-main
07-23 23:10:50.609 10212 16077 16077 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.myexpo.test/lib-main
07-23 23:10:50.609 10212 16077 16077 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.myexpo.test/lib-main
07-23 23:10:50.609 10212 16077 16077 D SoLoader: init finish: 4 SO sources prepared
07-23 23:10:50.609 10212 16077 16077 D SoLoader: init exiting
07-23 23:10:50.673 10212 16077 16077 I CrashlyticsCore: Initializing Crashlytics 2.3.8.97
07-23 23:10:50.697 10212 16077 16127 E GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
07-23 23:10:50.698 10212 16077 16129 E GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
07-23 23:10:50.752 10212 16077 16077 D c : Finding badger
07-23 23:10:50.753 10212 16077 16077 D c : Current badger:me.leolin.shortcutbadger.impl.DefaultBadger
07-23 23:10:50.753 10212 16077 16077 D SoLoader: init exiting
07-23 23:10:50.766 10212 16077 16129 E GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
07-23 23:10:50.794 10212 16077 16111 I FA : App measurement is starting up, version: 14711
07-23 23:10:50.794 10212 16077 16111 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
07-23 23:10:50.794 10212 16077 16111 I FA : To enable faster debug mode event logging run:
07-23 23:10:50.794 10212 16077 16111 I FA : adb shell setprop debug.firebase.analytics.app com.myexpo.test
07-23 23:10:50.809 10212 16077 16077 I TaskService: Registered task with name 'GeoFenceTask' for app with ID '@myexpo_test/myexpo_test'.
07-23 23:10:50.887 10212 16077 16164 D b : Loaded exp.host status page.
07-23 23:10:50.893 10212 16077 16077 I TaskService: Handling job with task name 'GeoFenceTask' for app with ID '@myexpo_test/myexpo_test'.
07-23 23:10:50.894 10212 16077 16077 E Expo : Cannot initialize app loader. <init> [class android.content.Context]
07-23 23:10:50.894 10212 16077 16077 E TaskService: Cannot execute background task because application loader can't be found.
07-23 23:10:50.894 10212 16077 16077 I TaskService: Unregistering task 'GeoFenceTask' for app '@myexpo_test/myexpo_test'.
07-23 23:10:50.895 10212 16077 16077 E JobServiceEngine: Error while executing job: 0
07-23 23:10:50.895 10212 16077 16077 D AndroidRuntime: Shutting down VM
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: FATAL EXCEPTION: main
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: Process: com.myexpo.test, PID: 16077
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: java.lang.RuntimeException: java.lang.NullPointerException: Attempt to invoke interface method 'void org.unimodules.b.j.d.execute(android.os.Bundle, java.lang.Error)' on a null object reference
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:112)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6718)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'void org.unimodules.b.j.d.execute(android.os.Bundle, java.lang.Error)' on a null object reference
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at expo.modules.location.taskConsumers.GeofencingTaskConsumer.didExecuteJob(GeofencingTaskConsumer.java:128)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at expo.modules.taskManager.TaskService.handleJob(TaskService.java:331)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at expo.modules.taskManager.TaskJobService.onStartJob(TaskJobService.java:13)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.app.job.JobService$1.onStartJob(JobService.java:62)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: at android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:108)
07-23 23:10:50.896 10212 16077 16077 E AndroidRuntime: ... 6 more
07-23 23:10:51.131 10212 16077 16086 W System : A resource failed to call close.
07-23 23:10:52.174 10212 16077 16185 I CrashlyticsCore: Crashlytics report upload complete: 5D37F66A02EE-0001-3ECD-6FC60A6D6296.cls
07-23 23:10:55.361 10212 16077 16095 I com.myexpo.test: Waiting for a blocking GC ProfileSaver
07-23 23:10:55.411 10212 16077 16095 I com.myexpo.test: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 50.172ms
07-23 23:11:00.932 10212 16077 16181 W Fabric : Could not call getAdvertisingIdInfo on com.google.android.gms.ads.identifier.AdvertisingIdClient
07-23 23:11:00.932 10212 16077 16181 W Fabric : Could not call getId on com.google.android.gms.ads.identifier.AdvertisingIdClient$Info
07-23 23:11:10.957 10212 16077 16181 W Fabric : Could not call getAdvertisingIdInfo on com.google.android.gms.ads.identifier.AdvertisingIdClient
07-23 23:11:10.962 10212 16077 16181 W Fabric : Could not call isLimitAdTrackingEnabled on com.google.android.gms.ads.identifier.AdvertisingIdClient$Info

I’m having similar issues/ error logs:

FYI: I opened this related issue.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.