commit | e72252b6886096eef308164b830fe84dd3c6c01d | [log] [tgz] |
---|---|---|
author | Chenjie Yu <cjyu@google.com> | Thu Feb 01 13:19:35 2018 -0800 |
committer | Chenjie Yu <cjyu@google.com> | Thu Feb 01 13:22:27 2018 -0800 |
tree | 632fa7d5562b42b9ee57f32d4839c66b5325956c | |
parent | 731f9fa6b3ab28c48d3f8a29b2a16d9ca85c44e8 [diff] [blame] |
Add command to clear puller cache Test: manual test Change-Id: Id1fa48b5a6f2200d22f4a746763f65d0c8d65f72
diff --git a/cmds/statsd/src/StatsService.h b/cmds/statsd/src/StatsService.h index be20893..fd3ed1d 100644 --- a/cmds/statsd/src/StatsService.h +++ b/cmds/statsd/src/StatsService.h
@@ -197,6 +197,11 @@ */ status_t cmd_dump_memory_info(FILE* out); + /* + * Clear all puller cached data + */ + status_t cmd_clear_puller_cache(FILE* out); + /** * Update a configuration. */