Infeasible
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Information redacted by Android Beta Feedback.
vi...@google.com <vi...@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
Hardware: i.MX8QXP
- Steps to reproduce the problem
run cts-dev --skip-preconditions --skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker -m MctsMediaCodecTestCases -t android.media.codec.cts.VideoCodecTest#testBasic[9_c2.android.av1.encoder_video/av01_1]
- What happened.
android.media.codec.cts.VideoCodecTest#testBasic[9_c2.android.av1.encoder_video/av01_1] FAILURE: java.lang.AssertionError: Stream bitrate 694047 above target 500000 by more than 150000.0 expected:<500000.0> but was:<694047.0>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:555)
at android.media.codec.cts.VideoCodecTest.internalTestBasic(VideoCodecTest.java:196)
at android.media.codec.cts.VideoCodecTest.testBasic(VideoCodecTest.java:636)
If check to tag android-15.0.0_r5 in external/libaom, this issue doesn't occurs. check to tag r6 and later, this issue occurs.
- This failure is caused by below commit:
commit 9f99cbcd9bd56c5af08941cfe04e7f7d7f2b742c
Merge: 4d167d457 c2fe6bf37
Author: James Zern <jzern@google.com>
Date: Tue Sep 17 19:18:57 2024 -0700
Merge tag 'v3.10.0' into aosp/main