From 329446be8516c4e6b8f7cfa33bb9ab926a7dfaaf Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Fri, 3 Dec 2021 15:32:58 +0100 Subject: [PATCH] Add name information to all Winscope objects This filter previously removed the information from all objects, including SF displays Bug: 140855415 Test: build winscope, compile a trace, check if name is visible Change-Id: I62563595298f70444333289a2a22635aca43c265 --- tools/winscope/src/config/Configuration.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/winscope/src/config/Configuration.json b/tools/winscope/src/config/Configuration.json index 6ddc68413..b0f7ae9d4 100644 --- a/tools/winscope/src/config/Configuration.json +++ b/tools/winscope/src/config/Configuration.json @@ -13,7 +13,6 @@ "resolvedChildren", "visibilityReason", "absoluteZ", - "name", "children", "stableId" ], @@ -33,4 +32,4 @@ "WindowConfiguration.orientation": "android.content.pm.ActivityInfo.ScreenOrientation", "WindowState.orientation": "android.content.pm.ActivityInfo.ScreenOrientation" } -} \ No newline at end of file +}