Add TRACE_BUFFERS configuration for SF trace in winscope
Create a new checkbox in the UI and update the proxy Test: build winscope and take a trace Change-Id: Ib57da2fdee6b65dbaa4ef7b482b28cc1a73529ca
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -219,6 +219,7 @@ const TRACE_CONFIG = {
|
||||
'composition',
|
||||
'metadata',
|
||||
'hwc',
|
||||
'tracebuffers',
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user