summaryrefslogtreecommitdiff
path: root/tools/aapt2/Debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r--tools/aapt2/Debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h
index 3c1ee4c0cdba..6209a04c3c2d 100644
--- a/tools/aapt2/Debug.h
+++ b/tools/aapt2/Debug.h
@@ -29,6 +29,7 @@ namespace aapt {
struct DebugPrintTableOptions {
bool show_sources = false;
+ bool show_values = true;
};
struct Debug {