commit | 658bc0e04ff6000047a21d58432f206838a5b3dc | [log] [tgz] |
---|---|---|
author | Yang Lu <yanglu@google.com> | Fri Oct 19 09:03:51 2018 -0700 |
committer | Vincent Palomares <paillon@google.com> | Fri Oct 19 20:45:26 2018 +0000 |
tree | 886adcad6cfc69c9671b40b1686a5b8b52d7d0c8 | |
parent | 91d12f15771890fc0a3b339f6acbd8a2e17dfe65 [diff] [blame] |
Persist data to disk when system shuts down This is a cherry-pick from master to pi-dev. Test: local test BUG: b/112432890 Change-Id: Ie360f5c8df53d3b5b04f23df43ab8dc14b69ae26 Merged-In: Iaed318671a719cc366d4e6be9f77270147ba6596
diff --git a/cmds/statsd/src/StatsLogProcessor.h b/cmds/statsd/src/StatsLogProcessor.h index b175b3c..9ed4ed0 100644 --- a/cmds/statsd/src/StatsLogProcessor.h +++ b/cmds/statsd/src/StatsLogProcessor.h
@@ -40,7 +40,8 @@ GET_DATA_CALLED = 4, ADB_DUMP = 5, CONFIG_RESET = 6, - STATSCOMPANION_DIED = 7 + STATSCOMPANION_DIED = 7, + TERMINATION_SIGNAL_RECEIVED = 8 }; class StatsLogProcessor : public ConfigListener {