summaryrefslogtreecommitdiffstats
path: root/logcat
Commit message (Expand)AuthorAgeFilesLines
* logcat: -d, -t or -L, along with -f, do not backgroundMark Salyzyn2016-08-081-21/+23
* logcat: lastLogTime only two most recent filesMark Salyzyn2016-08-081-13/+7
* logcatd: Add --id=${ro.build.id}Mark Salyzyn2016-08-081-2/+2
* logcatd: fix up logpersist.cat to filter out signature fileMark Salyzyn2016-08-081-5/+7
* logcat: add --id=<id> for -f optionMark Salyzyn2016-08-082-4/+97
* logcat: switch to android::base::StringPrintfMark Salyzyn2016-08-081-17/+15
* logcatd: logpersist.start more descriptive warningMark Salyzyn2016-08-081-1/+1
* logcatd: logpersist.start to enable logd service if disabledMark Salyzyn2016-07-211-0/+16
* logcatd: trampoline persist.logd.logpersistd to logd.logpersistdMark Salyzyn2016-07-082-17/+78
* logcat: help spelling correctionMark Salyzyn2016-07-061-2/+2
* logcat: format verbs and adverbsMark Salyzyn2016-07-061-3/+4
* logcatd: add stop and clear actionsMark Salyzyn2016-06-102-14/+24
* logcatd: Do not su for setpropMark Salyzyn2016-06-101-7/+7
* logcat: clear when specifying file outputMark Salyzyn2016-06-102-1/+106
* Revert "logcat: expand -n, -r and -b"Mark Salyzyn2016-06-083-104/+20
* logpersist: switch to pgrep from psMark Salyzyn2016-06-021-3/+3
* logcat: confirm -g result after -cMark Salyzyn2016-04-291-0/+47
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-1/+1
* logpersist: incorporate size and buffer tunablesMark Salyzyn2016-04-182-16/+114
* logcat: expand -n, -r and -bMark Salyzyn2016-04-133-21/+105
* logcat: allow comma-separate list of buffersMark Salyzyn2016-04-132-113/+85
* logcat: Adjust help to make it more meaningfulMark Salyzyn2016-04-131-45/+42
* logcat: apct test failuresMark Salyzyn2016-04-121-73/+42
* logcat: -f <non-existent-directory>/<filename> segfaultsMark Salyzyn2016-04-012-8/+26
* logcat: add --print flagMark Salyzyn2016-03-301-6/+27
* logcat: posixize and extend long argumentsMark Salyzyn2016-03-301-7/+11
* logcat: support --regex on binary buffers as-isMark Salyzyn2016-03-301-9/+6
* logcat: do not assign 0 or NULL to global variablesMark Salyzyn2016-03-301-7/+7
* logcat: Add --max-count optionCasey Dahlin2016-03-252-2/+57
* logcat: Add --regex optionCasey Dahlin2016-03-253-3/+62
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-4/+4
* Remove logcat's false dependency on a libutils header file.Elliott Hughes2016-02-171-1/+1
* logd: use ro.debuggable instead of ro.build.typeMark Salyzyn2016-02-101-2/+2
* logcat: build cleanupMark Salyzyn2016-02-041-1/+1
* logcatd.rc: only deliver on eng and userdebugMark Salyzyn2016-02-041-3/+2
* logpersist: missing XMark Salyzyn2015-12-291-1/+1
* logcat: test: rotated logs can exceed size during crashMark Salyzyn2015-12-181-1/+1
* Merge "logd: liblog: logcat: Add LOG_ID_SECURITY"Mark Salyzyn2015-12-111-16/+80
|\
| * logd: liblog: logcat: Add LOG_ID_SECURITYMark Salyzyn2015-12-081-16/+80
* | liblog: logprint add uid format modifierMark Salyzyn2015-12-091-1/+1
|/
* logcat: Add --wrap timeoutMark Salyzyn2015-12-071-1/+26
* logcat: Add low hanging fruit long argumentsMark Salyzyn2015-12-071-9/+38
* logcat: Add long arguments to logcat, support for pid filterKristian Monsen2015-12-071-8/+35
* logd: liblog: logcat: switch to android_log_clockid() (2)Mark Salyzyn2015-12-072-7/+5
* Merge "Revert "logd: liblog: logcat: switch to android_log_clockid()""Mark Salyzyn2015-12-072-5/+7
|\
| * Revert "logd: liblog: logcat: switch to android_log_clockid()"Mark Salyzyn2015-12-072-5/+7
* | Merge "logd: liblog: logcat: switch to android_log_clockid()"Mark Salyzyn2015-12-072-7/+5
|\|
| * logd: liblog: logcat: switch to android_log_clockid()Mark Salyzyn2015-12-042-7/+5
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
|/
* liblog: logd: support logd.timestamp = monotonicMark Salyzyn2015-11-032-64/+86