summaryrefslogtreecommitdiffstats
path: root/logcat/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* logcat: -f run in backgroundMark Salyzyn2015-06-021-1/+1
| | | | | | | | | | | (cherry pick from commit 3ef730c57f88ac24b0d6b021e43fc344d602fe36) - if saving to file, set SP_BACKGROUND policy - if saving to file, set BATCH priority - sort include files Bug: 19608716 Change-Id: I00acb8b8db0d2ff9ff36c97f9e74604d31938376
* logcat: -f flag to continueMark Salyzyn2015-06-021-1/+1
| | | | | | | | | | | | | (cherry pick from commit f3555d9427425c2cba9600ceffb49305c440aa4a) On startup, check the current logging content, then grab logs from that time forward rather than restarting from the beginning. Add support for reading tail time down to the nano-second. Bonus, permits us to create a logcatd logpersist daemon Bug: 19608716 Change-Id: Iaab58de4c02b7f97c69de12cf954fedc2163059e
* logcat: turn on -WerrorMark Salyzyn2014-05-021-1/+3
| | | | | | - Deal with some -Wunused issues Change-Id: Ic4ab9a49f13e156a73d40266e413dee3e6396178
* logd: liblog: logcat: enable prune features for userMark Salyzyn2014-04-021-4/+0
| | | | | | - Enable whitelist, blacklist and logsize tuneables for user Change-Id: Id0c283844c71c5263a8cfbebf2e550f7ac415858
* logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-131-0/+4
| | | | | | | | | | | | | | | - liblog android_logger_get_log_size and android_logger_get_readable_size adjusted to return long instead of int because of -G flag extending range NB: ifdef'd only for userdebug and eng builds - liblog Add android_logger_[sg]et_prune_list and android_logger_set_log_size - logcat Add -P, -p and -G flags - logd Add LogWhiteBlackList and configurable log size (cherry picked from commit 18a5432158ad43b8faefe4950b30e760200ce0b4) Change-Id: I1572338c1b34bd968ad7867857ef708156ec3b6a
* logcat: Add logcat test suiteMark Salyzyn2014-01-271-1/+3
| | | | | | (cherry picked from commit 2807db9a269baaa7b3f67c337d3312877ba90aa0) Change-Id: Ic4c84b88b8d899965c9765bdc3ee223ef73ba7d1
* construct event-log-tags via the new build mechanismDoug Zongker2009-12-031-15/+1
| | | | | The build system now unions together all *.logtags files found in LOCAL_SRC_FILES to construct /system/etc/event-log-tags.
* strip comments from event-log-tags on deviceDoug Zongker2009-08-061-0/+1
| | | | | | This saves about 8k from the system image. Bug: 2036961
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-2/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+27
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-27/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+27