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.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h
index c0fcbf1f16fc..bd92ec17d71a 100644
--- a/tools/aapt2/Debug.h
+++ b/tools/aapt2/Debug.h
@@ -27,17 +27,18 @@
namespace aapt {
struct DebugPrintTableOptions {
- bool showSources = false;
+ bool showSources = false;
};
struct Debug {
- static void printTable(ResourceTable* table, const DebugPrintTableOptions& options = {});
- static void printStyleGraph(ResourceTable* table,
- const ResourceName& targetStyle);
- static void dumpHex(const void* data, size_t len);
- static void dumpXml(xml::XmlResource* doc);
+ static void printTable(ResourceTable* table,
+ const DebugPrintTableOptions& options = {});
+ static void printStyleGraph(ResourceTable* table,
+ const ResourceName& targetStyle);
+ static void dumpHex(const void* data, size_t len);
+ static void dumpXml(xml::XmlResource* doc);
};
-} // namespace aapt
+} // namespace aapt
-#endif // AAPT_DEBUG_H
+#endif // AAPT_DEBUG_H