1. 741d318 Remove libstatsmetadata by Muhammad Qureshi · 4 years, 2 months ago
  2. cdf291d Remove kMaxPushedAtomId from atoms_info. by Muhammad Qureshi · 4 years, 4 months ago
  3. a345af9 Run clang-format in stats_log_api_gen by Muhammad Qureshi · 4 years, 5 months ago
  4. b13a321 Store annotation during collation by Muhammad Qureshi · 4 years, 6 months ago
  5. d7944d6 Merge "Remove libstatslog from libstatsmetadata" into rvc-dev by Muhammad Qureshi · 4 years, 6 months ago
  6. 9e0f728 Remove libstatslog from libstatsmetadata by Muhammad Qureshi · 4 years, 6 months ago
  7. 4ef3c3b Delete unused code in stats-log-api-gen by Muhammad Qureshi · 4 years, 6 months ago
  8. bb699b6 Generate compile-time Q-compatible StatsLog by Muhammad Qureshi · 4 years, 7 months ago
  9. b11e00d Add flag to stats-log-api-gen for WorkSource. by Muhammad Qureshi · 4 years, 8 months ago
  10. 7182159 Add --supportQ flag to java StatsLog codegen by Muhammad Qureshi · 4 years, 8 months ago
  11. 6f65881 Support new socket schema in native codegen by Muhammad Qureshi · 4 years, 9 months ago
  12. c29064e Move statsd metadata from statslog to atoms_info by Muhammad Qureshi · 4 years, 9 months ago
  13. ef19b08 Use StatsEvent in Java autogenerated code by Muhammad Qureshi · 4 years, 8 months ago
  14. 29ac601 Blacklist truncated atoms instead of whitelistnig by Tej Singh · 5 years ago
  15. 242c20e stats_log_api_gen: Minor printf format fix by Greg Kaiser · 5 years ago
  16. 2910d5a Java code for mainline modules to log to statsd. by Tej Singh · 5 years ago
  17. 49d7dd7 Report the last atom tag, uid in the case of log loss. by Yao Chen · 5 years ago
  18. d67b569 Merge "Mainline logging to statsd: native static libs" by TreeHugger Robot · 5 years ago
  19. be0482b Public StatsLog API for generic mainline logging. by Tej Singh · 5 years ago
  20. 810eeb3 Mainline logging to statsd: native static libs by Tej Singh · 5 years ago
  21. 10357ba Merge "Generate constants for enum values in cpp header" by Muhammad Qureshi · 6 years ago
  22. dc132af Generate constants for enum values in cpp header by Muhammad Qureshi · 6 years ago
  23. da01ea5 Add whitelist atom field option by Andrei Onea · 6 years ago
  24. e89572c Add a struct wrapper for bytes fields in stats_log cpp APIs. by Yao Chen · 6 years ago
  25. 6948154 Merge "118395019: Hide constants and methods in StatsLogInternal" am: 0a5f26376f am: d6393758a7 by Adrian Roos · 6 years ago
  26. 0f2dc8d 118395019: Hide constants and methods in StatsLogInternal by Tor Norbye · 6 years ago
  27. fe88a7d Merge "Statsd: Enable host_supported for libstatslog" am: 0d7970f4e9 am: 46efaea281 by Jack He · 6 years ago
  28. 34a892d Statsd: Enable host_supported for libstatslog by Jack He · 6 years ago
  29. d66ecfc Add byte size of the bytes fields to statslog c++ APIs. by Yao Chen · 6 years ago
  30. 2822b4f Skip writing message field in an atom if it's empty by Yao Chen · 6 years ago
  31. 8b71c74 Allow atoms to log fields in bytes format. by Yao Chen · 6 years ago
  32. 1fe9f59 Add byte size of the bytes fields to statslog c++ APIs. by Yao Chen · 6 years ago
  33. 8e6f998 Skip writing message field in an atom if it's empty by Yao Chen · 6 years ago
  34. 39b6799 Pass the last error code when statslog.write fails by Yao Chen · 6 years ago
  35. bbdd67d Allow atoms to log fields in bytes format. by Yao Chen · 6 years ago
  36. 4078dd4 Support int32_t (Java Integer) in KeyValuePair atom by Howard Ro · 6 years ago
  37. 159e4f8 allow use of atom definition outside of atoms.proto in pulled atoms by Chenjie Yu · 6 years ago
  38. e124e42 Interface of writing key value pair atom to socket and parsing from statsd. by Yangster-mac · 6 years ago
  39. 0f5d661 Add more accurate logging for stats log loss. by Yao Chen · 6 years ago
  40. 39c8fe1 Merge "Disable statsd and make StatsLog no-op if ro.statsd.enable=false" into pi-dev by Yao Chen · 6 years ago
  41. cf3829a Disable statsd and make StatsLog no-op if ro.statsd.enable=false by Yao Chen · 6 years ago
  42. 0bd9720 Wean statsd off batterystats: workchain (cp) by Bookatz · 6 years ago
  43. f7bc6ab Allow StatsLog to directly write to statsd's socket. by Yao Chen · 6 years ago
  44. ca5c086 Logd retry throttling. by Yangster-mac · 6 years ago
  45. b8382a1 Retry logs write when it fails. Report skipped event in statsd. by Yangster-mac · 6 years ago
  46. 97e21ec Surface the log write errors to StatsLog.write by Yao Chen · 6 years ago
  47. c40a19d Add uid field annotation in atoms.proto and statd memory usage optimization. by Yao Chen · 6 years ago
  48. 868688e Merge "Add annotation to atoms that represent a state change in atoms.proto" by TreeHugger Robot · 7 years ago
  49. 9c1debe Add annotation to atoms that represent a state change in atoms.proto by Yao Chen · 7 years ago
  50. c4aa760 Remove a few atoms from the timestamp truncating whitelist. by Yangster-mac · 7 years ago
  51. d5c3562 Timestamp Truncating whitelist. by Yangster-mac · 7 years ago
  52. 31ddcde Log the elapsed realtime in non-chained interface. by Yangster-mac · 7 years ago
  53. 330af58 Use elapsed realtime instead of times based on wall clock, which can jump around and go backwards. by Yangster-mac · 7 years ago
  54. 6898580 Avoid processing log event when there is no uid field. by Yangster-mac · 7 years ago
  55. ba5b9e4 Stats log interface for single node attribution chain. by Yangster-mac · 7 years ago
  56. 20ac944 Handle null string in jni and c++ stats-log-api interfaces. by Yangster-mac · 7 years ago
  57. 2087716 1/ Support nested message and repeated fields in statsd. by Yangster-mac · 7 years ago
  58. 58a6cf6 Merge "Stats log api for attribution chain." by TreeHugger Robot · 7 years ago
  59. 7604aea Stats log api for attribution chain. by Yangster-mac · 7 years ago
  60. 0a368b2 Adds API for apps to push events to statsd. by David Chen · 7 years ago
  61. b356151 Add StatsdStats and guardrail. by Yao Chen · 7 years ago
  62. 8023540 statsd: parse the new format of stats log by Yao Chen · 7 years ago
  63. 5209aba Merge "Use -Werror in frameworks/base/tools/stats_log_api_gen" by Chih-hung Hsieh · 7 years ago
  64. ae2df01 Rename "stats_events" as "atom". by Stefan Lafon · 7 years ago
  65. ca189f4 Use -Werror in frameworks/base/tools/stats_log_api_gen by Chih-Hung Hsieh · 7 years ago
  66. 9478f35 Generate constants for enum values. by Stefan Lafon · 7 years ago
  67. d54f9dd Revert "Revert "Start auto-generating the stats log API."" by Yao Chen · 7 years ago
  68. 9319453 Revert "Start auto-generating the stats log API." by Joe Onorato · 7 years ago
  69. b81d1a7 Start auto-generating the stats log API. by Joe Onorato · 7 years ago