Fixed
Status Update
Comments
ze...@google.com <ze...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
al...@gmail.com <al...@gmail.com> #3
This is still happening in beta 3
mk...@google.com <mk...@google.com> #4
ze...@google.com <ze...@google.com> #5
We did not observe this issue, please provide the following additional information:
Steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
Steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
al...@gmail.com <al...@gmail.com> #8
I did share the link with that email provided.
al...@gmail.com <al...@gmail.com> #9
It's not only that the keyboard gets closed but the whole phone doesn't respond for a split second.
ap...@google.com <ap...@google.com> #10
I also have those issue and have reported it.
ap...@google.com <ap...@google.com> #12
I just added android-bugreport@google.com to be able to see the files. Please check again.
ap...@google.com <ap...@google.com> #13
ze...@google.com <ze...@google.com> #14
On a Pixel 3XL running beta 3 and experiencing this problem as well. Incoming notifications minimize the keyboard and steal focus from the rest of the foreground app until it is dismissed.
ap...@google.com <ap...@google.com> #15
Please provide few more details for better understanding:
- Is it specific to any app or just chat apps?
- Is it reproducible for other keyboards like swiftkey as well?
- Does it go away after reboot or factory reset?
Please follow these steps while capturing fresh bugreport in latest beta 3.1 build:
- Reproduce the issue and don't interact with the device (essentially don't navigate away from current screen).
- Using shell, trigger a bug report: "adb bugreport"
- Keep screen on, don't navigate away from screen until bug report capturing completes
ze...@google.com <ze...@google.com>
al...@gmail.com <al...@gmail.com> #16
- Also, do let us know if you have talkback enabled, thanks.
ap...@google.com <ap...@google.com> #17
Please provide the information requested in comment #15 & #16 to investigate this further.
ap...@google.com <ap...@google.com> #18
I am also having this issue. The keyboard seems to close whether I'm in a messaging app, a browser, the google search, anything. Additionally I notice that while the notification popup/preview is still "showing", using the 'back' gesture does not have any impact, almost like this mostly transparent special layer/screen showing up over my actual content is capturing the focus.
I installed SwiftKey and tested it, the same occurs. I do not have talkback enabled.
I installed SwiftKey and tested it, the same occurs. I do not have talkback enabled.
ds...@gmail.com <ds...@gmail.com> #19
Comment has been deleted.
Description
CompileSdkVersion = 29
BuildToolsVersion = '29.0.3'
MinSdkVersion = 16
TargetSdkVersion = 28
Java & Kotlin JVM Compability = 1.8
Gradle Version = 6.1.1
AGP Version = 4.0
Previous Working AGP Version = 3.5.1
Also reproducible R8 Version = 2.1.51
Proguard Files = getDefaultProguardFile('proguard-android-optimize.txt')\
When attempting to build an APK with "proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')", I get the following error:
Stack trace:
com.android.tools.r8.errors.a: Unexpected attempt to get register for a value without a register in method
void XFragment$1.YMethod(someEnum, java.util.HashMap)
. at com.android.tools.r8.errors.a.a(:7) at com.android.tools.r8.ir.conversion.O.b(:58) at com.android.tools.r8.ir.conversion.O.a(:390) at com.android.tools.r8.ir.conversion.O.a(:336) at com.android.tools.r8.utils.S0.a(:10) at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1424) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) Suppressed: java.util.concurrent.ExecutionException: com.android.tools.r8.errors.a: Unexpected attempt to get register for a value without a register in methodvoid XFragment$1.YMethod(someEnum, java.util.HashMap)
. at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006) at com.android.tools.r8.utils.S0.a(:14) at com.android.tools.r8.utils.S0.a(:9) at com.android.tools.r8.ir.conversion.a0.a(:49) at com.android.tools.r8.ir.conversion.O.a(:160) at com.android.tools.r8.R8.a(:354) at com.android.tools.r8.R8.c(:1) at com.android.tools.r8.R8.b(:1) at com.android.tools.r8.utils.W.a(:30) at com.android.tools.r8.R8.a(:28) at com.android.tools.r8.R8.run(:3) at com.android.builder.dexing.R8Tool.runR8(r8Tool.kt:247) at com.android.build.gradle.internal.tasks.R8Task$Companion.shrink(R8Task.kt:472) at com.android.build.gradle.internal.tasks.R8Task.doTaskAction(R8Task.kt:334) at com.android.build.gradle.internal.tasks.NonIncrementalTask$taskAction$$inlined$recordTaskAction$1.invoke(AndroidVariantTask.kt:74) at com.android.build.gradle.internal.tasks.NonIncrementalTask$taskAction$$inlined$recordTaskAction$1.invoke(AndroidVariantTask.kt:34) at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:91) at ... ... 24 more calls org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56) at java.lang.Thread.run(Thread.java:748) [CIRCULAR REFERENCE:com.android.tools.r8.errors.a: Unexpected attempt to get register for a value without a register in methodvoid XFragment$1.YMethod(someEnum, java.util.HashMap)
.] Caused by: com.android.tools.r8.errors.a: Unexpected attempt to get register for a value without a register in methodvoid XFragment$1.YMethod(someEnum, java.util.HashMap)
. at com.android.tools.r8.ir.regalloc.a.a(:290) at com.android.tools.r8.ir.regalloc.a.b(:150) at com.android.tools.r8.ir.conversion.K.b(:2) at com.android.tools.r8.u.b.m0.a(:54) at com.android.tools.r8.u.b.v0.a(:9) at com.android.tools.r8.u.b.n.a(:106) at com.android.tools.r8.ir.conversion.K.a(:206) at com.android.tools.r8.graph.T.a(:167) at com.android.tools.r8.ir.conversion.O.a(:807) at com.android.tools.r8.ir.conversion.O.a(:787) at com.android.tools.r8.ir.conversion.O.a(:417) at com.android.tools.r8.ir.conversion.O.b(:53) ... 8 moreAfter downloading sources, seems like I'm failing due to condition in LinearScanRegisterAllocator.java Line 651
LiveIntervals intervals = value.getLiveIntervals(); if (intervals == null) {
What could be the reason of this intervals to be null ? Meantime compilation works normally by using 'proguard-android.txt'.