gralloc: Reduce log severity for invalid handles
The calling function logs the appropriate error Change-Id: I41f446b1495e23995aff4778f1c1a488d83537fb CRs-fixed: 361831 (cherry picked from commit 81fd358ee8b70946b306417064d104fa3341d6fa)
This commit is contained in:
parent
7015a91bc8
commit
6b64b4881e
@ -394,7 +394,7 @@ struct private_handle_t {
|
||||
h->numInts != sNumInts || h->numFds != sNumFds ||
|
||||
hnd->magic != sMagic)
|
||||
{
|
||||
LOGE("Invalid gralloc handle (at %p): "
|
||||
LOGD("Invalid gralloc handle (at %p): "
|
||||
"ver(%d/%d) ints(%d/%d) fds(%d/%d) magic(%c%c%c%c/%c%c%c%c)",
|
||||
h,
|
||||
h ? h->version : -1, sizeof(native_handle),
|
||||
|
Loading…
Reference in New Issue
Block a user