summaryrefslogtreecommitdiffstats
path: root/libc/bionic/logd_write.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed logging functions in bionic/logd_write.c.Alexey Tarasov2009-08-251-32/+50
| | | | | | | | | | Main differences from original code: 1. now log channel for LOG_ID_MAIN may exist even if LOG_ID_RADIO facility failed. 2. __write_to_log_null() now acts as always successful function. 3. it's more simplier to add new logging channels now ammended commit fixes my typo on line 130
* Prevent a crash in the memory leak checker (which happened in chk_free())David 'Digit' Turner2009-07-101-4/+4
| | | | | | Simplify the code a little, removing un-necessary mutex locks/unlocks. Provide slightly better diagnostic message in case of corruption. Use snprintf/strlcat instead of sprintf/strcat
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+166
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-166/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+166