History log of /system/core/metricsd/uploader/metricsd_service_runner.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f1bf9e5fc941ba7f342c6d378fbde9782574ab0f 04-Feb-2016 Alex Deymo <deymo@google.com> metricsd: Create a brillo::MessageLoop.

brillo::BinderWatcher now requires a brillo::MessageLoop, so this patch
creates a brillo::BaseMessageLoop and passes it when creating the
brillo::BinderWatcher.

Bug: 26356682
TEST=Deployed metricsd to edison-eng.

Change-Id: I6a9e592623faf231205ae44e479bec2b873b8898
/system/core/metricsd/uploader/metricsd_service_runner.cc
ea05ff9229163e6aacfb7f7dffdd76bff559673c 20-Jan-2016 Alex Vakulenko <avakulenko@google.com> crash_reporter/metricsd: Update libchrome APIs to r369476

The new libchrome has been ported from Chromium and some APIs have
changed. Make necessary changes at call sites.

Change-Id: I9e45975cdef43913270b82e3fca2c027e614a464
/system/core/metricsd/uploader/metricsd_service_runner.cc
b6c77af4993b5e5a83fd1ed80309823e44f70650 09-Dec-2015 Bertrand SIMONNET <bsimonnet@google.com> metricsd: Cleanup on TERM signal.

metricsd should shutdown cleanly when receiving a TERM signal:
* stop the binder watcher.
* wait for the thread to quit.
* Exit cleanly.

Note: This is not directly used as we don't send SIGTERM on shutdown or
when stopping services yet.

Bug: 25670584
Change-Id: I878d1e67474c72d24790f3540470e37a23112a95
/system/core/metricsd/uploader/metricsd_service_runner.cc