diff options
author | Steve Block <steveblock@google.com> | 2012-01-04 20:04:36 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-05 09:40:37 +0000 |
commit | ad0d6e4a0764c61f8e7b1c61c43300d576c91328 (patch) | |
tree | 1df4eb8923bb564b0984cfa01deb6b5b1393045e /emulator | |
parent | c000db8d112f4143249fa79a24c6ddb2ffc122f3 (diff) | |
download | sdk-ad0d6e4a0764c61f8e7b1c61c43300d576c91328.zip sdk-ad0d6e4a0764c61f8e7b1c61c43300d576c91328.tar.gz sdk-ad0d6e4a0764c61f8e7b1c61c43300d576c91328.tar.bz2 |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801
Bug: 5449033
Change-Id: Ic2929fa9e6d15ce1710fc960c7570ee11cc7b0f6
Diffstat (limited to 'emulator')
-rw-r--r-- | emulator/tools/qemu-props.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/tools/qemu-props.c b/emulator/tools/qemu-props.c index 3f086a1..56d510f 100644 --- a/emulator/tools/qemu-props.c +++ b/emulator/tools/qemu-props.c @@ -28,7 +28,7 @@ #if DEBUG # include <cutils/log.h> -# define DD(...) LOGI(__VA_ARGS__) +# define DD(...) ALOGI(__VA_ARGS__) #else # define DD(...) ((void)0) #endif |