summaryrefslogtreecommitdiff
path: root/tools/aapt2/Debug.cpp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2017-11-16 16:58:02 -0800
committerAdam Lesinski <adamlesinski@google.com>2017-11-16 16:58:02 -0800
commit5a217b052d360d998ea809d894ebb164e436e5e4 (patch)
treee0f81d930a0967c1e85962b3da4f337086bd3f70 /tools/aapt2/Debug.cpp
parent9352e47db471dcbe659e6396797f09cebd455728 (diff)
AAPT2: Fix debugging output
Test: manual Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da
Diffstat (limited to 'tools/aapt2/Debug.cpp')
-rw-r--r--tools/aapt2/Debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/Debug.cpp b/tools/aapt2/Debug.cpp
index 08efc276fe86..0f6fb50aba48 100644
--- a/tools/aapt2/Debug.cpp
+++ b/tools/aapt2/Debug.cpp
@@ -218,6 +218,7 @@ class ValueBodyPrinter : public ConstValueVisitor {
if (attr.id) {
printer_->Print(attr.id.value().to_string());
}
+ printer_->Println();
}
}