Chromium Code Reviews
DescriptionDon't report VAAPI failures for UMA for platforms that don't support it.
On startup, VaapiWrapper::GetSupportedEncodeProfiles is
called to query HW encoder capabilities to fill GpuInfo
with. On VM test however there is no libva present, so we
error out, but also attempt to report an error to UMA,
which blocks and the GPU process gets killed by the GPU
watchdog.
We don't need to report failures on GetSupportedEncodeProfiles
however, as we will report them later when we attempt
to encode anyway.
BUG=402182
TEST=test lumpy under kvm and check chrome is not blocked by
GetSupportedEncodeProfiles
Committed: https://crrev.com/4505d0f3dc0bd9b96db7275f0ae33b7f841ebaf1
Cr-Commit-Position: refs/heads/master@{#297564}
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|
|||||||||||||||||||