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

Commit e6124d98 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

Gralloc4: fix a log message typo

Test: build
Change-Id: I9fb0653f0dff04f27111117d2fb01dffc8473ebe
parent 3eb20f80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,7 @@ std::string Gralloc4Mapper::dumpBuffers(bool less) const {
Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) {
    mAllocator = IAllocator::getService();
    if (mAllocator == nullptr) {
        ALOGW("allocator 3.x is not supported");
        ALOGW("allocator 4.x is not supported");
        return;
    }
}