summaryrefslogtreecommitdiffstats
path: root/exynos4
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 16:14:08 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 16:14:08 +0200
commit353fecb128199378439a3e8da8200f654551a526 (patch)
treef04a2ab659ac3ec505407daf33e86cf1de27f941 /exynos4
parent0fdadcaf08c588469ad9905b0136c894bb062fdf (diff)
downloadhardware_samsung-353fecb128199378439a3e8da8200f654551a526.zip
hardware_samsung-353fecb128199378439a3e8da8200f654551a526.tar.gz
hardware_samsung-353fecb128199378439a3e8da8200f654551a526.tar.bz2
underp logging
Diffstat (limited to 'exynos4')
-rw-r--r--exynos4/hal/libcamera/SecCamera.cpp4
-rw-r--r--exynos4/hal/libcamera/SecCameraHWInterface.cpp4
-rw-r--r--exynos4/hal/libfimc/SecFimc.cpp2
-rw-r--r--exynos4/hal/libfimg3x/FimgC210.cpp4
-rw-r--r--exynos4/hal/libfimg4x/FimgApi.cpp4
-rw-r--r--exynos4/hal/libfimg4x/FimgExynos4.cpp4
-rw-r--r--exynos4/hal/libgralloc_ump/Android.mk3
-rw-r--r--exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp4
-rw-r--r--exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h4
-rw-r--r--exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp4
-rw-r--r--exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h4
-rw-r--r--exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp2
-rw-r--r--exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp2
-rw-r--r--exynos4/hal/libhwjpeg/jpeg_hal_unit.c2
-rw-r--r--exynos4/hal/libs5pjpeg/jpeg_api.c4
15 files changed, 25 insertions, 26 deletions
diff --git a/exynos4/hal/libcamera/SecCamera.cpp b/exynos4/hal/libcamera/SecCamera.cpp
index 97f4708..68bdc5f 100644
--- a/exynos4/hal/libcamera/SecCamera.cpp
+++ b/exynos4/hal/libcamera/SecCamera.cpp
@@ -23,8 +23,8 @@
*************************************
*/
-//#define ALOG_NDEBUG 0
-#define ALOG_TAG "SecCamera"
+//#define LOG_NDEBUG 0
+#define LOG_TAG "SecCamera"
#include <utils/Log.h>
#include <string.h>
diff --git a/exynos4/hal/libcamera/SecCameraHWInterface.cpp b/exynos4/hal/libcamera/SecCameraHWInterface.cpp
index 3c2250e..b7077eb 100644
--- a/exynos4/hal/libcamera/SecCameraHWInterface.cpp
+++ b/exynos4/hal/libcamera/SecCameraHWInterface.cpp
@@ -15,8 +15,8 @@
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-//#define ALOG_NDEBUG 0
-#define ALOG_TAG "CameraHardwareSec"
+//#define LOG_NDEBUG 0
+#define LOG_TAG "CameraHardwareSec"
#include <utils/Log.h>
#include "SecCameraHWInterface.h"
diff --git a/exynos4/hal/libfimc/SecFimc.cpp b/exynos4/hal/libfimc/SecFimc.cpp
index 86728a8..a924235 100644
--- a/exynos4/hal/libfimc/SecFimc.cpp
+++ b/exynos4/hal/libfimc/SecFimc.cpp
@@ -29,7 +29,7 @@
* Adjust V4L2 architecture \n
*/
-#define ALOG_TAG "libfimc"
+#define LOG_TAG "libfimc"
#include <cutils/log.h>
#include "SecFimc.h"
diff --git a/exynos4/hal/libfimg3x/FimgC210.cpp b/exynos4/hal/libfimg3x/FimgC210.cpp
index 472438f..129acae 100644
--- a/exynos4/hal/libfimg3x/FimgC210.cpp
+++ b/exynos4/hal/libfimg3x/FimgC210.cpp
@@ -20,8 +20,8 @@
///////////////////////////////////////////////////
// include
///////////////////////////////////////////////////
-#define ALOG_NDEBUG 0
-#define ALOG_TAG "FimgC210"
+#define LOG_NDEBUG 0
+#define LOG_TAG "FimgC210"
#include <utils/Log.h>
#include "FimgC210.h"
diff --git a/exynos4/hal/libfimg4x/FimgApi.cpp b/exynos4/hal/libfimg4x/FimgApi.cpp
index 57d0f27..444e9c9 100644
--- a/exynos4/hal/libfimg4x/FimgApi.cpp
+++ b/exynos4/hal/libfimg4x/FimgApi.cpp
@@ -17,8 +17,8 @@
**
*/
-#define ALOG_NDEBUG 0
-#define ALOG_TAG "SKIA"
+#define LOG_NDEBUG 0
+#define LOG_TAG "SKIA"
#include <utils/Log.h>
#include "FimgApi.h"
diff --git a/exynos4/hal/libfimg4x/FimgExynos4.cpp b/exynos4/hal/libfimg4x/FimgExynos4.cpp
index a203683..f9a7f1e 100644
--- a/exynos4/hal/libfimg4x/FimgExynos4.cpp
+++ b/exynos4/hal/libfimg4x/FimgExynos4.cpp
@@ -17,8 +17,8 @@
**
*/
-#define ALOG_NDEBUG 0
-#define ALOG_TAG "FimgExynos4"
+#define LOG_NDEBUG 0
+#define LOG_TAG "FimgExynos4"
#include <utils/Log.h>
#include "FimgExynos4.h"
diff --git a/exynos4/hal/libgralloc_ump/Android.mk b/exynos4/hal/libgralloc_ump/Android.mk
index a2141e8..005c817 100644
--- a/exynos4/hal/libgralloc_ump/Android.mk
+++ b/exynos4/hal/libgralloc_ump/Android.mk
@@ -37,9 +37,8 @@ LOCAL_SRC_FILES := \
framebuffer_device.cpp
LOCAL_MODULE_TAGS := eng
-#LOCAL_MODULE := gralloc.default
LOCAL_MODULE := gralloc.$(TARGET_DEVICE)
-LOCAL_CFLAGS:= -DALOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN
+LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN
#LOCAL_CFLAGS+= -DMALI_VSYNC_EVENT_REPORT_ENABLE
LOCAL_CFLAGS += -DSAMSUNG_EXYNOS
diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
index e6be6e7..021898c 100644
--- a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
+++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-//#define ALOG_NDEBUG 0
-//#define ALOG_TAG "libhdmi"
+//#define LOG_NDEBUG 0
+//#define LOG_TAG "libhdmi"
#include <cutils/log.h>
#if defined(BOARD_USE_V4L2_ION)
diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h b/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h
index a90e687..203dfe4 100644
--- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h
+++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h
@@ -18,8 +18,8 @@
**
*/
-//#define ALOG_NDEBUG 0
-//#define ALOG_TAG "libhdmi"
+//#define LOG_NDEBUG 0
+//#define LOG_TAG "libhdmi"
#include <cutils/log.h>
#include "videodev2.h"
diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp
index fd135f1..f3ae1ac 100644
--- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp
+++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-//#define ALOG_NDEBUG 0
-//#define ALOG_TAG "libhdmi"
+//#define LOG_NDEBUG 0
+//#define LOG_TAG "libhdmi"
#include <cutils/log.h>
#include <sys/types.h>
diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h
index f31169e..a4aa69c 100644
--- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h
+++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h
@@ -17,8 +17,8 @@
#ifndef __HDMI_HAL_V4L2_UTILS_H__
#define __HDMI_HAL_V4L2_UTILS_H__
-//#define ALOG_NDEBUG 0
-//#define ALOG_TAG "libhdmi"
+//#define LOG_NDEBUG 0
+//#define LOG_TAG "libhdmi"
#if defined(BOARD_USE_V4L2)
#include "SecBuffer.h"
#endif
diff --git a/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp b/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp
index 9fd330c..2e327e6 100644
--- a/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp
+++ b/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp
@@ -22,7 +22,7 @@
** @date 2011-07-06
*/
-#define ALOG_TAG "libhdmiclient"
+#define LOG_TAG "libhdmiclient"
#include "SecHdmiClient.h"
diff --git a/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp b/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp
index 7308473..c0150a3 100644
--- a/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp
+++ b/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp
@@ -22,7 +22,7 @@
** @date 2011-07-06
*/
-#define ALOG_TAG "SecTVOutService"
+#define LOG_TAG "SecTVOutService"
#include <binder/IServiceManager.h>
#include <utils/RefBase.h>
diff --git a/exynos4/hal/libhwjpeg/jpeg_hal_unit.c b/exynos4/hal/libhwjpeg/jpeg_hal_unit.c
index 00363f5..6764bd5 100644
--- a/exynos4/hal/libhwjpeg/jpeg_hal_unit.c
+++ b/exynos4/hal/libhwjpeg/jpeg_hal_unit.c
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define ALOG_TAG "libhwjpeg"
+#define LOG_TAG "libhwjpeg"
#include <stdio.h>
#include <stdlib.h>
diff --git a/exynos4/hal/libs5pjpeg/jpeg_api.c b/exynos4/hal/libs5pjpeg/jpeg_api.c
index d557a13..e5247e3 100644
--- a/exynos4/hal/libs5pjpeg/jpeg_api.c
+++ b/exynos4/hal/libs5pjpeg/jpeg_api.c
@@ -16,8 +16,8 @@
** limitations under the License.
*/
-//#define ALOG_NDEBUG 0
-#define ALOG_TAG "Jpeg-api"
+//#define LOG_NDEBUG 0
+#define LOG_TAG "Jpeg-api"
#include <utils/Log.h>
#include <stdio.h>