diff options
| author | 2010-12-20 17:38:33 +0200 | |
|---|---|---|
| committer | 2011-01-04 20:52:08 +0200 | |
| commit | 9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb (patch) | |
| tree | 4040c675a82cdab2888c72e56188d8cd91ae547b /include/utils | |
| parent | 69ebb984f230a523dc316bdb2c9e9c28111364fd (diff) | |
Normalize output from aapt d
Make the output from aapt dump --values resources and aapt dump xmltree normalized, so that it is unambigously displayed
regardless of the content of the strings.
Change-Id: Ia3bff36c4ee1e9a44f474534e154830948beabdf
Diffstat (limited to 'include/utils')
| -rw-r--r-- | include/utils/ResourceTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h index da86da41006d..ab7b973a4d8c 100644 --- a/include/utils/ResourceTypes.h +++ b/include/utils/ResourceTypes.h @@ -1983,6 +1983,7 @@ public: #ifndef HAVE_ANDROID_OS void print(bool inclValues) const; + static String8 normalizeForOutput(const char* input); #endif private: |