Loading libs/androidfw/ResourceTypes.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -635,7 +635,7 @@ const uint16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const mHeader->stringCount*sizeof(char16_t**))); #else // We do not want to be in this case when actually running Android. ALOGW("CREATING STRING CACHE OF %d bytes", ALOGV("CREATING STRING CACHE OF %d bytes", mHeader->stringCount*sizeof(char16_t**)); #endif mCache = (char16_t**)calloc(mHeader->stringCount, sizeof(char16_t**)); Loading Loading
libs/androidfw/ResourceTypes.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -635,7 +635,7 @@ const uint16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const mHeader->stringCount*sizeof(char16_t**))); #else // We do not want to be in this case when actually running Android. ALOGW("CREATING STRING CACHE OF %d bytes", ALOGV("CREATING STRING CACHE OF %d bytes", mHeader->stringCount*sizeof(char16_t**)); #endif mCache = (char16_t**)calloc(mHeader->stringCount, sizeof(char16_t**)); Loading