diff options
author | Steve Block <steveblock@google.com> | 2012-01-05 23:28:01 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-05 23:28:01 +0000 |
commit | a4e4aeab47b17a82524ac56f2d69daa3e47c1ce7 (patch) | |
tree | c8305da2c5bf46bc97c5320c863e73b66938afc1 /camera | |
parent | bb0a9edbe9d4072ed227550d898f0c2d0149e0ba (diff) | |
download | hardware_ti_omap4xxx-a4e4aeab47b17a82524ac56f2d69daa3e47c1ce7.zip hardware_ti_omap4xxx-a4e4aeab47b17a82524ac56f2d69daa3e47c1ce7.tar.gz hardware_ti_omap4xxx-a4e4aeab47b17a82524ac56f2d69daa3e47c1ce7.tar.bz2 |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065
Bug: 5449033
Change-Id: I71aea6795e3ed22beacb9a8f5774499e96c69a4d
Diffstat (limited to 'camera')
-rw-r--r-- | camera/OMXCameraAdapter/OMX3A.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/OMXCameraAdapter/OMX3A.cpp b/camera/OMXCameraAdapter/OMX3A.cpp index 5eadc44..0182446 100644 --- a/camera/OMXCameraAdapter/OMX3A.cpp +++ b/camera/OMXCameraAdapter/OMX3A.cpp @@ -492,7 +492,7 @@ static bool isFlashDisabled() { char value[PROPERTY_VALUE_MAX]; if (property_get("camera.flash_off", value, NULL) && (!strcasecmp(value, "true") || !strcasecmp(value, "1"))) { - LOGW("flash is disabled for testing purpose"); + ALOGW("flash is disabled for testing purpose"); return true; } |