diff options
author | 2017-03-16 18:39:20 +0000 | |
---|---|---|
committer | 2017-03-16 18:39:20 +0000 | |
commit | f8b4ca51111cd2e566d1774ac464da859db78976 (patch) | |
tree | cfb9a4235b4a9a1dd35d5e203bc5fd918dd06403 /libs/nativewindow/AHardwareBuffer.cpp | |
parent | 78491c9f694cb0767996503c629776a8eda950d7 (diff) |
Revert "Get rid of IGraphicBufferAlloc"
This reverts commit 78491c9f694cb0767996503c629776a8eda950d7.
Change-Id: I78d5c0a30ab80265f697f681387872b6763b2d1e
Diffstat (limited to 'libs/nativewindow/AHardwareBuffer.cpp')
-rw-r--r-- | libs/nativewindow/AHardwareBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nativewindow/AHardwareBuffer.cpp b/libs/nativewindow/AHardwareBuffer.cpp index e25e909fff..2d9fc931dd 100644 --- a/libs/nativewindow/AHardwareBuffer.cpp +++ b/libs/nativewindow/AHardwareBuffer.cpp @@ -69,7 +69,7 @@ int AHardwareBuffer_allocate(const AHardwareBuffer_Desc* desc, AHardwareBuffer** if (err == NO_MEMORY) { GraphicBuffer::dumpAllocationsToSystemLog(); } - ALOGE("GraphicBuffer(w=%u, h=%u, lc=%u) failed (%s), handle=%p", + ALOGE("GraphicBufferAlloc::createGraphicBuffer(w=%u, h=%u, lc=%u) failed (%s), handle=%p", desc->width, desc->height, desc->layers, strerror(-err), gbuffer->handle); return err; } |