aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderH263.cpp
diff options
context:
space:
mode:
authorgji2 <guoliang.ji@intel.com>2014-01-06 06:19:38 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:57 -0700
commit10ec5f6421a756a47d3b129051661e79ffed524f (patch)
treec806d51b30c0299ac93d76b5cd7984a131bafb40 /videocodec/OMXVideoEncoderH263.cpp
parent677a5fb7edf5253fddd7b5daf68feca551f22314 (diff)
downloadandroid_hardware_intel_common_omx-components-10ec5f6421a756a47d3b129051661e79ffed524f.tar.gz
android_hardware_intel_common_omx-components-10ec5f6421a756a47d3b129051661e79ffed524f.tar.bz2
android_hardware_intel_common_omx-components-10ec5f6421a756a47d3b129051661e79ffed524f.zip
Enhance the omx-component encode stack log print fucntion.
BZ: 162650 Enhance the omx-component encode stack log print fucntion. To let the log be easily enabled without rebuild the omx-component stack. Usage: adb shell setprop omxenc.debug 1 Change-Id: I20c2fc26b3caff89049c31fbdc9067bc3740be00 Signed-off-by: gji2 <guoliang.ji@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderH263.cpp')
-rw-r--r--videocodec/OMXVideoEncoderH263.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/videocodec/OMXVideoEncoderH263.cpp b/videocodec/OMXVideoEncoderH263.cpp
index bac58d0..4066fbf 100644
--- a/videocodec/OMXVideoEncoderH263.cpp
+++ b/videocodec/OMXVideoEncoderH263.cpp
@@ -15,9 +15,7 @@
*/
-//#define LOG_NDEBUG 0
#define LOG_TAG "OMXVideoEncoderH263"
-#include <utils/Log.h>
#include "OMXVideoEncoderH263.h"
static const char *H263_MIME_TYPE = "video/h263";