Skip to content

Commit fbe7dae

Browse files
Treehugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "EGL Multifile Blobcache: Upgrade trim to WARN" into main
2 parents 1a3b2cd + 2ea4c52 commit fbe7dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opengl/libs/EGL/MultifileBlobCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ void MultifileBlobCache::set(const void* key, EGLsizeiANDROID keySize, const voi
356356

357357
// If we're going to be over the cache limit, kick off a trim to clear space
358358
if (getTotalSize() + fileSize > mMaxTotalSize || getTotalEntries() + 1 > mMaxTotalEntries) {
359-
ALOGV("SET: Cache is full, calling trimCache to clear space");
359+
ALOGW("SET: Cache is full, calling trimCache to clear space");
360360
trimCache();
361361
}
362362

0 commit comments

Comments
 (0)