OSDN Git Service

Rationalize logging.
authorCarl Shapiro <cshapiro@google.com>
Thu, 6 May 2010 22:35:27 +0000 (15:35 -0700)
committerCarl Shapiro <cshapiro@google.com>
Fri, 7 May 2010 21:56:43 +0000 (14:56 -0700)
commit8bb533e726c477d4982b30d01d19c0cda5fa7fb6
tree09ea67c1b95d07874f692d8de307a5f1bf1108fa
parent09fa74c8589b5856b05132821120ba846209652e
Rationalize logging.

Replacing stray uses of LOGI them with macros specific to functional
aspects of the collector.  Replace (void *) cast for with (void) cast
in the expansion of unused macros.  While these are both no-ops, the
latter cast does not emit a warning message.  Lastly, eliminate some
logging statements I never found useful.  More logging statements need
to be culled.

Change-Id: Id5603c3a816c016a91e00e296ff5c16dddfe7e1a
vm/alloc/Copying.c