summaryrefslogtreecommitdiff
path: root/tools/aapt/ResourceTable.cpp
diff options
context:
space:
mode:
author Mark Hansen <markhansen@google.com> 2023-09-04 23:59:33 +0000
committer Mark Hansen <markhansen@google.com> 2023-09-05 00:01:35 +0000
commit14de11eeb52a987334da8d19d5657d01ecdd68e0 (patch)
tree4f84b7f850ed738df475480e0539eaa51d345585 /tools/aapt/ResourceTable.cpp
parentcc7212ddf54bc9ec55d1f08db39833a7c3d91078 (diff)
Dispatch from DecorView to View.toString()
Today, the top-level DecorView is missing some useful pieces of data in its dump, for example the "V"isible and "E"nabled and "I"nvalidated and "D"irty flags. Add these back in. Today it looks like: ``` View Hierarchy: DecorView@41b7f45[MapsActivity] android.widget.LinearLayout{a1c3dbb V.E...... ......ID 208,0-1920,1080} android.view.ViewStub{c5878e4 G.E...... ......I. 0,0-0,0 #1020194 android:id/action_mode_bar_stub} ``` Note how the DecorView doesn't have the deep debug info the other views do. This change updates toString to work the same as the other views, but including the extra title suffix information. This is a new version of aosp/2276228, but on the main branch. Change-Id: I35415f7625dc99a80412f6656800504eea876d91
Diffstat (limited to 'tools/aapt/ResourceTable.cpp')
0 files changed, 0 insertions, 0 deletions