summaryrefslogtreecommitdiffstats
path: root/logd
Commit message (Expand)AuthorAgeFilesLines
* introduce auditctl and use it to configure SELinux throttlingNick Kralevich2019-04-096-147/+123
* Actually add right instant app boilerplate.Tom Cherry2019-01-291-0/+1
* Add "instant app" boilerplate.Tom Cherry2019-01-291-0/+1
* Merge "Convert Android.mk file to Android.bp"Treehugger Robot2019-01-252-10/+7
|\
| * Convert Android.mk file to Android.bpSasha Smundak2019-01-242-10/+7
* | Merge "Read selinux_denial_metadata from /vendor"Tri Vo2019-01-251-1/+1
|\ \
| * | Read selinux_denial_metadata from /vendorTri Vo2019-01-231-1/+1
* | | DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_p...Suren Baghdasaryan2019-01-252-1/+2
| |/ |/|
* | DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy us...Suren Baghdasaryan2019-01-232-2/+1
* | Add dependencies on libprocessgroup for sched_policy usersSuren Baghdasaryan2019-01-222-1/+2
|/
* Remove LOCAL_MODULE_TAGS := debugDan Willemsen2019-01-181-1/+0
* Statically link liblog to logd/logcat and their testsTom Cherry2019-01-172-3/+5
* Merge "Remove __android_log_event_list and the reader aspect of android_log_e...Tom Cherry2019-01-171-10/+27
|\
| * Remove __android_log_event_list and the reader aspect of android_log_event_listTom Cherry2019-01-161-10/+27
* | Fix clang-tidy warnings in log_time.hBernie Innocenti2019-01-174-26/+23
|/
* logd: use .clang-format-4 like the rest of system/coreTom Cherry2019-01-161-11/+1
* Merge "logd: improve logd prune"Tom Cherry2018-12-211-0/+3
|\
| * logd: improve logd pruneJintao Zhu2018-12-201-0/+3
* | improve LogBufferElement copy constructorJintao Zhu2018-12-191-2/+13
|/
* Fix null pointer dereference in auditParseDan Austin2018-11-271-2/+7
* logd: fix memory leak due to slow readerJintao_Zhu2018-11-121-0/+4
* Convert more modules to Android.bpDan Willemsen2018-10-313-88/+68
* logd: clear timeout if no start time is givenTom Cherry2018-10-191-0/+4
* logd: rework logic for LogTimeEntryTom Cherry2018-10-126-191/+70
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-051-1/+1
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-4/+0
* logd: crash dumps on userdebug onlyMark Salyzyn2018-08-221-1/+2
* Replace (unsigned) short with (u)int16_t.Chih-Hung Hsieh2018-08-1310-29/+29
* Merge "[logd] Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-1310-44/+44
|\
| * [logd] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-1310-44/+44
* | Merge "Remove execute bit for source files"Yi Kong2018-07-139-0/+0
|\|
| * Remove execute bit for source filesYi Kong2018-07-139-0/+0
* | Merge "logd: make behavior more consistent across builds."Elliott Hughes2018-06-131-21/+16
|\|
| * logd: make behavior more consistent across builds.Elliott Hughes2018-06-131-21/+16
* | Merge "logd: Stop calling prctl(PR_SET_KEEPCAPS, 1)"Luis Hector Chavez2018-06-131-5/+0
|\|
| * logd: Stop calling prctl(PR_SET_KEEPCAPS, 1)Luis Hector Chavez2018-06-131-5/+0
* | Merge "logd: Move the capabilities from file based to ambient"Luis Hector Chavez2018-06-121-0/+1
|\|
| * logd: Move the capabilities from file based to ambientLuis Hector Chavez2018-06-111-0/+1
* | Merge "Remove more bogus <stdbool.h> #includes from C++." am: e7020dc8e4android-build-prod (mdb)2018-05-081-1/+0
|\|
| * Remove more bogus <stdbool.h> #includes from C++.Elliott Hughes2018-05-081-1/+0
* | Merge "Logd: include app package name in selinux metadata" am: 24e87383f1Jeffrey Vander Stoep2018-05-042-36/+43
|\|
| * Logd: include app package name in selinux metadataJeff Vander Stoep2018-05-032-36/+43
| * Fixing a bug introduced due to refactoring var namesMax Bires2018-05-031-1/+1
* | Merge "logd: notify kernel log readers of new messages" am: 6a2686b0f3Tom Cherry2018-04-251-1/+1
|\|
| * logd: notify kernel log readers of new messagesTom Cherry2018-04-241-1/+1
| * logd: identical check access message data out of rangeMark Salyzyn2018-03-131-1/+3
* | Make logd more aggressive when scanning for the position from which to resume...Joe Onorato2018-04-041-4/+1
* | logd: identical check access message data out of rangeMark Salyzyn2018-03-141-1/+3
* | Merge "Remove unreachable condition" am: a281389bf4 am: 061759246cYi Kong2018-03-021-1/+1
|\|
| * Remove unreachable conditionYi Kong2018-03-011-1/+1