History log of /system/core/liblog/fake_log_device.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a04464adaf5b95ae953f8577632d3cf8aa2c80a3 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> liblog: set -Werror

- Deal with some -Wunused issues
- Cleanup UNUSED to __unused transition

Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8314
/system/core/liblog/fake_log_device.c
d2acdd82e613b3e1d79a00943ac3bf5fbc14a766 28-Jan-2014 Mark Salyzyn <salyzyn@google.com> Merge changes I70ab37d5,I716f89c0,I34c96adf,I77650923,I35b0d1ee, ...

* changes:
libsysutils: SocketListener export release
libsysutils: Add iovec/runOnEachSocket
liblog: support struct logger_event_v2 format
liblog: update timestamp on NOTICE file
libcutils: resolve warning in iosched_policy.c
liblog: Add const pedantics
logcat: Add -T flag (-t w/o assumption of -d)
logcat: Add logcat test suite
liblog: Add cpu utilization test
liblog: Add liblog test suite
debuggerd: Support newline split in log messages
liblog: deprecate export LOGGER ioctl definitions
liblog: deprecate export of LOGGER_LOG_* defines
liblog: Add README
liblog: resolve build warning messages
liblog: high CPU usage from logcat
liblog: fix build again
liblog: drop use of sys/cdefs.h
liblog: git_master@964770 build problem
logcat: Incorporate liblog reading API
debuggerd: Incorporate liblog reading API
liblog: Interface to support abstracting log read
adb: deprecate legacy log service interface
adb: regression from Move list.c to inlines
liblog: whitespace cleanup
libcutils: bug str_parms.c:str_parms_get_float().
libcutils: UNUSED argument warnings
libsysutils: Get rid of warnings
libcutils: Move list.c to inlines on list.h
b5a9890f900a5e2b53e91e6d63f3ade23240f90d 28-Jan-2014 Kristian Monsen <kristianm@google.com> Fixes some warnings

- Implicit decleared function
- Unused variable

Change-Id: Ia701e66682cb6788f0716a2ef7556ed07227f78f
/system/core/liblog/fake_log_device.c
168021c2827312e17a13d77b54f7d030a08b257b 06-Jan-2014 Mark Salyzyn <salyzyn@google.com> liblog: resolve build warning messages

(cherry picked from commit 153b370624c3da0660281f692fbe3f2da96cfd70)

Change-Id: Icc6f1f2c926a008efc4df71022cfde8d0e285880
/system/core/liblog/fake_log_device.c
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/liblog/fake_log_device.c
d2c8f52189f8c2a13b88a107c6495f9d83196d2d 28-Feb-2012 Andrew Hsieh <andrewhsieh@google.com> Fixed two 64-bit porting issues; Make pid/tid type consistent

1. In printf, use "%zu" for variable of type size_t
2. Print tid in %5d
3. Make type of pid/tid in AndroidLogEntry and logger_entry consistent

Change-Id: I3e3d9536ee58823f349a4734ae093d30eabe1bfe
/system/core/liblog/fake_log_device.c
7b023b293b3252feddab29b0672524a341494b9e 27-Jun-2011 Brett Chabot <brettchabot@android.com> Fix SDK build.

Revert "Fix build warnings"

This reverts commit 590e364868b6466e169f2647e95462ba2558dd00.
/system/core/liblog/fake_log_device.c
590e364868b6466e169f2647e95462ba2558dd00 24-Jun-2011 Glenn Kasten <gkasten@google.com> Fix build warnings

Change-Id: Ie24cf8e729813e4527c698fc7c1502a1efbc63e5
/system/core/liblog/fake_log_device.c
2a7f2ae7d4b25f89e36be04e47b9e7a3d76e0cfd 10-Apr-2010 Carl Shapiro <cshapiro@google.com> Fix a long standing bug in the output buffer size computation.

Change-Id: I55aca04fdd3822ac06db183bf2ff0cbd61f778e8
/system/core/liblog/fake_log_device.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/liblog/fake_log_device.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/liblog/fake_log_device.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/liblog/fake_log_device.c