Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: Iad3a485eed0dc273d66607d30a7b9b79b02c03b6
This commit is contained in:
Steve Block
2011-10-20 11:55:55 +01:00
parent bd147be5e4
commit 629719e390
12 changed files with 75 additions and 75 deletions

View File

@@ -66,7 +66,7 @@ status_t EmulatedFakeCamera::Initialize()
mParameters.set(CameraParameters::KEY_MIN_EXPOSURE_COMPENSATION, "-6");
mParameters.set(CameraParameters::KEY_EXPOSURE_COMPENSATION_STEP, "0.5");
mParameters.set(CameraParameters::KEY_EXPOSURE_COMPENSATION, "0");
LOGV("Set camera supported exposure values");
ALOGV("Set camera supported exposure values");
// Sets the white balance modes and the device-dependent scale factors.
mFakeCameraDevice.initializeWhiteBalanceModes(
@@ -86,7 +86,7 @@ status_t EmulatedFakeCamera::Initialize()
mParameters.set(CameraParameters::KEY_SUPPORTED_WHITE_BALANCE,
supported_white_balance);
LOGV("Set camera supported white balance modes");
ALOGV("Set camera supported white balance modes");
if (res != NO_ERROR) {
return res;