summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMX.cpp
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2014-07-17 16:20:13 -0700
committerZhijun He <zhijunhe@google.com>2014-07-17 16:44:54 -0700
commit7a727021b86c2fb2c9f60af2c999154dce1766eb (patch)
tree9ebd6a50c16cb6b05eaa8839e0a557b658f517ed /media/libstagefright/omx/OMX.cpp
parent693dd7e252529be98acd2e2585b44a6a10fa4233 (diff)
downloadframeworks_av-7a727021b86c2fb2c9f60af2c999154dce1766eb.zip
frameworks_av-7a727021b86c2fb2c9f60af2c999154dce1766eb.tar.gz
frameworks_av-7a727021b86c2fb2c9f60af2c999154dce1766eb.tar.bz2
stagefright: add error log when create omx component failed
Bug: 16343447 Change-Id: I6854b9b837a141a77ab318953dc002ec5ad5d31d
Diffstat (limited to 'media/libstagefright/omx/OMX.cpp')
-rw-r--r--media/libstagefright/omx/OMX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/omx/OMX.cpp b/media/libstagefright/omx/OMX.cpp
index 22b12d9..cc4770a 100644
--- a/media/libstagefright/omx/OMX.cpp
+++ b/media/libstagefright/omx/OMX.cpp
@@ -233,7 +233,7 @@ status_t OMX::allocateNode(
instance, &handle);
if (err != OMX_ErrorNone) {
- ALOGV("FAILED to allocate omx component '%s'", name);
+ ALOGE("FAILED to allocate omx component '%s'", name);
instance->onGetHandleFailed();