summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-27 23:16:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-27 23:16:04 +0000
commit533ea1f6f11db1aa19958f70d575d8c8e39394e9 (patch)
treef20af05c372674f4b91b32648767f22e05036914
parent8ba1211bcaeda6a3c315274bd1c0fd401505a640 (diff)
parent3d8c1eb88df8f554020daf02a241bde3951b8f5b (diff)
downloadcamera-android14-d1-s6-release.tar.gz
Change-Id: I27a10c340590caed2df1ad70939c19e82c965951
-rw-r--r--common/hal/utils/utils.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/hal/utils/utils.cc b/common/hal/utils/utils.cc
index 6bc5867..f8023a3 100644
--- a/common/hal/utils/utils.cc
+++ b/common/hal/utils/utils.cc
@@ -185,11 +185,6 @@ status_t GetSensorActiveArraySize(const HalCameraMetadata* characteristics,
camera_metadata_ro_entry entry;
status_t res = characteristics->Get(active_array_tag, &entry);
if (res != OK || entry.count != 4) {
- ALOGE(
- "%s: Getting ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE failed: %s(%d) "
- "count: %zu max resolution ? %s",
- __FUNCTION__, strerror(-res), res, entry.count,
- maximum_resolution ? "true" : "false");
return res;
}