commit | 6cfce1b7b4ad546b02823a1a0bbbda2c17b688f5 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Wed Dec 10 10:23:04 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 10 10:23:06 2014 -0800 |
tree | c2c2f6bcc68e1f5c879089fa9f5f8a44a40437e8 | |
parent | 96472deea70169396b8e1f576e470138f55fdb1f [diff] |
Change how SkDebugf is sent to stdout on Android. Previously, a function was called using dlsym in skia_launcher. Add a static initializer that changes the setting, and include that for the tools we automate for testing. Also only do va_copy if we actually use it. BUG=skia:2454 Review URL: https://codereview.chromium.org/753543003