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

Commit c7a73a6b authored by Brian Duddie's avatar Brian Duddie Committed by android-build-merger
Browse files

Fix NPD in GrallocWrapper am: ccbcaaee

am: 62a0c5ba

Change-Id: I9fbc2f1f5141995d0d457533997fd79abb2a316b
parents 11958ba2 62a0c5ba
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -33,8 +33,7 @@ void GrallocWrapper::init() {
    mMapper = mapper2::IMapper::getService();
    mMapper = mapper2::IMapper::getService();
    if (mMapper == nullptr) {
    if (mMapper == nullptr) {
        ALOGE("Failed to get mapper service");
        ALOGE("Failed to get mapper service");
    }
    } else if (mMapper->isRemote()) {
    if (mMapper->isRemote()) {
        ALOGE("Mapper is not in passthrough mode");
        ALOGE("Mapper is not in passthrough mode");
    }
    }
}
}