diff options
-rw-r--r-- | camera/inc/CameraHal.h | 2 | ||||
-rw-r--r-- | hwc/hwc.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/camera/inc/CameraHal.h b/camera/inc/CameraHal.h index 6c3da0a..66f2c6d 100644 --- a/camera/inc/CameraHal.h +++ b/camera/inc/CameraHal.h @@ -77,7 +77,7 @@ #define LOCK_BUFFER_TRIES 5 #define HAL_PIXEL_FORMAT_NV12 0x100 -#define CAMHAL_LOGI LOGI +#define CAMHAL_LOGI ALOGI //Uncomment to enable more verbose/debug logs //#define DEBUG_LOG @@ -1726,7 +1726,7 @@ static void handle_hotplug(omap4_hwc_device_t *hwc_dev) } else { ext->last_mode = 0; } - LOGI("external display changed (state=%d, mirror={%s tform=%ddeg%s}, dock={%s tform=%ddeg%s%s}, tv=%d", state, + ALOGI("external display changed (state=%d, mirror={%s tform=%ddeg%s}, dock={%s tform=%ddeg%s%s}, tv=%d", state, ext->mirror.enabled ? "enabled" : "disabled", ext->mirror.rotation * 90, ext->mirror.hflip ? "+hflip" : "", @@ -1970,7 +1970,7 @@ static int omap4_hwc_device_open(const hw_module_t* module, const char* name, struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->base.height }; hwc_dev->ext.mirror_region = fb_region; } - LOGI("clone region is set to (%d,%d) to (%d,%d)", + ALOGI("clone region is set to (%d,%d) to (%d,%d)", hwc_dev->ext.mirror_region.left, hwc_dev->ext.mirror_region.top, hwc_dev->ext.mirror_region.right, hwc_dev->ext.mirror_region.bottom); @@ -1991,7 +1991,7 @@ static int omap4_hwc_device_open(const hw_module_t* module, const char* name, } handle_hotplug(hwc_dev); - LOGI("omap4_hwc_device_open(rgb_order=%d nv12_only=%d)", + ALOGI("omap4_hwc_device_open(rgb_order=%d nv12_only=%d)", hwc_dev->flags_rgb_order, hwc_dev->flags_nv12_only); done: |