am e67f8c8c
: Merge "Normalize output from aapt d xmltree"
* commit 'e67f8c8c279e20fff5f426eccd062b709e6280ed': Normalize output from aapt d xmltree
This commit is contained in:
committed by
Android Git Automerger
commit
c1c55afb47
@ -511,7 +511,8 @@ void printXMLBlock(ResXMLTree* block)
|
||||
namespaces.pop();
|
||||
} else if (code == ResXMLTree::TEXT) {
|
||||
size_t len;
|
||||
printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string());
|
||||
printf("%sC: \"%s\"\n", prefix.string(),
|
||||
ResTable::normalizeForOutput(String8(block->getText(&len)).string()).string());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user