Update winscope hierachy protolog parsing am: d654c9e302
Change-Id: I8a9d1c13ee9aa2fdb314dd323c5c57a238d39630
This commit is contained in:
@@ -70,7 +70,8 @@ function transform_task(entry) {
|
||||
kind: 'task',
|
||||
name: entry.id || 0,
|
||||
children: [
|
||||
[entry.activity, transform_activity_record],
|
||||
[entry.tasks, transform_task],
|
||||
[entry.activities, transform_activity_record],
|
||||
],
|
||||
});
|
||||
}
|
||||
@@ -144,6 +145,7 @@ function transform_display(entry) {
|
||||
[entry.aboveAppWindows, transform_above],
|
||||
[entry.imeWindows, transform_ime],
|
||||
[entry.stacks, transform_stack],
|
||||
[entry.tasks, transform_task],
|
||||
[entry.belowAppWindows, transform_below],
|
||||
],
|
||||
bounds,
|
||||
|
||||
Reference in New Issue
Block a user