diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-11-16 16:58:02 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-11-16 16:58:02 -0800 |
commit | 5a217b052d360d998ea809d894ebb164e436e5e4 (patch) | |
tree | e0f81d930a0967c1e85962b3da4f337086bd3f70 /tools/aapt2/Debug.cpp | |
parent | 9352e47db471dcbe659e6396797f09cebd455728 (diff) |
AAPT2: Fix debugging output
Test: manual
Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da
Diffstat (limited to 'tools/aapt2/Debug.cpp')
-rw-r--r-- | tools/aapt2/Debug.cpp | 1 |
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(); } } |