diff options
author | 2017-03-16 02:43:34 +0000 | |
---|---|---|
committer | 2017-03-16 02:43:35 +0000 | |
commit | d4639b1eae0d934ad47b260315416fb7b8026a50 (patch) | |
tree | 91e2acd9180172bf5ea25c6a1d236b830f9cadfc /libs/nativewindow/AHardwareBuffer.cpp | |
parent | 3680cbc7e3dccaf4b46a4a4a55c937e6c0139ed1 (diff) | |
parent | 78491c9f694cb0767996503c629776a8eda950d7 (diff) |
Merge "Get rid of IGraphicBufferAlloc"
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 2d9fc931dd..e25e909fff 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("GraphicBufferAlloc::createGraphicBuffer(w=%u, h=%u, lc=%u) failed (%s), handle=%p", + ALOGE("GraphicBuffer(w=%u, h=%u, lc=%u) failed (%s), handle=%p", desc->width, desc->height, desc->layers, strerror(-err), gbuffer->handle); return err; } |