diff options
author | Jesse Wilson <jessewilson@google.com> | 2009-10-21 15:44:25 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2009-10-22 20:52:29 -0700 |
commit | c99250a4d619670f2a9410df121eff04fdc9e87c (patch) | |
tree | aa93c43e01171d910a626c466ca52923606c7057 /tools/integrate/Module.java | |
parent | 3597a2fbf1aedd3674e607ec84233fe6d23fa981 (diff) |
Expose hooks for more efficient log handling in Android apps.
This change introduces a new interface, DalvikLogHandler. Log
handlers that implement it opt-in to more efficient log handling
for common-case log messages. The API requires far fewer objects
to be allocated to log a message.
A related change in frameworks/base adopts this optimization
in the built-in AndroidHandler.
This optimization resulted in a 2.75x improvement on my device:
from 154ns to 56ns per message.
Diffstat (limited to 'tools/integrate/Module.java')
0 files changed, 0 insertions, 0 deletions