From ec193dec4d9ca2cfc8295c4becfe950a906a15ed Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 9 Jan 2012 18:35:44 +0000 Subject: Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE See https://android-git.corp.google.com/g/157519 Bug: 5449033 Change-Id: I8ceb2dba1b031a0fd68d15d146960d9ced62bbf3 --- services/input/EventHub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/input/EventHub.cpp') diff --git a/services/input/EventHub.cpp b/services/input/EventHub.cpp index 6db750ee220f..68bbb570a3f9 100644 --- a/services/input/EventHub.cpp +++ b/services/input/EventHub.cpp @@ -535,7 +535,7 @@ EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const } size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { - LOG_ASSERT(bufferSize >= 1); + ALOG_ASSERT(bufferSize >= 1); AutoMutex _l(mLock); -- cgit v1.2.3-59-g8ed1b