commit | ab273e2e13f87d57f66395c52df424710b8066e1 | [log] [tgz] |
---|---|---|
author | Yao Chen <yaochen@google.com> | Wed Sep 06 12:53:50 2017 -0700 |
committer | Yao Chen <yaochen@google.com> | Wed Sep 13 16:58:40 2017 -0700 |
tree | 822a1160eb1cdb41800f4b65fd2237a58ff23e67 | |
parent | 175b19b53ce65aea6fc2c2fa71a44f336f8a7b1a [diff] |
Add a DropboxWriter in statsd. + The DropboxWriter keeps data in cache, and flush to files once the size exceeds the maximum value. + Different components should create their owner DropboxWriter with different tags, e.g., anomly detection, experiment metrics, etc. + Copied stats_log related protos from g3 Test: run statsd, and adb shell dumpsys dropbox Will add unit tests. Change-Id: If06e9a9953be32082252b340a97124d732656b40