diff --git a/tools/winscope/adb_proxy/winscope_proxy.py b/tools/winscope/adb_proxy/winscope_proxy.py index 21a78546e..3f0646721 100755 --- a/tools/winscope/adb_proxy/winscope_proxy.py +++ b/tools/winscope/adb_proxy/winscope_proxy.py @@ -42,7 +42,7 @@ import base64 # CONFIG # -LOG_LEVEL = logging.WARNING +LOG_LEVEL = logging.DEBUG PORT = 5544 @@ -258,7 +258,8 @@ class WindowManagerTraceSelectedConfig: CONFIG_FLAG = { "composition": 1 << 2, "metadata": 1 << 3, - "hwc": 1 << 4 + "hwc": 1 << 4, + "tracebuffers": 1 << 5 } #Keep up to date with options in DataAdb.vue diff --git a/tools/winscope/src/DataAdb.vue b/tools/winscope/src/DataAdb.vue index bd484c8b1..19f5398da 100644 --- a/tools/winscope/src/DataAdb.vue +++ b/tools/winscope/src/DataAdb.vue @@ -219,6 +219,7 @@ const TRACE_CONFIG = { 'composition', 'metadata', 'hwc', + 'tracebuffers', ], };