commit | 5a217b052d360d998ea809d894ebb164e436e5e4 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Thu Nov 16 16:58:02 2017 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Thu Nov 16 16:58:02 2017 -0800 |
tree | e0f81d930a0967c1e85962b3da4f337086bd3f70 | |
parent | 9352e47db471dcbe659e6396797f09cebd455728 [diff] |
AAPT2: Fix debugging output Test: manual Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da
diff --git a/tools/aapt2/Debug.cpp b/tools/aapt2/Debug.cpp index 08efc27..0f6fb50 100644 --- a/tools/aapt2/Debug.cpp +++ b/tools/aapt2/Debug.cpp
@@ -218,6 +218,7 @@ if (attr.id) { printer_->Print(attr.id.value().to_string()); } + printer_->Println(); } }