Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 387ab586 authored by Ethan Chen's avatar Ethan Chen
Browse files

idmap: reduce CREATING STRING CACHE verbosity

Change-Id: I7febe358b3b302427650edc1d00772fc9d2d547c
parent 99a37c55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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**));