summaryrefslogtreecommitdiffstats
path: root/liblog
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
| * eclair snapshotJean-Baptiste Queru2009-11-122-6/+1
| |
| * AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-1/+5
| | | | | | | | Automated import of CL 144185
| * Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-241-0/+190
| |
* | 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-012-17/+52
| | | | | | | | macros work.
* | Route all log tags with "RIL" prefix to radio buffer.John Michelau2009-08-191-5/+1
| |
* | Merge branch 'readonly-p4-master'Wink Saville2009-04-021-1/+5
|\ \
| * | 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
| * | Automated import from //branches/master/...@140824,140824Dianne Hackborn2009-03-241-0/+190
| |/
* | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-271-0/+190
|\ \
| * | auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-0/+190
| |/
* | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-182-8/+16
|\ \ | |/ | | | | | | | | Conflicts: init/devices.c libpixelflinger/Android.mk
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+2397
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-2389/+0
| |
| * auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
| |
* | auto import from //branches/cupcake/...@126645android-build SharedAccount2009-01-151-0/+1
|\ \ | |/
| * auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+1
| |
* | 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-215-0/+2388