You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, our apps ANRs were shot up by double after targeting to Android 14, almost half of them are from
com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService.onStartJob
ANR triggered by slow operations in main thread
100% Android 14 & 100% Background
Stack Trace:
main (runnable):tid=1 systid=24957
at com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService.onStartJob(JobInfoSchedulerService.java:32)
at android.app.job.JobService$1.onStartJob(JobService.java:106)
at android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:195)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8839)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Firebase BOM: 32.1.1
The text was updated successfully, but these errors were encountered:
Our engineers are already working on this along with other improvements for API level 34 (android 14), and it should be rolled out across all Firebase Android SDKs soon.
To streamline the updates, you can follow on the issue #6147. With that, I'll be closing this issue now. Thanks.
Uh oh!
There was an error while loading. Please reload this page.
Hi, our apps ANRs were shot up by double after targeting to Android 14, almost half of them are from
com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService.onStartJob
ANR triggered by slow operations in main thread
100% Android 14 & 100% Background
Stack Trace:
main (runnable):tid=1 systid=24957
at com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService.onStartJob(JobInfoSchedulerService.java:32)
at android.app.job.JobService$1.onStartJob(JobService.java:106)
at android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:195)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8839)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Firebase BOM: 32.1.1
The text was updated successfully, but these errors were encountered: