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:
Naseer Ahmed 2012-05-16 18:04:37 -04:00 committed by Andrew Sutherland
parent 7015a91bc8
commit 6b64b4881e

View File

@ -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),