Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a217b05 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Fix debugging output

Test: manual
Change-Id: I3a362caf7bd691df399db00c6280e0a208a406da
parent 9352e47d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ class ValueBodyPrinter : public ConstValueVisitor {
      if (attr.id) {
        printer_->Print(attr.id.value().to_string());
      }
      printer_->Println();
    }
  }