commit | 986c16c95d7633508ff061e32af23b5814ba675a | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Mar 23 05:26:23 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Mar 23 05:26:23 2022 +0000 |
tree | a44abf1d88179a37a495e6551d870b0a747ba4c4 | |
parent | 8a8e2264f7c1a779a6b282d3eb1120d2d2c098db [diff] | |
parent | 222b429d7db413248adb3e5e32f35e09b8afea19 [diff] |
Merge "cameraserver: Remove leftover error log message for openAidlSession." into tm-dev
diff --git a/services/camera/libcameraservice/device3/aidl/AidlCamera3Device.cpp b/services/camera/libcameraservice/device3/aidl/AidlCamera3Device.cpp index 529c9f0..1add032 100644 --- a/services/camera/libcameraservice/device3/aidl/AidlCamera3Device.cpp +++ b/services/camera/libcameraservice/device3/aidl/AidlCamera3Device.cpp
@@ -189,7 +189,6 @@ return res; } if (session == nullptr) { - ALOGE("JCLog: null session returned"); SET_ERR("Session iface returned is null"); return INVALID_OPERATION; }