Elliott Hughes ba76572789 Fix log_backtrace assertion failure caused by LP64 fix.
When libc.debug.malloc is enabled, stack backtraces fail with:

bionic/libc/bionic/libc_logging.cpp:378: assertion "conversion
    specifier unsupported" failed

The cause was a change to the format specifier from "%08x" to
"%0*x" to pass the field width as an additional parameter.
Unfortunately this modifier isn't supported by out_vformat() in
libc_logging.cpp.

Changed to use "%016x" if __LP64__ is defined; "%08x" otherwise.

Bug: 13177507
Change-Id: Ibf07263acf14da086d3c3788872f4b5477bd5708
2014-02-25 15:32:01 -08:00
..
2013-06-12 14:14:53 -07:00
2013-11-19 14:08:54 -08:00
2013-08-08 00:42:39 +00:00
2013-11-19 14:08:54 -08:00
2013-08-08 17:52:06 -07:00
2014-02-24 20:22:11 +00:00
2009-03-03 19:28:35 -08:00
2013-10-22 12:03:19 -07:00
2014-02-24 15:55:31 -08:00
2013-12-18 10:05:42 -08:00
2013-11-18 19:48:11 -08:00
2013-11-18 19:48:11 -08:00
2013-12-18 10:05:42 -08:00
2012-12-10 11:20:57 -08:00
2014-01-02 12:05:50 -08:00
2013-10-09 17:35:36 -07:00
2013-10-09 17:35:36 -07:00
2013-10-17 11:36:55 -07:00
2013-10-17 11:36:55 -07:00
2013-10-17 11:36:55 -07:00
2013-10-17 11:36:55 -07:00
2013-10-17 11:36:55 -07:00
2013-10-17 11:36:55 -07:00
2014-02-24 15:55:31 -08:00
2014-02-12 19:04:27 -08:00
2014-02-24 15:55:31 -08:00
2014-02-24 11:05:02 +00:00
2013-10-01 11:10:21 -07:00
2013-10-01 11:10:21 -07:00
2010-10-15 02:16:16 +08:00
2013-11-05 11:59:06 -08:00