1. 1d7b0cd Support StatsD sending broadcasts. by David Chen · 8 years ago
  2. e8f0660c Merge "statsd: parse the new format of stats log" by TreeHugger Robot · 8 years ago
  3. 13378dd Merge "fix the permission check crash in statsd." by TreeHugger Robot · 8 years ago
  4. 8023540 statsd: parse the new format of stats log by Yao Chen · 8 years ago
  5. 7ee9415 fix the permission check crash in statsd. by Yao Chen · 8 years ago
  6. 04dacb5 Merge "Write statsd configuration to disk and add cmd to clear it" by Howard Ro · 8 years ago
  7. 87d983c Write statsd configuration to disk and add cmd to clear it by yro · 8 years ago
  8. 5b968db Merge "Fix some bugs found in statsd" by TreeHugger Robot · 8 years ago
  9. 6246287 Merge "Update statsd proto comment" by TreeHugger Robot · 8 years ago
  10. d41c422 Fix some bugs found in statsd by Yao Chen · 8 years ago
  11. de4ca10 Update statsd proto comment by yro · 8 years ago
  12. 42753a5 Merge "Fix AOSP copyright years in statsd" by TreeHugger Robot · 8 years ago
  13. 0feae94 Fix AOSP copyright years in statsd by yro · 8 years ago
  14. 5c925ad Sync the DurationMetric proto from google3. by Yao Chen · 8 years ago
  15. c783bac Merge "Rename "stats_events" as "atom"." by Stefan Lafon · 8 years ago
  16. 341775b Merge "Adds client API for interacting with statsd." by TreeHugger Robot · 8 years ago
  17. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 8 years ago
  18. d1815dc Sync statsd to the public proto changes: by Yangster-mac · 8 years ago
  19. adaf8b3 Adds client API for interacting with statsd. by David Chen · 8 years ago
  20. 6736c89 Unit tests for ValueMetricProducer by Chenjie Yu · 8 years ago
  21. e33bc3b add CpuTimePerUidPuller and CpuTimePerUidFreqPuller by Chenjie Yu · 8 years ago
  22. 7f8def9 pull cpu time per freq also adjust lock for ValueMetricProducer.cpp by Chenjie Yu · 8 years ago
  23. 87244f1 Merge "make statsd less chatty." by TreeHugger Robot · 8 years ago
  24. 01528f4 Merge "1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing 2. Resolve segfault when serializing proto into vector of uint8_t 3. Add a local byte size variable for EventMetric data as we cannot call size() of ProtoOutputStream before we finish writing. 4. Replace hardcoded conversion of second to nano second with NS_PER_SEC" by TreeHugger Robot · 8 years ago
  25. 4e6364ac make statsd less chatty. by Yao Chen · 8 years ago
  26. b0378b0 1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing by yro · 8 years ago
  27. 51f29ce Merge "Make SimpleCondition satisfactorily complicated." by TreeHugger Robot · 8 years ago
  28. 967b205 Make SimpleCondition satisfactorily complicated. by Yao Chen · 8 years ago
  29. 570d4db Merge "Tracks isolated uid's and their parent uid." by TreeHugger Robot · 8 years ago
  30. 78c059f Merge "Finish migrating to use ProtoOutputStream. This change will take the outputs of each MetricProducer's and merge the results into ConfigMetricsReport which holds ConfigKey, repeated field of StatsLogReport, and UidMap. The data will be represented as vector<uint8_t> which can be passed down to binder call for clients to pick up. Also, all unnecessary dependencies to stats_log proto have been removed." by Howard Ro · 8 years ago
  31. 2158296 Tracks isolated uid's and their parent uid. by David Chen · 8 years ago
  32. 3eba621 Update CountAnomalyTracker to handle slicing. by Yang Lu · 8 years ago
  33. 17adac9 Finish migrating to use ProtoOutputStream. This change will take the by yro · 8 years ago
  34. 2b0f886 Migrate all remaining MetricProducers to use ProtoOutputStream by yro · 8 years ago
  35. 93fe3a3 Add unit tests for CountMetricProducer, EventMetricProducer by Yao Chen · 8 years ago
  36. b64fad9 Merge "Fix the nullptr bug after move operation." by TreeHugger Robot · 8 years ago
  37. 8a0595f Fix the nullptr bug after move operation. by Yangster · 8 years ago
  38. 1d4d686 Gauge metric producer. by Yangster · 8 years ago
  39. 896b6e4b Merge "pull resource power manager stats into statsd" by TreeHugger Robot · 8 years ago
  40. 6462f45 Merge "1. Enable FIELD_TYPE IDs defined in ProtoOutputStream 2. Migrate CountMetricProducer to use ProtoOutputStream" by TreeHugger Robot · 8 years ago
  41. 5305e1d pull resource power manager stats into statsd by Chenjie Yu · 8 years ago
  42. 24809bd 1. Enable FIELD_TYPE IDs defined in ProtoOutputStream by yro · 8 years ago
  43. 0978e7f Merge "Adds pulling for network bytes for statsd." by TreeHugger Robot · 8 years ago
  44. 6ca5c84 Merge "Fixes LogEvent constructor to use reference." by TreeHugger Robot · 8 years ago
  45. c8a4324 Adds pulling for network bytes for statsd. by David Chen · 8 years ago
  46. 3d4f604 Log when app move to foreground or background. by Chenjie Yu · 8 years ago
  47. a3bf050 Fixes LogEvent constructor to use reference. by David Chen · 8 years ago
  48. b3dda41 reretry ValueMetric implementation and pulling mechanism by Chenjie Yu · 8 years ago
  49. 53f8011 Merge "Adding multi layer aggregation in DurationMetric" by TreeHugger Robot · 8 years ago
  50. f8a9169 Merge "Adds logging to push settings changed to statsd." by TreeHugger Robot · 8 years ago
  51. 5154a379 Adding multi layer aggregation in DurationMetric by Yao Chen · 8 years ago
  52. c28b2bb Adds logging to push settings changed to statsd. by David Chen · 8 years ago
  53. d689689 Updates uidmap to update snapshots and upload. by David Chen · 8 years ago
  54. 5ad1a69 Merge "Sync gauge metric proto to AOSP." by TreeHugger Robot · 8 years ago
  55. fa28aec Sync gauge metric proto to AOSP. by Yangster · 8 years ago
  56. 69007c8 Implement a logic to rate limitted flush statsd with by checking the by yro · 8 years ago
  57. fd05a4e Remove dropbox dependency from StatsLogProcessor by yro · 8 years ago
  58. 40e1dd6 Merge changes Ifee27c86,I9ffa4b00 by TreeHugger Robot · 8 years ago
  59. 17e5e2e Merge "Add some atoms to statsd" by TreeHugger Robot · 8 years ago
  60. e588524 Add more atoms to statsd by Bookatz · 8 years ago
  61. d674624 Add wakelock atom to statsd by Bookatz · 8 years ago
  62. 8c6571b Add some atoms to statsd by Bookatz · 8 years ago
  63. c3787a8 Merge "Adds aidl definitions and their implementations for binder transfer of statsd entries to clients. This change only includes changes on statds side and does not include java library for clients to import. Java library will be a separate change as it requires system api review." by TreeHugger Robot · 8 years ago
  64. 31eb67b Adds aidl definitions and their implementations for binder transfer of by yro · 8 years ago
  65. 35ef4f2 Merge "Add EventMetricProducer" by TreeHugger Robot · 8 years ago
  66. 5110bed Add EventMetricProducer by Yao Chen · 8 years ago
  67. d3606c7 Anomaly detection for count reads from config by Bookatz · 8 years ago
  68. 3320de9 Merge "Add pushing many batterystats events to statsd" by TreeHugger Robot · 8 years ago
  69. 810a6c5 Merge "Refactor MetricProducer so that a big chunk of boiler plate code can be removed." by TreeHugger Robot · 8 years ago
  70. c1a050a Add pushing many batterystats events to statsd by Bookatz · 8 years ago
  71. b704177 Refactor MetricProducer so that a big chunk of boiler plate code can be removed. by Yao Chen · 8 years ago
  72. 1481fe1 Changes pulled data to use Parcel objects. by David Chen · 8 years ago
  73. 729093d Add support for dimension, and link with condition and added DurationMetric by Yao Chen · 8 years ago
  74. c4dfae5 Introduce a new wrapper for log_msg -- LogEvent by Joe Onorato · 8 years ago
  75. 9fc9edf Clean up how we handle configurations, and other assorted cleanup by Joe Onorato · 8 years ago
  76. 70b9863 Fix build error. by Yao Chen · 8 years ago
  77. d54f9dd Revert "Revert "Start auto-generating the stats log API."" by Yao Chen · 8 years ago
  78. 9319453 Revert "Start auto-generating the stats log API." by Joe Onorato · 8 years ago
  79. b81d1a7 Start auto-generating the stats log API. by Joe Onorato · 8 years ago
  80. f12b5c6 Removes redundant RefBase inheritance. by David Chen · 8 years ago
  81. ece5f70 AnomalyMonitor can get alarms based on timestamp by Bookatz · 8 years ago
  82. 6edd168 Merge "Fix a bug in SimpleConditionTracker." by TreeHugger Robot · 8 years ago
  83. 4b14685 Fix a bug in SimpleConditionTracker. by Yao Chen · 8 years ago
  84. de70169 UID mapping to provide app name and version. by David Chen · 8 years ago
  85. caf339d More complete implementation for condition and log matchers in statsd. by Yao Chen · 8 years ago
  86. 16e9b10a Merge "refactor statspuller" by Chenjie Yu · 8 years ago
  87. 4f99ad1 Merge "Statsd Anomaly tracking for CountMetricProducer" by TreeHugger Robot · 8 years ago
  88. 1a317ba refactor statspuller by Chenjie Yu · 8 years ago
  89. a4bc9c4 Statsd Anomaly tracking for CountMetricProducer by Bookatz · 8 years ago
  90. 3e595b0 Check in new version of stats_events.proto. Rename a field. by Stefan Lafon · 8 years ago
  91. 6214ad9 Merge "Statsd can pull kernel wakelock data" by TreeHugger Robot · 8 years ago
  92. c68a9d2 Statsd can pull kernel wakelock data by Bookatz · 8 years ago
  93. 44cf27c Add metric computation skeleton to statsd. by Yao Chen · 8 years ago
  94. cdb1a0e Check in new protos and constants. by Stefan Lafon · 8 years ago
  95. 353a02a Merge "Adds new utility functions for evaluating log entry matching. Includes matching for both simple and compound matchers." by TreeHugger Robot · 8 years ago
  96. dd89694 Adds new utility functions for evaluating log entry matching. by David Chen · 8 years ago
  97. 0eee308 Extract tag ID from log_msg and fill in stats log proto Test: tested locally by yro · 8 years ago
  98. fbeb4cb Merge multiple eventMetricData entries into a single StatsLogReport by yro · 8 years ago
  99. 3f0c1f2 Fix a timestamp bug. by Yao Chen · 8 years ago
  100. ef99c4f clang-format existing code in statsd. by Yao Chen · 8 years ago