summaryrefslogtreecommitdiffstats
path: root/liblog/logprint.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-03-081-0/+10
|\ | | | | | | Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431
| * Fix Heap Corruption from too long of a TAGKeith Preston2010-02-181-0/+10
| | | | | | | | | | | | snprintf has a weird return value. It returns what would have been written given a large enough buffer. In the case that the prefix is longer then our buffer(128), it messes up the calculations below possibly causing heap corruption. To avoid this we double check and set the length at the maximum (size minus null byte
* | Make logcat print both the main and system buffers by default. Make SLOGx ↵Joe Onorato2010-03-011-6/+1
|/ | | | macros work.
* 1. added macro definitions to AndroidConfig.hAlexey Tarasov2008-11-071-1/+0
| | | | 2. removed unnecessary include of <alloca.h>
* Initial ContributionThe Android Open Source Project2008-10-211-0/+972