summaryrefslogtreecommitdiffstats
path: root/liblog/fake_log_device.c
Commit message (Collapse)AuthorAgeFilesLines
* kill HAVE_LOCALTIME_RYabin Cui2014-11-131-2/+2
| | | | | Bug: 18361583 Change-Id: Icdc745a5204bba26c6438d16ed38ec791e136163
* liblog: set -WerrorMark Salyzyn2014-05-071-5/+9
| | | | | | | - Deal with some -Wunused issues - Cleanup UNUSED to __unused transition Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8314
* Merge changes I70ab37d5,I716f89c0,I34c96adf,I77650923,I35b0d1ee, ...Mark Salyzyn2014-01-281-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * liblog: resolve build warning messagesMark Salyzyn2014-01-271-5/+5
| | | | | | | | | | | | (cherry picked from commit 153b370624c3da0660281f692fbe3f2da96cfd70) Change-Id: Icc6f1f2c926a008efc4df71022cfde8d0e285880
* | Fixes some warningsKristian Monsen2014-01-281-0/+2
|/ | | | | | | - Implicit decleared function - Unused variable Change-Id: Ia701e66682cb6788f0716a2ef7556ed07227f78f
* Move liblog headers to system/core/include/logColin Cross2013-07-241-1/+1
| | | | | | | | | 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
* Fixed two 64-bit porting issues; Make pid/tid type consistentAndrew Hsieh2012-02-291-3/+3
| | | | | | | | 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
* Fix SDK build.Brett Chabot2011-06-271-1/+0
| | | | | | Revert "Fix build warnings" This reverts commit 590e364868b6466e169f2647e95462ba2558dd00.
* Fix build warningsGlenn Kasten2011-06-241-0/+1
| | | | Change-Id: Ie24cf8e729813e4527c698fc7c1502a1efbc63e5
* Fix a long standing bug in the output buffer size computation.Carl Shapiro2010-04-091-1/+1
| | | | Change-Id: I55aca04fdd3822ac06db183bf2ff0cbd61f778e8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+685
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-677/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+677