summaryrefslogtreecommitdiffstats
path: root/logd/LogReader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* logd: libsysutils: logd startup outside init environmentMark Salyzyn2014-04-171-1/+15
| | | | Change-Id: I3426b6c3eebdd0c8258e966dcaaaa2825d7a23d1
* logd: Find log time for arbitrary time to tailMark Salyzyn2014-03-141-6/+51
| | | | | | | - prototype to evaluate the increase in complexity or performance impact. Change-Id: I4e815d74c023092fbb75055d260f75de57ad6522
* logd: liblog: logcat: Arbitrary time to tailMark Salyzyn2014-03-141-4/+23
| | | | Change-Id: I10e8d92c933e31ee11e78d2d1114261a30c4be0e
* logd: initial checkin.Mark Salyzyn2014-02-261-0/+105
* Create a new userspace log daemon for handling logging messages. Original-Change-Id: I75267df16359684490121e6c31cca48614d79856 Signed-off-by: Nick Kralevich <nnk@google.com> * Merge conflicts * rename new syslog daemon to logd to prevent confusion with bionic syslog * replace racy getGroups call with KISS call to client->getGid() * Timestamps are filed at logging source * insert entries into list in timestamp order * Added LogTimeEntry tail filtration handling * Added region locking around LogWriter list * separate threads for each writer * /dev/socket/logd* permissions Signed-off-by: Mark Salyzyn <salyzyn@google.com> (cherry picked from commit 3e76e0a49760c4970b7cda6153e51026af98e4f3) Author: Nick Kralevich <nnk@google.com> Change-Id: Ice88b1412d8f9daa7f9119b2b5aaf684a5e28098