Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from open-source master | The Android Open Source Project | 2010-03-08 | 1 | -0/+10 |
|\ | | | | | | | Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431 | ||||
| * | Fix Heap Corruption from too long of a TAG | Keith Preston | 2010-02-18 | 1 | -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 Onorato | 2010-03-01 | 1 | -6/+1 |
|/ | | | | macros work. | ||||
* | 1. added macro definitions to AndroidConfig.h | Alexey Tarasov | 2008-11-07 | 1 | -1/+0 |
| | | | | 2. removed unnecessary include of <alloca.h> | ||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+972 |