am 58e9402b: Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread

Merge commit '58e9402b12218ca498ea3b932e16819612b1ea87' into gingerbread-plus-aosp

* commit '58e9402b12218ca498ea3b932e16819612b1ea87':
  Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp
This commit is contained in:
Andreas Huber
2010-06-23 13:20:15 -07:00
committed by Android Git Automerger
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
//#define LOG_NDEBUG 0
#define LOG_TAG "MediaScanner"
#include <utils/Log.h>
#include <media/mediascanner.h> #include <media/mediascanner.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

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