Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Information redacted by Android Beta Feedback.
ra...@google.com <ra...@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.
da...@telechips.com <da...@telechips.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:
da...@telechips.com <da...@telechips.com> #5
I have had this error on the beta since December, updated to the stable now and it still like this.
ra...@google.com <ra...@google.com> #6
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
da...@telechips.com <da...@telechips.com> #7
Are there any updates on the issue?
Thank you
Thank you
Description
I would like to inquire about an issue while running CTS using the --shard-count option.
CTS tool version : 15_r2
command : run cts --shard-count 3
run cts-multidevice --shard-count 3 ...
precondition :
To apply shard, we confirmed that the adb devices results are divided into three different serial numbers.
issue description :
When shard was not applied, the total number of modules in the result was 1067. (It is total modules, not Modules Done.) However, when shard is applied, the total number of modules is about 200 even though the test is not interrupted and all are completed in a true state.
I checked the result folder to see if the result was written for each of the three shards, but there was only one xml. Additionally, it appears that the remaining 800 module tests were not performed as they were not found when searching for the missing module names in the log files.
(Issue occurs regardless of whether a specific module --exclude-filter is used or not.)
Is there a solution?
Thank you!