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

Commit 222b429d authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

cameraserver: Remove leftover error log message for openAidlSession.



Test: build

Change-Id: I5836a8283a1c24735fac42de9a915cf745763d85
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent e526939d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ status_t AidlCamera3Device::initialize(sp<CameraProviderManager> manager,
        return res;
    }
    if (session == nullptr) {
      ALOGE("JCLog: null session returned");
      SET_ERR("Session iface returned is null");
      return INVALID_OPERATION;
    }