OSDN Git Service

Add better debug output for ResourceType errors
authorKenny Root <kroot@google.com>
Thu, 2 Sep 2010 21:58:47 +0000 (14:58 -0700)
committerKenny Root <kroot@google.com>
Thu, 2 Sep 2010 21:58:47 +0000 (14:58 -0700)
commit45162448b31921a3ec61d9910f521b46266f1970
treea3e0079dbbe1ba140d20c6fa56324ae728811dfa
parent3fb3a4fbd0978f8b86fa9fc7d29f414faae27b62
Add better debug output for ResourceType errors

An error code is returned as -ESOMETHING, but the debug code was
printing out 0x%08x for these codes making -74 print out as 0xffffffb5
which is kind of silly.

Change-Id: I7d77fb3da2e146845949f121404f662b47288e61
libs/utils/ResourceTypes.cpp