History log of /system/core/logcat/logcat.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9227bd385504ace739d4451a6c5dc3d777b5bf21 24-Jul-2013 Colin Cross <ccross@android.com> Move liblog headers to system/core/include/log

Move the liblog headers to log/ instead of cutils/ to complete
the separation of libcutils and liblog. cutils/log.h still
exists and includes log/log.h in order to support the many existing
modules that use cutils/log.h.

Change-Id: I2758c9f4aedcb809ca7ba8383d0f55041dd44345
/system/core/logcat/logcat.cpp
80b221cb22f37446e76829d2dd0e8953a32f3bda 13-Aug-2012 Edwin Vane <edwin.vane@intel.com> Fixed an unused param warning in logcat

Changed a function to actually use its parameter instead of a global
variable. All callers of the function pass the global variable as an
argument anyway so behaviour is unchanged.

Change-Id: Ib84d45c17d2213c4d441bf2f423feca14e7aa2f4
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Ariel J Bernal <ariel.j.bernal@intel.com>
/system/core/logcat/logcat.cpp
274c31ab6b646b52dfe0f69a9e30077795065d0a 23-Feb-2012 Nick Kralevich <nnk@google.com> fix "logcat -c ; logcat -d" hang.

Change-Id: I1dc3633fc7228a6ff8ed0da4572f40055a28ceb2
/system/core/logcat/logcat.cpp
46070505e771fb539748936dd6ac68aa77b9f422 17-Oct-2011 Nick Kralevich <nnk@google.com> logcat: add sanity check

Sanity check that the length we get back from the kernel matches
how much data we actually received.

Change-Id: I5cfd80321ab41459bb514dfde2da57413a7bd9e6
/system/core/logcat/logcat.cpp
4bf3c02e026077d14a4512c7c2f71937da3c2d50 01-Oct-2011 Kenny Root <kroot@google.com> Add checking for log entry format

The log tag may be zero length if corrupted, so check for this
condition.

Change-Id: I7616226dabe78a85859b0ab53aca08f734dbdd84
/system/core/logcat/logcat.cpp
ba9608ff633724ded86aab7a9a401c87c7faafa1 18-Jun-2010 Wink Saville <wink@google.com> Update the help text to reflect new capabilities of -b parameter.

The -b parameter now support specifying multiple ring buffers
and the results are interleaved. In addition a new ring buffer
has been created, 'system', and the default is now -b main -b system.

Change-Id: Ibc25a31fb8fe21d75dda4598a83cf3426f759eb1
/system/core/logcat/logcat.cpp
50844525a31fa41d7d432efb3c0355b38adb2f5f 18-Mar-2010 Mathias Agopian <mathias@google.com> fix [2483384] logcat crash when malloc debug is enabled

fix a couple of uninitialized variables

Change-Id: I1f7552ecb20d85dbf0fec5cae9778a70ff9281a2
/system/core/logcat/logcat.cpp
d1d3b6dbedd720349aef3e93c4f61a43ffe5ada3 12-Mar-2010 Dan Egnor <egnor@google.com> Add '-t N' flag to logcat, to print only the last N lines of logcat
(to be used in capturing a merged mini logcat for crash reports)

Change-Id: I68149eb80f2f79812f43b07d80fbea822476859e
/system/core/logcat/logcat.cpp
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/logcat/logcat.cpp
6fa09a066d6b6898a394a3ccf6c32111665cdbcb 26-Feb-2010 Joe Onorato <joeo@android.com> Allow logcat to take multiple -b options, and interleave the results.
/system/core/logcat/logcat.cpp
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/logcat/logcat.cpp
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/logcat/logcat.cpp
1b8e5a6b14ca850920e19b3dfae41e6494475c1a 13-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@131421
/system/core/logcat/logcat.cpp
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/logcat/logcat.cpp