platform_system_core/liblog
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
..
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
event_tag_map.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fake_log_device.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
logd_write.c Fixed LOG_ASSERT() compilation errors in native debug builds. 2010-07-16 07:56:03 -07:00
logprint.c merge from open-source master 2010-03-08 17:14:43 -08:00
NOTICE Automated import from //branches/donutburger/...@140818,140818 2009-03-24 18:36:55 -07:00