summaryrefslogtreecommitdiffstats
path: root/liblog/logd_write.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SDK build.Brett Chabot2011-06-271-4/+0
| | | | | | Revert "Fix build warnings" This reverts commit 590e364868b6466e169f2647e95462ba2558dd00.
* Fix build warningsGlenn Kasten2011-06-241-0/+4
| | | | Change-Id: Ie24cf8e729813e4527c698fc7c1502a1efbc63e5
* Fixed LOG_ASSERT() compilation errors in native debug builds.Chris Pearson2010-07-161-7/+18
| | | | | | | | | | | | Invoking LOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF variadic macros without the printf format string arg caused compilation errors because the variable arg list (__VA_ARGS__) was eventually passed to __android_log_assert() func in place of a required parameter. This error only occured in debug builds because LOG_ASSERT() is a no-op in release builds. This change allows debug builds to succeed. Change-Id: I7e7b7de3e501133468ce083e0e0d6e699dd59667 Signed-off-by: Chris Pearson <christopherx.c.pearson@intel.com>
* remove stray printfs.Joe Onorato2010-03-031-2/+0
|
* Make logcat print both the main and system buffers by default. Make SLOGx ↵Joe Onorato2010-03-011-11/+51
| | | | macros work.
* Route all log tags with "RIL" prefix to radio buffer.John Michelau2009-08-191-5/+1
|
* AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵Wink Saville2009-04-021-1/+5
| | | | | | from donutburger. Automated import of CL 144245
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+230
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-230/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+229