History log of /system/core/include/cutils/logger.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6756a0c9fe930cc5ccebf5313f605df0d127a2db 22-Mar-2012 Nick Kralevich <nnk@google.com> logger: Add the update kernel struct to userspace

Android's kernel logger can optionally return UID information
in addition to the previously returned information. This
information is available by telling the kernel to use the
updated structure via the newly introduced LOGGER_SET_VERSION
ioctl.

int fd = open("/dev/log/main", O_RDONLY);
int version = 2;
ioctl(fd, LOGGER_SET_VERSION, &version);

Change-Id: I6bfe7bfb9df45a56124aa8d0d19e7d7a18e06862
/system/core/include/cutils/logger.h
10331ed16cb2c28092e381cab70df9824a99515f 22-Mar-2012 Nick Kralevich <nnk@google.com> Revert "logger: Add the update kernel struct to userspace"

This reverts commit 56c3065b7968e2cf00ffc4914d5f2fe86b98ae15.

Breaks win_sdk build.
/system/core/include/cutils/logger.h
56c3065b7968e2cf00ffc4914d5f2fe86b98ae15 22-Feb-2012 Nick Kralevich <nnk@google.com> logger: Add the update kernel struct to userspace

Android's kernel logger can optionally return UID information
in addition to the previously returned information. This
information is available by telling the kernel to use the
updated structure via the newly introduced LOGGER_SET_VERSION
ioctl.

int fd = open("/dev/log/main", O_RDONLY);
int version = 2;
ioctl(fd, LOGGER_SET_VERSION, &version);

Change-Id: I3914be41de55342c2918f8978fcd4d2b96a09288
/system/core/include/cutils/logger.h
e2bf2ea4d2846031edfc52b942ad53e5467243f6 01-Mar-2010 Joe Onorato <joeo@android.com> Make logcat print both the main and system buffers by default. Make SLOGx macros work.
/system/core/include/cutils/logger.h
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/include/cutils/logger.h
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/include/cutils/logger.h
1b8e5a6b14ca850920e19b3dfae41e6494475c1a 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/system/core/include/cutils/logger.h