diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:07:45 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:32:30 +0000 |
commit | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (patch) | |
tree | 24447dff0da16f6ef9af1512f1f4ff936e3014af /libusbhost | |
parent | 0fdccb561d37022d4ccc82982de81c2b32617803 (diff) | |
download | system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.zip system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.gz system_core-8d66c49258ac4f59bd67c23c9c914cca81f85b01.tar.bz2 |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
Diffstat (limited to 'libusbhost')
-rw-r--r-- | libusbhost/usbhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbhost/usbhost.c b/libusbhost/usbhost.c index b1c967d..5d261cd 100644 --- a/libusbhost/usbhost.c +++ b/libusbhost/usbhost.c @@ -20,7 +20,7 @@ #ifdef USE_LIBLOG #define LOG_TAG "usbhost" #include "utils/Log.h" -#define D LOGD +#define D ALOGD #else #define D printf #endif |