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/OMXVideoEncoderVP8.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/OMXVideoEncoderVP8.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderVP8.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/videocodec/OMXVideoEncoderVP8.cpp b/videocodec/OMXVideoEncoderVP8.cpp index f04cbec..8786f6e 100644 --- a/videocodec/OMXVideoEncoderVP8.cpp +++ b/videocodec/OMXVideoEncoderVP8.cpp @@ -1,7 +1,5 @@ -//#define LOG_NDEBUG 0 #define LOG_TAG "OMXVideoEncoderVP8" -#include <utils/Log.h> #include "OMXVideoEncoderVP8.h" static const char *VP8_MIME_TYPE = "video/x-vnd.on2.vp8"; |
