Open
Bug 1804981
Opened 3 years ago
Updated 2 years ago
Crash in [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel]
Categories
(Firefox for Android :: General, defect, P5)
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/328870ca-cbf4-48b9-8104-c1dce0221208
Java stack trace:
android.app.BackgroundServiceStartNotAllowedException
at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java:54)
at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelable(Parcel.java:3346)
at android.os.Parcel.readValue(Parcel.java:3239)
at android.os.Parcel.readArrayMapInternal(Parcel.java:3636)
at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
at android.os.BaseBundle.unparcel(BaseBundle.java:236)
at android.os.BaseBundle.containsKey(BaseBundle.java:516)
at mozilla.components.lib.crash.Crash$Companion.fromIntent(Crash.kt:17)
at mozilla.components.lib.crash.prompt.CrashReporterActivity$crash$2.invoke(CrashReporterActivity.kt:12)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:21)
at mozilla.components.lib.crash.prompt.CrashReporterActivity.onCreate(CrashReporterActivity.kt:3)
at android.app.Activity.performCreate(Activity.java:8290)
at android.app.Activity.performCreate(Activity.java:8270)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4085)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4277)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8751)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
This does not appear to be a new crash but it's spiking in 107.2.0 and the vast majority of the affected devices appear to be on Android 12 API level 31.
Updated•3 years ago
|
Severity: -- → S3
Crash Signature: [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java)] → [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java)]
[@ android.app.BackgroundServiceStartNotAllowedException: at android.ap…
status-firefox108:
--- → affected
status-firefox109:
--- → ?
status-firefox110:
--- → ?
Priority: -- → P5
Updated•3 years ago
|
Updated•2 years ago
|
Crash Signature: [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java)]
[@ android.app.BackgroundServiceStartNotAllowedException: at android.ap… → [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel]
[@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.cr…
Summary: Crash in [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java)] → Crash in [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel]
Updated•2 years ago
|
Crash Signature: [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel]
[@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.cr… → [@ android.app.BackgroundServiceStartNotAllowedException: at android.app.BackgroundServiceStartNotAllowedException$1.createFromParcel(BackgroundServiceStartNotAllowedException.java)]
[@ android.app.BackgroundServiceStartNotAllowedException: at android.ap…
You need to log in
before you can comment on or make changes to this bug.
Description
•