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

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

Merge "cameraserver: Remove leftover error log message for openAidlSession." into tm-dev

parents 8a8e2264 222b429d
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;
    }