From 5a217b052d360d998ea809d894ebb164e436e5e4 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Thu, 16 Nov 2017 16:58:02 -0800 Subject: AAPT2: Fix debugging output Test: manual Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da --- tools/aapt2/Debug.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/aapt2/Debug.cpp') 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(); } } -- cgit v1.2.3-59-g8ed1b