diff options
| author | 2012-01-09 18:35:44 +0000 | |
|---|---|---|
| committer | 2012-01-09 21:36:22 +0000 | |
| commit | ec193dec4d9ca2cfc8295c4becfe950a906a15ed (patch) | |
| tree | c93578b9568a1b9f5b7b4b3d20732857d4e3a6c4 /services/input/EventHub.cpp | |
| parent | 5c17a820f9e46e0756c11795b3e6f89105f2f539 (diff) | |
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
See https://android-git.corp.google.com/g/157519
Bug: 5449033
Change-Id: I8ceb2dba1b031a0fd68d15d146960d9ced62bbf3
Diffstat (limited to 'services/input/EventHub.cpp')
| -rw-r--r-- | services/input/EventHub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |