summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 00:18:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-28 00:18:02 +0000
commit0da597fe32b1428309da38cd4deb38481147c711 (patch)
tree89db03d35f0b0f15a4cb65e8c3473a987ab6bc55
parentb7d53dbf1050b26baed53181aa69195b78dbe22f (diff)
parentaa41c35a88415cf0ade50debd76fa8631c72e5b7 (diff)
downloadcamera-0da597fe32b1428309da38cd4deb38481147c711.tar.gz
Snap for 11146061 from aa41c35a88415cf0ade50debd76fa8631c72e5b7 to 24Q1-release
Change-Id: I395e87245cd2bcc0f0e52175fc6d8e655f8fa5e2
-rw-r--r--common/hal/utils/utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/hal/utils/utils.cc b/common/hal/utils/utils.cc
index 605cf92..f2d8122 100644
--- a/common/hal/utils/utils.cc
+++ b/common/hal/utils/utils.cc
@@ -430,9 +430,9 @@ bool IsSessionParameterCompatible(const HalCameraMetadata* old_session,
if (old_max_fps == new_max_fps || ignore_fps_range_diff) {
ALOGI(
"%s: Ignore fps (%d, %d) to (%d, %d). "
- "video_60_to_30fps_thermal_throttle: %u",
+ "video_60_to_30fps_thermal_throttle: %u. video_fps_throttle: %u.",
__FUNCTION__, old_min_fps, old_max_fps, new_min_fps, new_max_fps,
- video_60_to_30fps_thermal_throttle);
+ video_60_to_30fps_thermal_throttle, video_fps_throttle);
continue;
}