summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}