Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ia14c98936bb1dc74e681bf2de342ad6861646778
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#define LOG_QUERIES 0
|
||||
#if LOG_QUERIES
|
||||
#define LOGQ(...) LOGD(__VA_ARGS__)
|
||||
#define LOGQ(...) ALOGD(__VA_ARGS__)
|
||||
#else
|
||||
#define LOGQ(...) (void(0))
|
||||
|
||||
@@ -405,7 +405,7 @@ status_t FactoryQemuClient::listCameras(char** list)
|
||||
*list = (char*)malloc(query.mReplyDataSize);
|
||||
if (*list != NULL) {
|
||||
memcpy(*list, query.mReplyData, query.mReplyDataSize);
|
||||
LOGD("Emulated camera list: %s", *list);
|
||||
ALOGD("Emulated camera list: %s", *list);
|
||||
return NO_ERROR;
|
||||
} else {
|
||||
LOGE("%s: Unable to allocate %d bytes",
|
||||
|
||||
Reference in New Issue
Block a user