Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
gralloc: Reduce log severity for invalid handles
Browse files Browse the repository at this point in the history
The calling function logs the appropriate error

Change-Id: I41f446b1495e23995aff4778f1c1a488d83537fb
CRs-fixed: 361831
  • Loading branch information
naseer authored and Linux Build Service Account committed May 19, 2012
1 parent b1a3fbf commit 81fd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgralloc/gralloc_priv.h
Expand Up @@ -216,7 +216,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),
Expand Down

0 comments on commit 81fd358

Please sign in to comment.