Fixed
Status Update
Comments
e....@gmail.com <e....@gmail.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Component used: WorkManager Multiprocess
Version used: 2.5.0-alpha02
Devices/Android versions reproduced on: N/A
Default process name shouldn't be
Context.getPackageName()
butContext.getApplicationInfo().processName
:Current androidx.work.impl.utils.ProcessUtils:
Suggested fix: