Loading tools/aapt/Command.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -1038,9 +1038,9 @@ int doDump(Bundle* bundle) splitName.string()).string()); } int32_t platformVersionCode = AaptXml::getIntegerAttribute(tree, NULL, "platformBuildVersionCode"); printf(" platformBuildVersionCode='%d'", platformVersionCode); String8 platformVersionName = AaptXml::getAttribute(tree, NULL, "platformBuildVersionName"); printf(" platformBuildVersionName='%s'", platformVersionName.string()); printf("\n"); int32_t installLocation = AaptXml::getResolvedIntegerAttribute(res, tree, Loading Loading
tools/aapt/Command.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -1038,9 +1038,9 @@ int doDump(Bundle* bundle) splitName.string()).string()); } int32_t platformVersionCode = AaptXml::getIntegerAttribute(tree, NULL, "platformBuildVersionCode"); printf(" platformBuildVersionCode='%d'", platformVersionCode); String8 platformVersionName = AaptXml::getAttribute(tree, NULL, "platformBuildVersionName"); printf(" platformBuildVersionName='%s'", platformVersionName.string()); printf("\n"); int32_t installLocation = AaptXml::getResolvedIntegerAttribute(res, tree, Loading