Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SDK build. | Brett Chabot | 2011-06-27 | 1 | -4/+0 |
| | | | | | | Revert "Fix build warnings" This reverts commit 590e364868b6466e169f2647e95462ba2558dd00. | ||||
* | Fix build warnings | Glenn Kasten | 2011-06-24 | 1 | -0/+4 |
| | | | | Change-Id: Ie24cf8e729813e4527c698fc7c1502a1efbc63e5 | ||||
* | Fixed LOG_ASSERT() compilation errors in native debug builds. | Chris Pearson | 2010-07-16 | 1 | -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 Onorato | 2010-03-03 | 1 | -2/+0 |
| | |||||
* | Make logcat print both the main and system buffers by default. Make SLOGx ↵ | Joe Onorato | 2010-03-01 | 1 | -11/+51 |
| | | | | macros work. | ||||
* | Route all log tags with "RIL" prefix to radio buffer. | John Michelau | 2009-08-19 | 1 | -5/+1 |
| | |||||
* | AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵ | Wink Saville | 2009-04-02 | 1 | -1/+5 |
| | | | | | | from donutburger. Automated import of CL 144245 | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+230 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -230/+0 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -0/+1 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+229 |