Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Information redacted by Android Beta Feedback.
ya...@lenovo.corp-partner.google.com <ya...@lenovo.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:
Description
Our DUT is PAD, which is Wifi only(doesn't include Telephony feature).
Test steps:
1. Download GSI image(signed-gsi_arm64-img-12584260.zip).
2. Using DSU tool flash system image.
3. run cts -m CtsNetTestCases -t android.net.cts.Ikev2VpnTest#testStartStopVpnProfileV6WithValidation
The below CTS cases were failed:
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileV6WithValidation
android.net.cts.Ikev2VpnTest#testStartProvisionedVpnV6ProfileSession
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileV4
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileV6
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileV4WithValidation
android.net.cts.Ikev2VpnTest#testStartProvisionedVpnV4ProfileSession
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileIkeTunConnParamsV6WithValidation
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileIkeTunConnParamsV4
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileIkeTunConnParamsV6
android.net.cts.Ikev2VpnTest#testStartStopVpnProfileIkeTunConnParamsV4WithValidation
It seems the AOSP issue when device doesn't contains CarrierConfigService.
This issue just happen when the device api_level above 202402.
This patch will fix this issue:
Maybe the GSI image doesn't contain it, so it still report the below stack
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.telephony.CarrierConfigManager.registerCarrierConfigChangeListener(java.util.concurrent.Executor, android.telephony.CarrierConfigManager$CarrierConfigChangeListener)' on a null object reference
at android.os.Parcel.createExceptionOrNull(Parcel.java:3248)
at android.os.Parcel.createException(Parcel.java:3226)
at android.os.Parcel.readException(Parcel.java:3209)
at android.os.Parcel.readException(Parcel.java:3151)
at android.net.IVpnManager$Stub$Proxy.startVpnProfile(IVpnManager.java:788)
at android.net.VpnManager.startProvisionedVpnProfileSession(VpnManager.java:402)
Will you provide a newer GSI imgae for test or can we request a wavier?
BestRegards