Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
mi...@swiftkey.com <mi...@swiftkey.com> #3
How can you possibly need more information, i just told you the exact part of code causing the issue, and the code changes required to fix it!
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
lk...@gmail.com <lk...@gmail.com> #4
1. Import attached project
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
tu...@gmail.com <tu...@gmail.com> #5
Could you please check the attached project as we couldn't extract the files from it.
Description
profile installer version 1.3.0
app startup runtime version 1.1.1
```
Exception java.lang.RuntimeException:
at android.app.ActivityThread.installProvider (ActivityThread.java:7297)
at android.app.ActivityThread.installContentProviders (ActivityThread.java:6833)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6728)
at android.app.ActivityThread.access$1300 (ActivityThread.java:242)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1918)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:368)
at android.app.ActivityThread.main (ActivityThread.java:7710)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:954)
Caused by g2.c: java.lang.RuntimeException: Failed to initialize display event receiver. status=-19
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java:99)
at androidx.startup.AppInitializer.discoverAndInitialize (AppInitializer.java)
at androidx.startup.AppInitializer.discoverAndInitialize (AppInitializer.java:51)
at androidx.startup.InitializationProvider.onCreate (InitializationProvider.java:51)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2388)
at android.content.ContentProvider.attachInfo (ContentProvider.java:2358)
at android.app.ActivityThread.installProvider (ActivityThread.java:7292)
Caused by java.lang.RuntimeException: Failed to initialize display event receiver. status=-19
at android.view.DisplayEventReceiver.nativeInit
at android.view.DisplayEventReceiver.<init> (DisplayEventReceiver.java:111)
at android.view.Choreographer$FrameDisplayEventReceiver.<init> (Choreographer.java:1002)
at android.view.Choreographer.<init> (Choreographer.java:273)
at android.view.Choreographer.<init> (Choreographer.java:83)
at android.view.Choreographer$1.initialValue (Choreographer.java:115)
at android.view.Choreographer$1.initialValue (Choreographer.java:108)
at java.lang.ThreadLocal.setInitialValue (ThreadLocal.java:180)
at java.lang.ThreadLocal.get (ThreadLocal.java:170)
at android.view.Choreographer.getInstance (Choreographer.java:302)
at androidx.profileinstaller.ProfileInstallerInitializer$Choreographer16Impl.postFrameCallback (ProfileInstallerInitializer.java)
at androidx.profileinstaller.ProfileInstallerInitializer.delayAfterFirstFrame (ProfileInstallerInitializer.java:11)
at androidx.profileinstaller.ProfileInstallerInitializer.create (ProfileInstallerInitializer.java:11)
at androidx.profileinstaller.ProfileInstallerInitializer.create (ProfileInstallerInitializer.java:11)
at androidx.startup.AppInitializer.doInitialize (AppInitializer.java:86)
```