OSDN Git Service

Escape strings that are output by aapt dump badging
authorMaurice Chu <mochu@google.com>
Wed, 23 Oct 2013 00:33:11 +0000 (17:33 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 27 Jan 2014 18:31:08 +0000 (10:31 -0800)
commit2675f769673f69b0661ddee346292f25cb30a296
tree80eaf246c34f8013e01bf9bf2f4b16ff43a17c65
parent6fbaf6cfd8c85984c75ca2ef8c1dc8bde844bb07
Escape strings that are output by aapt dump badging

Also, changed getComponentName() to output a String8 object
instead of a const char * because the const char * is an internal
buffer of a String8 object which gets immediately destroyed
after returning from getComponentName().

Bug: 11329761
Change-Id: Ic459dec0ad3b20162c36de0ee492bcc022863b12
tools/aapt/Command.cpp