Status Update
Comments
sg...@google.com <sg...@google.com> #2
ap...@google.com <ap...@google.com> #4
sg...@google.com <sg...@google.com> #5
ju...@veepee.com <ju...@veepee.com> #6
ap...@google.com <ap...@google.com> #7
ap...@google.com <ap...@google.com> #8
ap...@google.com <ap...@google.com> #9
ap...@google.com <ap...@google.com> #10
162013003
ap...@google.com <ap...@google.com> #11
ap...@google.com <ap...@google.com> #12
ap...@google.com <ap...@google.com> #13
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Propogate cancel authentication in onStop() for all api levels.
Expand for full commit details
Propogate cancel authentication in onStop() for all api levels.
Bug: 149770989
Test: ./gradlew biometric:biometric:assemble
Change-Id: I8c393f400d60f2b2af075671c4cf2727e63d82b8
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricFragment.java
Hash: 302fab7c34832a989f434e43f16b146d37fa08b6
Date: Wed Nov 13 02:45:59 2024
ap...@google.com <ap...@google.com> #14
Branch: 4.0
commit 4fda9b9062c871ba0e31cb68d1518b13b993692f
Author: Søren Gjesse <sgjesse@google.com>
Date: Tue Mar 21 16:54:33 2023
Add reproduction of
Bug:
Change-Id: I7573883d6a649eed47b10d7bf0cdea2e11710268
M build.gradle
M src/main/java/com/android/tools/r8/cf/code/frame/UninitializedNew.java
A src/test/java/com/android/tools/r8/cf/frames/InitBeforeNewInInstructionStreamTest.java
sg...@google.com <sg...@google.com> #15
Answer to
The malformed inner-class attributes is an issue with the input class files, and they where not related to the NPE. You will have to contact the supplier of the library where they are present if you would like to get rid of the "Info" messages (you will have to run ./gradlew --info ...
to see them). From what I can see the issue is that the innerName: ψξψξψξξ$ψξξψξξξ
should have been innerName: ψξξψξξξ
.
ap...@google.com <ap...@google.com> #16
Branch: 4.0
commit 49f738ff7377dacecf0fca39fec5146beb251ea3
Author: Søren Gjesse <sgjesse@google.com>
Date: Tue Mar 21 18:14:15 2023
Version 4.0.57
Backport test to 4.0 test APIs.
Bug:
Change-Id: Iecf03a2ad9dcdbd53e6c572d2f08915248435682
M src/main/java/com/android/tools/r8/Version.java
M src/test/java/com/android/tools/r8/cf/frames/InitBeforeNewInInstructionStreamTest.java
ap...@google.com <ap...@google.com> #17
Branch: 8.0
commit c11ddf096e58245c2c67514dc9e5a2098dd8f705
Author: Søren Gjesse <sgjesse@google.com>
Date: Tue Mar 21 18:16:54 2023
Version 8.0.38
Backport test to 8.0 test APIs.
Bug:
Change-Id: I35ae6d701fa92a6a7a734f9c0296d1383fed8e20
M src/main/java/com/android/tools/r8/Version.java
M src/test/java/com/android/tools/r8/cf/frames/InitBeforeNewInInstructionStreamTest.java
Description
I am trying to update from AGP 7.2.2 to 7.4.1, however I am getting the results from
compilation_log_without_dump.txt
in the terminal (the exact command I run is in the beginning of the file).When running it with
-Dcom.android.tools.r8.dumpinputtofile=mydump.zip
We get what is inmydump.zip
andcompilation_log_with_dump.txt
, where I don't see printed in the terminal the null pointer, but I suppose it still happens.I got similar results with r8 4.0.41 to 4.0.55 and 8.0.35.
Sadly, I couldn't reproduce it in a small shareable project.
Let me know if there is anything else I can do/share.