Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-bluetooth: Commit

system/bluetooth


Commit MetaInfo

Revisiónc945cd8ec1e0da826f4cc7fa58f4a0ec2b4225e0 (tree)
Tiempo2012-01-04 07:32:26
AutorSteve Block <steveblock@goog...>
CommiterSteve Block

Log Message

Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: Ic08ff7c6b62e4c5cdccd8f446d7c0aa0e0a6cf30

Cambiar Resumen

Diferencia incremental

--- a/brcm_patchram_plus/brcm_patchram_plus.c
+++ b/brcm_patchram_plus/brcm_patchram_plus.c
@@ -130,7 +130,7 @@
130130 #define LOG_TAG "brcm_patchram_plus"
131131 #include <cutils/log.h>
132132 #undef printf
133-#define printf LOGD
133+#define printf ALOGD
134134 #undef fprintf
135135 #define fprintf(x, ...) \
136136 { if(x==stderr) LOGE(__VA_ARGS__); else fprintf(x, __VA_ARGS__); }
Show on old repository browser