Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp

Change-Id: I863651619f84b2b66e9a926ce1fef8ce6a53a42d
related-to-bug: 2639116
This commit is contained in:
Andreas Huber
2010-06-23 11:31:17 -07:00
parent 73ccafb5b8
commit fb41d59595
2 changed files with 8 additions and 0 deletions

View File

@@ -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>

View File

@@ -14,6 +14,10 @@
* limitations under the License.
*/
//#define LOG_NDEBUG 0
#define LOG_TAG "OMXMaster"
#include <utils/Log.h>
#include "OMXMaster.h"
#include <dlfcn.h>