From 10ec5f6421a756a47d3b129051661e79ffed524f Mon Sep 17 00:00:00 2001 From: gji2 Date: Mon, 6 Jan 2014 06:19:38 +0800 Subject: 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 --- videocodec/OMXVideoEncoderMPEG4.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'videocodec/OMXVideoEncoderMPEG4.cpp') diff --git a/videocodec/OMXVideoEncoderMPEG4.cpp b/videocodec/OMXVideoEncoderMPEG4.cpp index c8c2a2b..c3e6a5c 100644 --- a/videocodec/OMXVideoEncoderMPEG4.cpp +++ b/videocodec/OMXVideoEncoderMPEG4.cpp @@ -15,9 +15,7 @@ */ -//#define LOG_NDEBUG 0 #define LOG_TAG "OMXVideoEncoderMPEG4" -#include #include "OMXVideoEncoderMPEG4.h" static const char *MPEG4_MIME_TYPE = "video/mpeg4"; -- cgit v1.2.3