summaryrefslogtreecommitdiff
path: root/tools/aapt2/Debug.h
diff options
context:
space:
mode:
author Ryan Mitchell <rtmitchell@google.com> 2018-08-16 17:24:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-08-16 17:24:47 +0000
commita60283fdd1f2c67259e8b0c10d88ecfb60a1328b (patch)
tree538fcc4bb08b01ba15fadf67d28a5d1226c0c9ce /tools/aapt2/Debug.h
parent1e14f9f92a35e61c24ec53410740e588e4ba8b39 (diff)
parent5d2755129dae6ff6f0061da0abe634f44054b23e (diff)
Merge "AAPT2: Reformatted dump command invocations"
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 382707e1d4cd..a43197cacf7b 100644
--- a/tools/aapt2/Debug.h
+++ b/tools/aapt2/Debug.h
@@ -38,6 +38,7 @@ struct Debug {
static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
static void DumpHex(const void* data, size_t len);
static void DumpXml(const xml::XmlResource& doc, text::Printer* printer);
+ static void DumpResStringPool(const android::ResStringPool* pool, text::Printer* printer);
};
} // namespace aapt