aboutsummaryrefslogtreecommitdiffstats
path: root/liblmkd_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lmkd: Remove unused variables and fix type mismatchesSuren Baghdasaryan2020-05-111-1/+1
| | | | | | | | Fix compilation warnings by removing unused variables and add typecasting whenever mixed type comparisons are performed. Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I7f0839d803a6bf6532f077208ce54aba761dc9fe
* lmkd: Add property re-initialization supportSuren Baghdasaryan2020-05-061-0/+24
| | | | | | | | | | | | | | Add --reinit command-line option to allow updating lmkd properties. For example to enable debug logging in the running lmkd process user should issue: setprop ro.lmk.debug true lmkd --reinit Bug: 155149944 Test: lmkd_unit_test after resetting lmkd properties Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ic60331f3368f5a7fdfe09ad7d47c7ccf0a497685
* Build lmkd as C++Tom Cherry2019-12-131-0/+87
Bug: 145669697 Test: build Change-Id: I4fb2a9a900c8a6915ee84cc3d82434596301b24b