platform_system_core/include
Nick Kralevich 56c3065b79 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
2012-03-20 16:21:22 -07:00
..
android Remove libjnigraphics. moved to frameworks/base/native 2010-02-04 15:32:07 -08:00
arch qsort_t was only defined in glibc 2.8 2012-03-19 15:39:08 -07:00
corkscrew Improve backtrace formatting. 2011-11-22 12:13:46 -08:00
ctest auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
cutils logger: Add the update kernel struct to userspace 2012-03-20 16:21:22 -07:00
diskconfig system: libdiskconfig: Add libdiskconfig 2010-03-10 15:19:06 -08:00
ion ion: fix header for including in C++ code 2012-02-27 16:33:03 -08:00
mincrypt eclair snapshot 2009-11-12 18:46:23 -08:00
netutils Support adding, deleting, and clearing IPv6 addrs. 2011-09-28 17:12:13 -07:00
pixelflinger pixelflinger: Fix function naming typo: gglBitBlti 2010-08-10 02:56:47 +08:00
private Forget name for AID_SDCARD_R. 2012-03-12 11:15:38 -07:00
system Merge "audio_channel_in/out_mask_from_count" 2012-03-19 07:31:50 -07:00
sysutils Fix pointer arith. 2012-03-09 11:55:51 -08:00
usbhost libusbhost: Save endpoint ID in usb_request struct 2011-02-14 08:05:40 -05:00
zipfile auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00