History log of /system/core/include/log/log.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e750a42b002f48622b54b247bb1ddd7abfa3fd1 11-Oct-2014 Mark Salyzyn <salyzyn@google.com> liblog: Add kernel log id

(cherry pick from commit 440e109d642b691eb857d14bcd1af76740e305fa)

Change-Id: I53002f05a8bdf8d67e1d761c56c8761d3b534a76
/system/core/include/log/log.h
b1993b637fd9f9106f411ea951a4bf3346e4f540 28-Apr-2015 Jeff Brown <jeffbrown@google.com> Add float support to binary event log.

Bug: 20664753
Change-Id: Ib4752bd785496dab5bb4d4979d5d80f662adbdfa
/system/core/include/log/log.h
4ff25455256e58e764ff824d4712b0cd59122830 10-Apr-2015 Mark Salyzyn <salyzyn@google.com> log: Add check for LINT_RLOG

In order to make it easier to find radio system logging
mistakes, if LINT_RLOG is defined we will remove all the
definitions for ALOG* and SLOG*, as well as the log ids
to introduce compile and link errors.

Bug: 20143912
Change-Id: I1511bdce75213f3a5bacdbc4f2ab315aa1fa56fc
/system/core/include/log/log.h
f45bbe496fbb606678408733f13e17e951b12ebe 10-Feb-2015 Andreas Gampe <agampe@google.com> log.h: Fix typo

Change-Id: I6b5e9bc9d40e5e5ecf9f50f7392675391e6f18e6
/system/core/include/log/log.h
1df92e523e7eb4bec70a2fc1d0bbac20d1fe7008 10-Feb-2015 Mark Salyzyn <salyzyn@google.com> log.h: wrap android_testLog around __android_log_is_loggable

- take android_testLog from the bonepile and resurrect
- android_testLog is used, and makes sense in its current context
as a holder for Android Logging policy.
- Default level when not specified is ANDROID_LOG_VERBOSE for
eng and userdebug, and ANDROID_LOG_DEBUG for user.

NB: Properties, which are associated with __android_log_is_loggable are
not to be adjusted in user release; it would be useful at that juncture to
return a constant of (0) for VERBOSE, and a (1) for others on user builds.
Or default level to drop to ANDROID_LOG_DEBUG for all in future.

Bug: 17760225
Change-Id: I420b5b8a94d53d664c6a8b13546ebc424a147923
/system/core/include/log/log.h
f5af82edf335f4719395892feaac11a41940c464 08-Oct-2014 Mark Salyzyn <salyzyn@google.com> log.h: deprecate CONDITION

- replace CONDITION with __predict_false to match with bionic

Change-Id: Ica23fe41cf9a7ea5eaf1b8552780af9ec7827808
/system/core/include/log/log.h
956870518ee89b5302b8409ac78f287bf091d9ed 02-Oct-2014 Mark Salyzyn <salyzyn@google.com> liblog: add __android_log_is_loggable()

- Add new liblog API __android_log_is_loggable(prio, tag, def)
- future plan to integrate this into the runtime checks and into
the logd daemon for filtration. Inert for now.

Bug: 17760225
Change-Id: I16395b4d42acc08f0209f55a1cbf87b0b2112898
/system/core/include/log/log.h
4a6e5a3b641dd99b658c4c336490371a3a5ae180 27-Jan-2015 Yabin Cui <yabinc@google.com> Kill HAVE_PTHREADS.

Bug: 19083585
Change-Id: Ic09eb3dd250bc5c5b63cac7998f99f5fa007f407
/system/core/include/log/log.h
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