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/OMXVideoEncoderAVC.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/OMXVideoEncoderAVC.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderAVC.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/videocodec/OMXVideoEncoderAVC.cpp b/videocodec/OMXVideoEncoderAVC.cpp index 5fb7139..04a27ba 100644 --- a/videocodec/OMXVideoEncoderAVC.cpp +++ b/videocodec/OMXVideoEncoderAVC.cpp @@ -14,9 +14,7 @@ * limitations under the License. */ -//#define LOG_NDEBUG 0 #define LOG_TAG "OMXVideoEncoderAVC" -#include <utils/Log.h> #include "OMXVideoEncoderAVC.h" #include "IntelMetadataBuffer.h" |
