History log of /system/core/include/log/log.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a4d05a4e38b84cf287bb2d2266c07b6f10c9dee 01-Jul-2014 Nick Kralevich <nnk@google.com> implement LOG_EVENT_STRING

Implement LOG_EVENT_STRING, so that native code can create new
event log entries. This is needed to support logging SELinux denials
to the event log.

Change-Id: I6a269a832bc2f5e5da6c9dbd169ed2f901b49166
/system/core/include/log/log.h
99f47a9e7c4374f2bbfc18e4a97aa7848245ea33 07-Apr-2014 Mark Salyzyn <salyzyn@google.com> logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH

Change-Id: Iea453764a1a4fc1661f461f10c641c30150e4d20
/system/core/include/log/log.h
810d19f99a724a929646502a1dd101acef00cd4f 07-Feb-2014 Colin Cross <ccross@android.com> log: add compile-time checking when ALOGV is disabled

Wrap the call in a if (0) when verbose logging is disabled
to provide compile time checking.

Also add a printf format attribute to the function to warn
if parameters are incorrect.

Change-Id: Ic77edeadcc4d886ca0f8b434f8550e18e22d5901
/system/core/include/log/log.h
819c58a8ca20f94700085b8967f371f5854a5216 22-Nov-2013 Mark Salyzyn <salyzyn@google.com> liblog: Add liblog test suite

(cherry picked from commit 8d1fdb509305e93eb46d45a6dcd34bedd6dc0742)

Change-Id: Ia457d518b4e7ff37e840336ff0c48583709700d4
/system/core/include/log/log.h
f387fa5df0180831abfd2004e78859d66836bc05 04-Jan-2014 Mark Salyzyn <salyzyn@google.com> liblog: drop use of sys/cdefs.h

(cherry picked from commit c96a44888a50fdc6155cb1a7fa8e37bee00fafc0)

Change-Id: I44ea5d6b572e3712c301e6ebf4b34e6225d7e18b
/system/core/include/log/log.h
4295841ebe68a2ebf50ed7adf0a603c523d5af52 22-Nov-2013 Mark Salyzyn <salyzyn@google.com> liblog: Interface to support abstracting log read

(cherry picked from commit 6c1b07fbbd0ccce0e4fdf79abd38494cc622d67e)

Change-Id: Iedc55c1316029b4bb72f51cc656b53b0e3f90aee
/system/core/include/log/log.h
9227bd385504ace739d4451a6c5dc3d777b5bf21 24-Jul-2013 Colin Cross <ccross@android.com> Move liblog headers to system/core/include/log

Move the liblog headers to log/ instead of cutils/ to complete
the separation of libcutils and liblog. cutils/log.h still
exists and includes log/log.h in order to support the many existing
modules that use cutils/log.h.

Change-Id: I2758c9f4aedcb809ca7ba8383d0f55041dd44345
/system/core/include/log/log.h