commit | 82e5ab31b9ee92553c59aa2eaef92a727dc76bff | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Wed Feb 17 16:27:08 2021 +0900 |
committer | Chih-yu Huang <akahuang@google.com> | Fri Mar 26 01:27:41 2021 +0000 |
tree | c4f8389226dd6fb290d8763484a182a9838449ee | |
parent | ef8f74b28559bd90c7bae058c1d9eec99ac95276 [diff] |
CCodec: log the component name when the codec is stuck The video and audio components usually runs at the same time. It's hard to know which component is stuck if we don't print the name. This CL adds the component name at the warning log when the codec is stuck. Bug: 174188958 Test: m -j32 Change-Id: Iaaea1b79ee85efb1346983af6ea91415ced299c4 (cherry picked from commit 183323963f26c362d04d49b2896ca3296bf6abf8)