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

Commit b2d43f6d authored by Shuzhen Wang's avatar Shuzhen Wang
Browse files

Camera: minor log message fix

Test: Build
Bug: 197779469
Change-Id: I3ef6c04d078e0d9e6f1749808642ad01e00028e1
parent f9b5b733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1336,7 +1336,7 @@ status_t CameraService::handleEvictionsLocked(const String8& cameraId, int clien
                auto clientSp = current->getValue();
                if (clientSp.get() != nullptr) { // should never be needed
                    if (!clientSp->canCastToApiClient(effectiveApiLevel)) {
                        ALOGW("CameraService connect called from same client, but with a different"
                        ALOGW("CameraService connect called with a different"
                                " API level, evicting prior client...");
                    } else if (clientSp->getRemote() == remoteCallback) {
                        ALOGI("CameraService::connect X (PID %d) (second call from same"