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

Commit fc261693 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Gralloc4: fix a log message typo"

parents 31b31825 e6124d98
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;
    }
}