summaryrefslogtreecommitdiffstats
path: root/logcat
Commit message (Collapse)AuthorAgeFilesLines
* logd: logcat: debuggerd: auditd logs to eventsMark Salyzyn2014-05-151-7/+8
| | | | | | | | | | | - auditd switch to recording logs to events log id - logcat add events as one of the default logs - debuggerd collect events log as well. ToDo: debuggerd & bugreport collect intermixed logs. BUG: 14626551 Change-Id: I958f0e729b7596748be57488a38824db5645be7b
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-071-1/+0
| | | | Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
* logd: logcat: Add persist.logd.size group of propertiesMark Salyzyn2014-05-061-2/+27
| | | | | | | | | - logd Add persist.logd.size (global), persist.logd.size.<logid> - logcat report a more flexible multiplier in -g command. Bug: 14563261 Bug: 14469172 Change-Id: Ie389caa14ad3ae3d4a3a3cc463425bb9dbc5e483
* liblog: logcat: Move library print test into gTestMark Salyzyn2014-05-021-7/+0
| | | | Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8315
* logcat: turn on -WerrorMark Salyzyn2014-05-023-7/+6
| | | | | | - Deal with some -Wunused issues Change-Id: Ic4ab9a49f13e156a73d40266e413dee3e6396178
* logd: liblog: logcat: debuggerd: Add LOG_ID_CRASHMark Salyzyn2014-04-161-2/+18
| | | | Change-Id: Iea453764a1a4fc1661f461f10c641c30150e4d20
* logcat: Better help message for white and black listMark Salyzyn2014-04-111-6/+10
| | | | Change-Id: Ia739260b4e0fcf8062ad9166fd65b1d6e7bb446c
* logd: liblog: logcat: enable prune features for userMark Salyzyn2014-04-024-53/+4
| | | | | | - Enable whitelist, blacklist and logsize tuneables for user Change-Id: Id0c283844c71c5263a8cfbebf2e550f7ac415858
* logcat: test arbitrary time to tailMark Salyzyn2014-03-261-33/+108
| | | | | | | | | - Add tail_time - Use EXPECT instead of ASSERT to provide more coverage - Use EXPECT_TRUE/ASSERT_TRUE when comparing NULL - Itemize order complaints in sorted_order test Change-Id: I55a7543fa3300c0a9524fac70111e680c2877eea
* logcat: timed tests fail under loadMark Salyzyn2014-03-241-3/+0
| | | | Change-Id: Ic1cdf0509617720eef7a3ad0b17a3b6f88c9d87e
* logcat: white and blacklist failureMark Salyzyn2014-03-212-2/+15
| | | | | | | | - logcat improperly squashes out count - logcat test enhanced to catch failure - logd places entries in ascending sorted order Change-Id: If39d8e2c40852b520c98e7840034ab63c2538e5d
* logcat: improve error messagesMark Salyzyn2014-03-181-7/+7
| | | | | Bug: 13464830 Change-Id: Ia8783fa2422e444bcdfca8d0153cf6e7634612bb
* logcat: test White Black listMark Salyzyn2014-03-142-1/+102
| | | | Change-Id: Ia9509ad09dd86e4d9169ed7d0b33911f1ca9eec6
* logd: liblog: logcat: Arbitrary time to tailMark Salyzyn2014-03-141-3/+34
| | | | Change-Id: I10e8d92c933e31ee11e78d2d1114261a30c4be0e
* logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-132-7/+127
| | | | | | | | | | | | | | | - 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
* logd: liblog: logcat: Add StatisticsMark Salyzyn2014-03-131-4/+93
| | | | | | | | | | | - logd add statistical collection and formatting - liblog add android_logger_get_statistics call - logcat add -S flag - logcat add -b all (cherry picked from commit 51a29c8dc445e4fb89860561933e54a231e6ffb4) Change-Id: I521753b1969ecd4590c956aeeb1557d101059d67
* logcat: test: add clear and blocking checkMark Salyzyn2014-02-261-9/+95
| | | | | | (cherry picked from commit 1beb2ab6f6f7cec157b25a2e728c6de8c6be58c4) Change-Id: I243b1338c4a5935a297a0519c03697fd828e47e6
* logcat: Add -T flag (-t w/o assumption of -d)Mark Salyzyn2014-01-272-1/+72
| | | | | | (cherry picked from commit de02546e3d7c9c307e3d87e0a7fe8bb39b363a72) Change-Id: I49763e2db83755e0b7b12dfa3f83a3957c54d389
* logcat: Add logcat test suiteMark Salyzyn2014-01-274-14/+440
| | | | | | (cherry picked from commit 2807db9a269baaa7b3f67c337d3312877ba90aa0) Change-Id: Ic4c84b88b8d899965c9765bdc3ee223ef73ba7d1
* logcat: Incorporate liblog reading APIMark Salyzyn2014-01-271-238/+94
| | | | | | (cherry picked from commit a1062c728a04e0de6e86a138d98eaff12f14fb41) Change-Id: I1e1a55d13ac55350e8d54bfe92b392de07f26a5d
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+1
| | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* Add new cert_pin_failure tag that can be used in user-consent filtering.William Luh2013-09-251-5/+1
| | | | | Bug: 10912373 Change-Id: If8a2f9829b3aac4abc33a4623c5f5b4966fd6870
* Move liblog headers to system/core/include/logColin Cross2013-07-241-4/+4
| | | | | | | | | 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
* remove unused SF event log tagsMathias Agopian2013-06-041-16/+1
| | | | Change-Id: I1271875c575aac31568017a17622f4dc9ff40032
* Add event log tag for cert pin failures.Geremy Condra2012-09-111-0/+3
| | | | Change-Id: Ib93f4eeec35b5754498464ada94faeb2bdb0b896
* am 753b96cf: am dd56039c: Merge "Fixed an unused param warning in logcat"Stephen Hines2012-08-131-1/+1
|\ | | | | | | | | * commit '753b96cf67f3eaf716510600516c3c593a1ae5e1': Fixed an unused param warning in logcat
| * Fixed an unused param warning in logcatEdwin Vane2012-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* | Added logtags for errors in bionic.Geremy Condra2012-06-111-0/+16
|/ | | | | | | Specifically, this adds tags for errors in FORTIFY_SOURCE'd parts of bionic and for some indications of DNS spoofing. Change-Id: I186ee36ae42cb6ba4fd5729ede84e2dcd4a56468
* fix "logcat -c ; logcat -d" hang.Nick Kralevich2012-02-231-1/+1
| | | | Change-Id: I1dc3633fc7228a6ff8ed0da4572f40055a28ceb2
* logcat: add sanity checkNick Kralevich2011-10-171-0/+5
| | | | | | | Sanity check that the length we get back from the kernel matches how much data we actually received. Change-Id: I5cfd80321ab41459bb514dfde2da57413a7bd9e6
* Add checking for log entry formatKenny Root2011-10-031-3/+3
| | | | | | | The log tag may be zero length if corrupted, so check for this condition. Change-Id: I7616226dabe78a85859b0ab53aca08f734dbdd84
* Remove two unused event log tags.Carl Shapiro2011-01-191-41/+1
| | | | Change-Id: I4be6e142ecdb3caebde21bef9898fc9e25fe181a
* am 06b21887: am 2da0032c: add graphics events to the eventlog definitionsMathias Agopian2010-09-151-0/+18
|\ | | | | | | | | | | | | Merge commit '06b21887e8f5719e9b421371b4a47ef371c972b5' * commit '06b21887e8f5719e9b421371b4a47ef371c972b5': add graphics events to the eventlog definitions
| * add graphics events to the eventlog definitionsMathias Agopian2010-09-141-0/+18
| | | | | | | | | | | | by default this logging is turned off Change-Id: Ic7e5fe2b377c4760e1673e7d19a69d34cc9333c9
* | am 2c42e440: am 9915e3fd: Add dvm_lock_sample\'s new fields.Brad Fitzpatrick2010-09-151-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '2c42e4404bba0a1b065d223a1e84ef7184e1a987' * commit '2c42e4404bba0a1b065d223a1e84ef7184e1a987': Add dvm_lock_sample's new fields.
| * Add dvm_lock_sample's new fields.Brad Fitzpatrick2010-09-141-1/+1
| | | | | | | | Change-Id: I2ec442834c38d3716695ab90bf0db220bd8dae27
| * Add a log tag entry for the dalvik lock profiling event.Carl Shapiro2010-04-131-0/+1
| |
* | Update eventlog tags for WifiStateTrackerIrfan Sheriff2010-07-231-25/+14
| | | | | | | | Change-Id: I43137ba87df7ec30f068997c86957e6bda14aaeb
* | Update the help text to reflect new capabilities of -b parameter.Wink Saville2010-06-181-2/+3
| | | | | | | | | | | | | | | | 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
* | Add a log tag entry for the dalvik lock profiling event.Carl Shapiro2010-04-121-0/+1
|/ | | | Change-Id: I4897da78ee6c6b32c8a588ff689c60a59bc60ed7
* Rename logtag for clarity.Brad Fitzpatrick2010-04-081-1/+1
| | | | | | BUG=2581935 Change-Id: Icf1c4fcf123fa4ec74fda80f72a27d3db85aa7a9
* fix [2483384] logcat crash when malloc debug is enabledMathias Agopian2010-03-171-2/+3
| | | | | | fix a couple of uninitialized variables Change-Id: I1f7552ecb20d85dbf0fec5cae9778a70ff9281a2
* Add '-t N' flag to logcat, to print only the last N lines of logcatDan Egnor2010-03-111-53/+60
| | | | | | (to be used in capturing a merged mini logcat for crash reports) Change-Id: I68149eb80f2f79812f43b07d80fbea822476859e
* Remove an obsolete event log tag.Dan Egnor2010-03-101-2/+0
| | | | Change-Id: Idb718bdc88bca244eb88af5f391055cd40b42fd8
* Make logcat print both the main and system buffers by default. Make SLOGx ↵Joe Onorato2010-03-011-19/+36
| | | | macros work.
* Allow logcat to take multiple -b options, and interleave the results.Joe Onorato2010-02-261-67/+257
|
* Remove some log tags, which have moved to their ownDan Egnor2010-02-101-73/+0
| | | | EventLogTags.logtags file in various directories.
* resolved conflicts for merge of 988ad28e to masterWink Saville2010-01-211-0/+3
|\ | | | | | | Change-Id: I02dda00585d5eb4ea74ca7c77bd46f97bb562440
| * Add gsm_rat_switched event tag.John Wang2010-01-131-0/+3
| |
* | remove ActivityManager-related event log tagsDoug Zongker2009-12-041-75/+0
| | | | | | | | These have been migrated to the ActivityManagerService package.