Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used:
Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
creating ANR in App
main (native):tid=1 systid=15548
#00 pc 0x89ccc libc.so (syscall + 28)
#01 pc 0x19de64 libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*) + 148)
#02 pc 0x61d89c libart.so (art::GoToRunnable(art::Thread*) + 460)
#03 pc 0x61d68c libart.so (art::JniMethodEnd(unsigned int, art::Thread*) + 28)
at java.lang.Thread.nativeCreate(Thread.java)
at java.lang.Thread.start(Thread.java:887)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:975)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1391)
at androidx.profileinstaller.ProfileInstallerInitializer.writeInBackground(ProfileInstallerInitializer.java:145)
at androidx.profileinstaller.ProfileInstallerInitializer.lambda$installAfterDelay$1(ProfileInstallerInitializer.java:117)
at androidx.profileinstaller.ProfileInstallerInitializer.$r8$lambda$nkOIpN4NfyreWbcXjHv0xCvwgTY(ProfileInstallerInitializer.java)
at androidx.profileinstaller.ProfileInstallerInitializer$$InternalSyntheticLambda$1$03a6ae1fad12ddf91cb6ffc3c686c10ad059d5325c1df7cdae6dc2cb5a8d8b96$0.run(ProfileInstallerInitializer.java)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:239)
at android.app.ActivityThread.main(ActivityThread.java:8149)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1015)