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

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

Fix NPD in GrallocWrapper

am: ccbcaaee

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