Fixed
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Information redacted by Android Beta Feedback.
Ke...@amd.com <Ke...@amd.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.
Ke...@amd.com <Ke...@amd.com> #6
Please help on fixing it in upstream codes.
Thanks.
Thanks.
vi...@google.com <vi...@google.com> #7
The development team has fixed the issue, please check for the upcoming CTS release.
Description
I hit a watchdog time out issue for deqp test cases:
1) dEQP-VK.texture.explicit_lod.2d.sizes#128x128_linear_linear_mipmap_linear_repeat
2) dEQP-VK.texture.explicit_lod.2d.sizes#128x128_linear_linear_mipmap_linear_clamp
It takes 35.17 seconds to complete the test cases which hit the watchdog 30 seconds default setting.
Can we use below change to fix it?
diff --git a/external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp b/external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp
index 8c44792f7..5a34fbd2a 100644
--- a/external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp
+++ b/external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp
@@ -621,6 +621,7 @@ TestStatus TextureFilteringTestInstance::verify(void)
for (uint32_t sampleNdx = 0; sampleNdx < m_numSamples; ++sampleNdx)
{
+ m_context.getTestContext().touchWatchdog();
bool compareOK = verifier.verifySample(m_sampleArguments[sampleNdx], m_resultSamples[sampleNdx]);
if (compareOK)
continue;
deqp_128x128_linear_linear_mipmap_linear_clamp.log
==============================================
#sessionInfo releaseName unknown
#sessionInfo releaseId 0xcafebabe
#sessionInfo targetName "Android"
#sessionInfo logFormatVersion "0.3.4"
#sessionInfo vendorID 0x1002
#sessionInfo deviceID 0x1636
#sessionInfo deviceName AMD Radeon Graphics (RADV RENOIR)
#sessionInfo commandLineParameters "--deqp-log-shader-sources=disable --deqp-log-filename=/data/local/tmp/deqp.log -n dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_clamp"
#beginSession
#beginTestCaseResult dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_clamp
<?xml version="1.0" encoding="UTF-8"?>
<TestCaseResult CasePath="dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_clamp" Version="0.3.4" CaseType="SelfValidate">
<Section Name="frag" Description="Program: frag">
<ShaderProgram LinkStatus="OK">
<InfoLog></InfoLog>
<FragmentShader CompileStatus="OK">
<ShaderSource></ShaderSource>
<InfoLog>WARNING: 0:2: '' : all default precisions are highp; use precision statements to quiet warning, e.g.:
"precision mediump int; precision highp float;"
</InfoLog>
</FragmentShader>
</ShaderProgram>
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">133.772003</Number>
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.009000</Number>
</Section>
<Section Name="vert" Description="Program: vert">
<ShaderProgram LinkStatus="OK">
<InfoLog></InfoLog>
<VertexShader CompileStatus="OK">
<ShaderSource></ShaderSource>
<InfoLog></InfoLog>
</VertexShader>
</ShaderProgram>
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.990000</Number>
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.012000</Number>
</Section>
<Text>Execution time: 260976us</Text>
<Text>Passed 462343 out of 462343.</Text>
<Text>Verification time: 34682946us</Text>
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">35158445</Number>
<Result StatusCode="Pass">Success</Result>
</TestCaseResult>
#endTestCaseResult
Run took 35.17 seconds
#endSession
deqp_128x128_linear_linear_mipmap_linear_repeat.log
==============================================
#sessionInfo releaseName unknown
#sessionInfo releaseId 0xcafebabe
#sessionInfo targetName "Android"
#sessionInfo logFormatVersion "0.3.4"
#sessionInfo vendorID 0x1002
#sessionInfo deviceID 0x1636
#sessionInfo deviceName AMD Radeon Graphics (RADV RENOIR)
#sessionInfo commandLineParameters "--deqp-log-shader-sources=disable --deqp-log-filename=/data/local/tmp/deqp.log -n dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_repeat"
#beginSession
#beginTestCaseResult dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_repeat
<?xml version="1.0" encoding="UTF-8"?>
<TestCaseResult CasePath="dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_repeat" Version="0.3.4" CaseType="SelfValidate">
<Section Name="frag" Description="Program: frag">
<ShaderProgram LinkStatus="OK">
<InfoLog></InfoLog>
<FragmentShader CompileStatus="OK">
<ShaderSource></ShaderSource>
<InfoLog>WARNING: 0:2: '' : all default precisions are highp; use precision statements to quiet warning, e.g.:
"precision mediump int; precision highp float;"
</InfoLog>
</FragmentShader>
</ShaderProgram>
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">124.384003</Number>
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.008000</Number>
</Section>
<Section Name="vert" Description="Program: vert">
<ShaderProgram LinkStatus="OK">
<InfoLog></InfoLog>
<VertexShader CompileStatus="OK">
<ShaderSource></ShaderSource>
<InfoLog></InfoLog>
</VertexShader>
</ShaderProgram>
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.887000</Number>
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.005000</Number>
</Section>
<Text>Execution time: 266172us</Text>
<Text>Passed 462343 out of 462343.</Text>
<Text>Verification time: 34695593us</Text>
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">35166185</Number>
<Result StatusCode="Pass">Success</Result>
</TestCaseResult>
#endTestCaseResult
Run took 35.17 seconds
#endSession