The video decoder thread is the pilot user. For now this is an Android-only feature, since that's the only platform we can print stack traces on. Bug: webrtc:9987 Change-Id: Ie638c619673b5f159d91a32683fd787baf46479a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126222 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27127}
6 lines
116 B
Python
6 lines
116 B
Python
specific_include_rules = {
|
|
"thread_registry\.cc": [
|
|
"+sdk/android/native_api/stacktrace/stacktrace.h",
|
|
],
|
|
}
|