History log of /system/core/liblog/logd_write.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84dcf091482b8d0f484e665915d354069a8c879b 13-Aug-2012 Jeff Sharkey <jsharkey@android.com> Collapse IMS tags into a prefix check.

Bug: 6497974
Change-Id: I7fba1a07e2552ce16131b81f30d18eb3192de7ef
/system/core/liblog/logd_write.c
44e95651dd1e07017ab85d05a542d2372dbb2baa 17-Jul-2012 Jeff Sharkey <jsharkey@android.com> Force IMS logging into radio log.

Bug: 6497974
Change-Id: I4691f287b0abdce03ff211bd5b5b0037b8818ec9
/system/core/liblog/logd_write.c
7b023b293b3252feddab29b0672524a341494b9e 27-Jun-2011 Brett Chabot <brettchabot@android.com> Fix SDK build.

Revert "Fix build warnings"

This reverts commit 590e364868b6466e169f2647e95462ba2558dd00.
/system/core/liblog/logd_write.c
590e364868b6466e169f2647e95462ba2558dd00 24-Jun-2011 Glenn Kasten <gkasten@google.com> Fix build warnings

Change-Id: Ie24cf8e729813e4527c698fc7c1502a1efbc63e5
/system/core/liblog/logd_write.c
19299904343daf191267564fe32e6cd5c165cd42 03-Jun-2010 Chris Pearson <christopherx.c.pearson@intel.com> 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>
/system/core/liblog/logd_write.c
3b6bd0267ac8fc4ea7eb7dc676cf98d6c731da9c 03-Mar-2010 Joe Onorato <joeo@android.com> remove stray printfs.
/system/core/liblog/logd_write.c
e2bf2ea4d2846031edfc52b942ad53e5467243f6 01-Mar-2010 Joe Onorato <joeo@android.com> Make logcat print both the main and system buffers by default. Make SLOGx macros work.
/system/core/liblog/logd_write.c
ed7ccae2968a75e09c22a3da90a9762170f96477 19-Aug-2009 John Michelau <w14107@motorola.com> Route all log tags with "RIL" prefix to radio buffer.
/system/core/liblog/logd_write.c
89efdc9c7f4005032dad86dd6dd220c23a7ff4d7 02-Apr-2009 Wink Saville <> AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.

Automated import of CL 144245
/system/core/liblog/logd_write.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/liblog/logd_write.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/liblog/logd_write.c
1b8e5a6b14ca850920e19b3dfae41e6494475c1a 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/system/core/liblog/logd_write.c
2eef60297a0ca1433d0824d6d662efd402709cfd 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/system/core/liblog/logd_write.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/liblog/logd_write.c