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

Commit 99a37c55 authored by Ethan Chen's avatar Ethan Chen
Browse files

Revert "idmap: Don't log spam "CREATING STRING CACHE""

This reverts commit 8a8b3bc1.

Change-Id: Ic461c90e9fd50b81051b2bc55bb6507f40144c36
parent b8b42aba
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) {
#ifdef HAVE_ANDROID_OS
#ifndef HAVE_ANDROID_OS
                        STRING_POOL_NOISY(ALOGI("CREATING STRING CACHE OF %d bytes",
                                mHeader->stringCount*sizeof(char16_t**)));
#else