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

Commit 454492ad authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "idmap: Don't log spam "CREATING STRING CACHE"" into cm-11.0

parents 147e7cb0 8a8b3bc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ const uint16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const
                    AutoMutex lock(mDecodeLock);

                    if (mCache == NULL) {
#ifndef HAVE_ANDROID_OS
#ifdef HAVE_ANDROID_OS
                        STRING_POOL_NOISY(ALOGI("CREATING STRING CACHE OF %d bytes",
                                mHeader->stringCount*sizeof(char16_t**)));
#else