better logs
diff --git a/modules/gralloc/mapper.cpp b/modules/gralloc/mapper.cpp
index 323f5d8..e2caf79 100644
--- a/modules/gralloc/mapper.cpp
+++ b/modules/gralloc/mapper.cpp
@@ -136,7 +136,7 @@
private_handle_t* hnd = (private_handle_t*)handle;
LOGE_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK,
- "handle %p still locked (state=%08x)",
+ "[unregister] handle %p still locked (state=%08x)",
hnd, hnd->lockState);
// never unmap buffers that were created in this process
@@ -160,7 +160,7 @@
*/
LOGE_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK,
- "handle %p still locked (state=%08x)",
+ "[terminate] handle %p still locked (state=%08x)",
hnd, hnd->lockState);
if (hnd->lockState & private_handle_t::LOCK_STATE_MAPPED) {