The Android Open Source Project
4e246965bb
am 64ba76c1
: merge from open-source master
...
Merge commit '64ba76c1431afe17c1f4553f1dbc595db064316e'
* commit '64ba76c1431afe17c1f4553f1dbc595db064316e':
Fixed LOG_ASSERT() compilation errors in native debug builds.
2010-07-16 13:34:53 -07:00
Chris Pearson
1929990434
Fixed LOG_ASSERT() compilation errors in native debug builds.
...
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>
2010-07-16 07:56:03 -07:00
Carl Shapiro
2a7f2ae7d4
Fix a long standing bug in the output buffer size computation.
...
Change-Id: I55aca04fdd3822ac06db183bf2ff0cbd61f778e8
2010-04-09 18:23:25 -07:00
The Android Open Source Project
7df6349a63
merge from open-source master
...
Change-Id: I698b3c16bdef8751cc857b00f815cb2f95465431
2010-03-08 17:14:43 -08:00
Joe Onorato
3b6bd0267a
remove stray printfs.
2010-03-03 17:18:28 -05:00
Joe Onorato
e2bf2ea4d2
Make logcat print both the main and system buffers by default. Make SLOGx macros work.
2010-03-01 13:03:19 -08:00
Keith Preston
b45b5c9f22
Fix Heap Corruption from too long of a TAG
...
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
2010-02-18 15:33:28 -06:00
Jean-Baptiste Queru
4b29fe640a
eclair snapshot
2009-11-12 18:46:23 -08:00
John Michelau
ed7ccae296
Route all log tags with "RIL" prefix to radio buffer.
2009-08-19 10:06:52 -07:00
Wink Saville
83eb023a09
Merge branch 'readonly-p4-master'
2009-04-02 11:02:19 -07:00
Wink Saville
89efdc9c7f
AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.
...
Automated import of CL 144245
2009-04-02 11:00:57 -07:00
Wink Saville
7bdfb165ad
AI 144185: Integrate cdma into the main code base.
...
Automated import of CL 144185
2009-04-02 01:37:03 -07:00
The Android Open Source Project
7be77b5ba8
Merge commit 'korg/cupcake'
2009-03-27 15:31:14 -07:00
Dianne Hackborn
f441e1e9c4
Automated import from //branches/donutburger/...@140818,140818
2009-03-24 18:36:55 -07:00
Dianne Hackborn
161b03c7ec
Automated import from //branches/master/...@140824,140824
2009-03-24 18:36:50 -07:00
The Android Open Source Project
3207e48071
auto import from //branches/cupcake_rel/...@141571
2009-03-19 23:09:00 -07:00
Jean-Baptiste Queru
83b65486be
Merge commit 'remotes/korg/cupcake' into merge
...
Conflicts:
init/devices.c
libpixelflinger/Android.mk
2009-03-18 09:29:29 -07:00
The Android Open Source Project
dd7bc3319d
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
The Android Open Source Project
e54eebbf1a
auto import from //depot/cupcake/@135843
2009-03-03 18:29:04 -08:00
The Android Open Source Project
1b8e5a6b14
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:54 -08:00
android-build SharedAccount
439f6ca123
auto import from //branches/cupcake/...@126645
2009-01-15 16:22:10 -08:00
The Android Open Source Project
2eef60297a
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:14 -08:00
Alexey Tarasov
abb9638e36
1. added macro definitions to AndroidConfig.h
...
2. removed unnecessary include of <alloca.h>
2008-11-07 11:44:22 +10:00
The Android Open Source Project
4f6e8d7a00
Initial Contribution
2008-10-21 07:00:00 -07:00