platform_system_core/include/log
Alex Vakulenko 3b0d65ad10 Change remaining Android logging macros to use C99 varidaic syntax
Most of the system/core/include/log/log.h file uses the C99 syntax of
variadic macros (that is, '...' in parameter list and __VA_ARGS__
in arguments). Except for andoid_printLog and android_printAssert
which still uses GCC custom extension syntax.

Switched the remaining macros to use C99 syntax. GCC extension syntax
makes my editor's code parser puke.

BUG: None
Change-Id: Ia6ebc0f2044b64182c425b179da0229c7046be4a
2016-04-27 14:44:40 -07:00
..
event_tag_map.h Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
log.h Change remaining Android logging macros to use C99 varidaic syntax 2016-04-27 14:44:40 -07:00
log_read.h liblog: Add log_time += operator 2015-01-05 16:27:54 +00:00
logd.h Add logd security buffer tag types and string write API. 2016-01-19 17:13:28 +00:00
logger.h logger.h: reduce maximum payload so sum is page size 2015-12-09 08:12:07 -08:00
logprint.h liblog: logprint add uid format modifier 2015-12-09 08:12:07 -08:00
uio.h Only Windows doesn't have <sys/uio.h>. 2014-11-25 13:27:43 -08:00