WAI
Status Update
Comments
ho...@xiaomi.corp-partner.google.com <ho...@xiaomi.corp-partner.google.com> #2
Information redacted by Android Beta Feedback.
ho...@xiaomi.corp-partner.google.com <ho...@xiaomi.corp-partner.google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
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
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
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
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
vi...@google.com <vi...@google.com> #4
HI,
Attached is a screenshot of the error message.
I get this message everytime I try to tap and pay.
I am guessing that it's because you have released the stable Android 15
QPR2 and I am stuck on the beta verson.
On Thu, 6 Mar 2025 at 09:22, <buganizer-system@google.com> wrote:
Attached is a screenshot of the error message.
I get this message everytime I try to tap and pay.
I am guessing that it's because you have released the stable Android 15
QPR2 and I am stuck on the beta verson.
On Thu, 6 Mar 2025 at 09:22, <buganizer-system@google.com> wrote:
vi...@google.com <vi...@google.com> #5
I have had this error on the beta since December, updated to the stable now and it still like this.
ho...@xiaomi.corp-partner.google.com <ho...@xiaomi.corp-partner.google.com> #6
This issue has been resolved in 382421475, so it can be closed
ho...@xiaomi.corp-partner.google.com <ho...@xiaomi.corp-partner.google.com> #7
This issue has been resolved in 382421475, so it can be closed
vi...@google.com <vi...@google.com> #8
We are closing this issue based on above comment. Thanks
Description
Build Fingerprint:[Redmi/rodin/rodin:15/AP3A.240905.015.A2/OS2.0.241205.1.VOJCNXM.PRE:userdebug/test-keys]
Test Suite Version:15_r2
== Validation on Pixel Device ==
NA
==Steps to Reproduce==
run cts -m CtsNfcTestCases
== Error ==
arm64-v8a CtsNfcTestCases
Test Result Details
android.nfc.cts.NfcAntennaLocationApiTest#testGetNfcAntennaInfo
fail
java.lang.NullPointerException: Attempt to invoke interface method 'android.nfc.NfcAntennaInfo android.nfc.INfcAdapter.getNfcAntennaInfo()' on a null object reference
at android.nfc.NfcAdapter.getNfcAntennaInfo(NfcAdapter.java:2289)
at android.nfc.cts.NfcAntennaLocationApiTest.testGetNfcAntennaInfo(NfcAntennaLocationApiTest.java:65)
android.nfc.cts.NfcFCardEmulationTest#testGetSystemCodeForService
fail
java.lang.NullPointerException: Attempt to invoke interface method 'int android.nfc.INfcAdapter.getState()' on a null object reference
at android.nfc.NfcAdapter.isEnabled(NfcAdapter.java:1065)
at android.nfc.NfcAdapter.getNfcFCardEmulationService(NfcAdapter.java:954)
at android.nfc.cardemulation.NfcFCardEmulation.getInstance(NfcFCardEmulation.java:85)
at android.nfc.cts.NfcFCardEmulationTest.tearDown(NfcFCardEmulationTest.java:64)
== log ==
Bugreport && Tool log see the appendix
== Analysis ==
The corresponding interface was passed in 15_r1, and a problem occurred in 15_r2. During this period, there was no modification to the testGetNfcAntennaInfo interface.
15_R2:
fail:
Line 121207: 12-05 14:59:46.627 10304 16027 16050 I TestRunner: started: testGetNfcAntennaInfo(android.nfc.cts.NfcAdapterTest)
Line 121247: 12-05 14:59:46.631 10304 16027 16050 W System.err: java.lang.NullPointerException: Attempt to invoke interface method 'int android.nfc.INfcAdapter.getState()' on a null object reference
Line 121251: 12-05 14:59:46.631 10304 16027 16050 W System.err: at android.nfc.NfcAdapter.isEnabled(NfcAdapter.java:1068)
Line 121252: 12-05 14:59:46.631 10304 16027 16050 W System.err: at android.nfc.cts.NfcUtils.enableNfc(NfcUtils.java:38)
Line 121254: 12-05 14:59:46.631 10304 16027 16050 W System.err: at android.nfc.cts.NfcAdapterTest.setUp(NfcAdapterTest.java:82)
Line 121293: 12-05 14:59:46.632 10304 16027 16050 E TestRunner: assumption failed: testGetNfcAntennaInfo(android.nfc.cts.NfcAdapterTest)
Line 121298: 12-05 14:59:46.633 10304 16027 16050 E TestRunner: at android.nfc.cts.NfcAdapterTest.setUp(NfcAdapterTest.java:82)
Line 121335: 12-05 14:59:46.633 10304 16027 16050 I TestRunner: finished: testGetNfcAntennaInfo(android.nfc.cts.NfcAdapterTest)
15_R1:
pass:
Line 178236: 11-27 16:36:10.527 10315 24235 24258 I TestRunner: started: testGetNfcAntennaInfo(android.nfc.cts.NfcAdapterTest)
Line 178251: 11-27 16:36:10.530 nfc 4073 21625 D NfcService: NFC enable is requested by UID:10315 PID:24235
Line 178252: 11-27 16:36:10.531 nfc 4073 21625 V NfcPermissions: deviceOwner:null
Line 178253: 11-27 16:36:10.532 nfc 4073 21625 I NfcService: Enabling Nfc service. Package:android.nfc.cts
Line 178254: 11-27 16:36:10.533 nfc 4073 4770 D NfcEventLog: writeListToLogFile:
Line 178255: 11-27 16:36:10.534 nfc 4073 21625 D NfcService: getCallingProcessName: android.nfc.cts
Line 178256: 11-27 16:36:10.534 nfc 4073 5228 E NfcBigDataReporter: type is OPEN
Line 178257: 11-27 16:36:10.534 nfc 4073 5228 D NfcBigDataReporter: send type : OPEN, value : android.nfc.cts
Line 178268: 11-27 16:36:10.538 10315 24235 24258 I TestRunner: finished: testGetNfcAntennaInfo(android.nfc.cts.NfcAdapterTest)