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

Commit 57748885 authored by d34d's avatar d34d
Browse files

androidfw: Reduce logspam when processing themes

Change-Id: I6372cb9dadbb3db2be1a23e88bd2d67e92a0d74d
parent 1e9ab0ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -742,7 +742,7 @@ const char16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const
                        }
#else
                        // We do not want to be in this case when actually running Android.
                        ALOGW("CREATING STRING CACHE OF %zu bytes",
                        ALOGV("CREATING STRING CACHE OF %zu bytes",
                                static_cast<size_t>(mHeader->stringCount*sizeof(char16_t**)));
#endif
                        mCache = (char16_t**)calloc(mHeader->stringCount, sizeof(char16_t**));