commit | 1629399bb578fc176613ccaf134d1be6e3047638 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Wed Jun 23 11:31:17 2010 -0700 |
committer | Andreas Huber <andih@google.com> | Wed Jun 23 11:33:43 2010 -0700 |
tree | 7542a324f41776cc25f3d9e166ddb73dbb340b37 | |
parent | dadd0d1e7d5fbb88fd3420438c590a0bb4c18af5 [diff] [blame] |
Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp Change-Id: I863651619f84b2b66e9a926ce1fef8ce6a53a42d related-to-bug: 2639116
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>