From 90b7a08aaf189824ec89c99063ae73c0de69fcdf Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Fri, 15 Feb 2019 17:39:58 +0000 Subject: Revert "Fix loaded apk string pool order" This reverts commit 4e9a922ede24f7f7bfe793321f7328623ee2a061. Reason for revert: Change-Id: I3650b2c6c9bdfa69a3034f9ca49e95a9698c3cdd --- tools/aapt2/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt2/Debug.cpp') diff --git a/tools/aapt2/Debug.cpp b/tools/aapt2/Debug.cpp index 5f664f5fdd5c..98324850f3f5 100644 --- a/tools/aapt2/Debug.cpp +++ b/tools/aapt2/Debug.cpp @@ -435,7 +435,7 @@ void Debug::DumpResStringPool(const android::ResStringPool* pool, text::Printer* const size_t NS = pool->size(); for (size_t s=0; sstring8ObjectAt(s); - printer->Print(StringPrintf("String #%zd: %s\n", s, str.string())); + printer->Print(StringPrintf("String #%zd : %s\n", s, str.string())); } } -- cgit v1.2.3-59-g8ed1b