summaryrefslogtreecommitdiffstats
path: root/media/libmedia/MediaScanner.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-06-23 13:14:16 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-06-23 13:14:16 -0700
commitd255a4e04d06796441ae234e8f3a8277578b3446 (patch)
treeb27a6c6d1bce50b727ec63602765f8bc7c7b3266 /media/libmedia/MediaScanner.cpp
parent3e0339f9ec42c2c31deb632254e9cc8a06d3db91 (diff)
parent1629399bb578fc176613ccaf134d1be6e3047638 (diff)
downloadframeworks_av-d255a4e04d06796441ae234e8f3a8277578b3446.zip
frameworks_av-d255a4e04d06796441ae234e8f3a8277578b3446.tar.gz
frameworks_av-d255a4e04d06796441ae234e8f3a8277578b3446.tar.bz2
Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread
Diffstat (limited to 'media/libmedia/MediaScanner.cpp')
-rw-r--r--media/libmedia/MediaScanner.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/libmedia/MediaScanner.cpp b/media/libmedia/MediaScanner.cpp
index 843a8fd..6f581d3 100644
--- a/media/libmedia/MediaScanner.cpp
+++ b/media/libmedia/MediaScanner.cpp
@@ -14,6 +14,10 @@
* limitations under the License.
*/
+//#define LOG_NDEBUG 0
+#define LOG_TAG "MediaScanner"
+#include <utils/Log.h>
+
#include <media/mediascanner.h>
#include <sys/stat.h>