Descriptiongpu: Fix crash in gpu tracer
It is possible to start tracing, ie GPUTracer::IsTracing goes from false
to true, between GPUTracer::BeginDecoding and GPUTracer::Begin. If that
happens, outputter_ is null, which calls a NPE. Fix that.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/b063270934133a2e13bbae92803eb4708090da70
Cr-Commit-Position: refs/heads/master@{#407023}
Patch Set 1 #
Messages
Total messages: 15 (6 generated)
|