]> git.saurik.com Git - android/aapt.git/commit
Normalize output from aapt d xmltree
authorShachar Shemesh <lingnu@gmail.com>
Sun, 8 Jul 2012 03:37:48 +0000 (06:37 +0300)
committerShachar Shemesh <lingnu@gmail.com>
Sun, 8 Jul 2012 03:37:48 +0000 (06:37 +0300)
commit9f3378f91c0d47420b398f27d2b2640c52b9fd2a
tree3c33377a8591407f817d94a3d8346a9e2265801e
parente64a6a7a86ccb69bb08f028f68e828fa777d38b7
Normalize output from aapt d xmltree

When using aapt dump xmltree to dump an XML which has a content element with newlines, the output contains a
newline. This makes it very difficult, sometimes impossible, to understand what is part of the content, and
what is the meta-data.

We now pass XML content through the same normalizer used for other tags.

Change-Id: I327321520fac563eb32aecaf796f2473866697fc
XMLNode.cpp