1

I want to change the timing of getting anroid_id

The following is the call stack:

[com.google.firebase.crashlytics.internal.common.CommonUtils.isEmulator(CommonUtils.java:406),

com.google.firebase.crashlytics.internal.common.CommonUtils.isRooted(CommonUtils.java:421),

com.google.firebase.crashlytics.internal.common.CrashlyticsController.createOsData(CrashlyticsController.java:722),

com.google.firebase.crashlytics.internal.common.CrashlyticsController.doOpenSession(CrashlyticsController.java:577),

com.google.firebase.crashlytics.internal.common.CrashlyticsController.access$500(CrashlyticsController.java:52),

com.google.firebase.crashlytics.internal.common.CrashlyticsController$9.call(CrashlyticsController.java:515),

com.google.firebase.crashlytics.internal.common.CrashlyticsController$9.call(CrashlyticsController.java:512),

com.google.firebase.crashlytics.internal.common.CrashlyticsBackgroundWorker$3.then(CrashlyticsBackgroundWorker.java:105),

com.google.android.gms.tasks.zzc.run(com.google.android.gms:play-services-tasks@@18.0.1:3),

java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167),

java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)strong text


and this is my issue : https://github.com/firebase/flutterfire/issues/9606
Gerardo
  • 3,460
  • 1
  • 16
  • 18
Zhuoyuan.Li
  • 318
  • 2
  • 10

1 Answers1

2

This was addressed here: https://github.com/firebase/firebase-android-sdk/pull/3840

You will need to upgrade the Crashlytics SDK version.

Gerardo
  • 3,460
  • 1
  • 16
  • 18
  • It's too bad ,I use flutter version , Not sure yet which version should I upgrade to (native dsk doesn't support the latest version) – Zhuoyuan.Li Oct 09 '22 at 03:32
  • As far as I know, the latest Crashlytics Flutter SDK should be pointing to the latests Android SDK versions that contain this fix. https://pub.dev/packages/firebase_crashlytics/changelog – Gerardo Oct 16 '22 at 23:27