Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
58e9402b12
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user