diff options
| author | gji2 <guoliang.ji@intel.com> | 2014-01-06 06:19:38 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:57 -0700 |
| commit | 10ec5f6421a756a47d3b129051661e79ffed524f (patch) | |
| tree | c806d51b30c0299ac93d76b5cd7984a131bafb40 /videocodec/OMXVideoEncoderMPEG4.cpp | |
| parent | 677a5fb7edf5253fddd7b5daf68feca551f22314 (diff) | |
| download | android_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/OMXVideoEncoderMPEG4.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderMPEG4.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 <utils/Log.h> #include "OMXVideoEncoderMPEG4.h" static const char *MPEG4_MIME_TYPE = "video/mpeg4"; |
