]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commit
HACK: remove %m support from printf.
authorColin Cross <ccross@android.com>
Wed, 23 Jul 2014 21:43:44 +0000 (14:43 -0700)
committerColin Cross <ccross@android.com>
Wed, 23 Jul 2014 21:56:20 +0000 (14:56 -0700)
commit49fbec6d9aee62462a4acf3ba47788ca1e35be37
tree9d684a6fd78bebe6faaab09fe3b3de60cd947f47
parent4126c129613e27717c110626070c44ea7e3f29ce
HACK: remove %m support from printf.

The change that added this support causes a cpu hard lock on one
device.  This code clearly isn't at fault, but disabling it to
unblock until we can find a real fix.

Bug: 16484311
Change-Id: I33834dc49d959ae403b10d2c7cad12ae2950f772
libc/bionic/libc_logging.cpp