History log of /system/core/include/android/log.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0cddcc67ccee57b4f06d0b1c4fef70ef9d16f0a3 12-Jun-2014 Dan Willemsen <dwillemsen@nvidia.com> log: Fix warning with __USE_MINGW_ANSI_STDIO

I haven't seen this warning in any AOSP code, but some of our code is
using this header differently than the rest of the build system, and
hits this warning-turned-error:

error: "__USE_MINGW_ANSI_STDIO" is not defined [-Werror=undef]

Change-Id: I3c5a91f107af8bf6078e06f2ce326c5466349b79
/system/core/include/android/log.h
ad832859a7ccd7ba44b6f97e0933ab0b413d62b6 09-May-2014 Andrew Hsieh <andrewhsieh@google.com> Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIO

With __USE_MINGW_ANSI_STDIO mingw compiler uses its own replacement
printf*/scanf* libraries instead of Microsoft's ones which aren't always
C99 compatible. Declare "archetype" of attribute format to gnu_printf
because the default "printf" in mingw follows MS standard.

One result is that "%z" (a gnu-extension) is accepted w/o warning by
mingw compiler

Change-Id: I3e92f34e2a1e8d664b4f1f55d450f7c2790671f3
/system/core/include/android/log.h
da6b2e2fd79c9aac12127b2c2f512e9555fdd06d 23-Apr-2014 Elliott Hughes <enh@google.com> Improve liblog's fatal logging.

This makes LOG_ALWAYS_FATAL and LOG_ALWAYS_FATAL_IF as good as regular
assert(3).

Change-Id: I0666684d30cae7baf23c64b33d35c1e43f81acf0
/system/core/include/android/log.h
ebefc48e61a7d5cf2a3228e6c8729feeeb42d1b4 29-May-2009 David 'Digit' Turner <digit@google.com> Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h>

This is in order to expose the correponding functions in the 1.5 Native Development Kit, to allow
applicative native code to send messages to the log.
/system/core/include/android/log.h