1. 2f51ad7 Tag libstatspull and libstatssocket tests as MTS by Jeffrey Huang · 4 years, 9 months ago
  2. 5d8f770 Link libc++ statically by Tej Singh · 4 years, 10 months ago
  3. 0d7fb3d libstatspull documentation for puller guardrails by Tej Singh · 4 years, 10 months ago
  4. e39a7cf Merge "Support ERROR_ATOM_ID_INVALID_POSITION" into rvc-dev by Ruchir Rastogi · 4 years, 10 months ago
  5. 8056dd1 Support ERROR_ATOM_ID_INVALID_POSITION by Ruchir Rastogi · 4 years, 10 months ago
  6. e3bdbfa Disable ABI check for libstatspull by Hsin-Yi Chen · 4 years, 10 months ago
  7. 47e5ae4 Minor followups from api feedback by Tej Singh · 4 years, 10 months ago
  8. c06f147 Native API feedback for puller API by Tej Singh · 4 years, 10 months ago
  9. 5a495be Merge "Enforce permission in native puller API." into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
  10. 8196687 Enforce permission in native puller API. by Tej Singh · 4 years, 10 months ago
  11. e712eed Support atom-level annotations within AStatsEvent by Ruchir Rastogi · 4 years, 10 months ago
  12. c2a354b Merge "don't include liblog to APEXes" into rvc-dev by Jiyong Park · 4 years, 10 months ago
  13. 01aa81c don't include liblog to APEXes by Jiyong Park · 4 years, 11 months ago
  14. 7a287d0 Use dlsym to load libstatssocket API by Ruchir Rastogi · 5 years ago
  15. 7452e46 Use libbase to get the elapsed time instead of libutils by Luke Huang · 5 years ago
  16. d78f4da Make libstatssocket a shared_lib by Tej Singh · 5 years ago
  17. 3a40ee5 //apex_available:platform should be first in list by Muhammad Qureshi · 5 years ago
  18. d430c85 Merge "Delete stats_event_list from libstatssocket" by Ruchir Rastogi · 5 years ago
  19. ea37af2 Merge "AStatsEvent_overwriteTimestamp" by TreeHugger Robot · 5 years ago
  20. e1cff24 Delete stats_event_list from libstatssocket by Ruchir Rastogi · 5 years ago
  21. f8e70a5 Merge "Expose AStatsSocket_close() from the statsd apex" by Howard Ro · 5 years ago
  22. e41a6c6 AStatsEvent_overwriteTimestamp by Ruchir Rastogi · 5 years ago
  23. 2ebc2e3 Expose AStatsSocket_close() from the statsd apex by Muhammad Qureshi · 5 years ago
  24. b0a85dc Add apex_available to libs by Jeffrey Huang · 5 years ago
  25. 223dadb Migrate libstatspull to libbinder_ndk by Ruchir Rastogi · 5 years ago
  26. 8095e4e Update libstatspull lib by Jeffrey Huang · 5 years ago
  27. b173a95 Fix native stats_event logging by Muhammad Qureshi · 5 years ago
  28. f49c38b Merge "Expose libstatspull as a stable C API" by Howard Ro · 5 years ago
  29. 0fca736 Add libstatssocket_test to TEST_MAPPING by Tej Singh · 5 years ago
  30. a8fd39d Expose libstatspull as a stable C API by Tej Singh · 5 years ago
  31. a37a2bc export libstatssocket_headers by Muhammad Qureshi · 5 years ago
  32. 518d77d Register pullers in separate thread by Tej Singh · 5 years ago
  33. dab324f Unregistration of native pullers by Tej Singh · 5 years ago
  34. d377590 Merge "Remove extra indirection in native puller API" by TreeHugger Robot · 5 years ago
  35. 7e1b190 Remove extra indirection in native puller API by Tej Singh · 5 years ago
  36. 21c1f9c stats_event.h/c tests by Ruchir Rastogi · 5 years ago
  37. a8cdcad Merge "Fix bug in stats_event_benchmark" am: 3bf8858105 am: ae9375f13e am: 759c6ff425 by Automerger Merge Worker · 5 years ago
  38. 3bf8858 Merge "Fix bug in stats_event_benchmark" by Treehugger Robot · 5 years ago
  39. d177461 Fix bug in stats_event_benchmark by Ruchir Rastogi · 5 years ago
  40. 5310401 Merge "Expose libstatssocket as a stable C API" am: 2ff1eac71a am: 1662e44207 am: dada41d2cc by Automerger Merge Worker · 5 years ago
  41. 2ff1eac Merge "Expose libstatssocket as a stable C API" by Ruchir Rastogi · 5 years ago
  42. 5dbcae5 Expose libstatssocket as a stable C API by Ruchir Rastogi · 5 years ago
  43. a318188 Merge "Fix error checking in append_string" am: e2e2b2d3d3 am: 33e2002540 am: b2140e1246 by Automerger Merge Worker · 5 years ago
  44. e2e2b2d Merge "Fix error checking in append_string" by Treehugger Robot · 5 years ago
  45. 3bbc240 Fix error checking in append_string by Ruchir Rastogi · 5 years ago
  46. 20516da Merge libstatspush_compat and libstatssocket_q by Ruchir Rastogi · 5 years ago
  47. 79dd3ea Improve stats_event memory usage by Ruchir Rastogi · 5 years ago
  48. 926fa88 StatsEventCompat by Ruchir Rastogi · 5 years ago
  49. a33f81b Remove libstats/Android.bp by Muhammad Qureshi · 5 years ago
  50. 6d5a2fc Make stats_event write function parameters const by Muhammad Qureshi · 5 years ago
  51. 962cc23 Create stats_buffer_writer by Muhammad Qureshi · 5 years ago
  52. a3dcefc Create libstatssocket_q by Muhammad Qureshi · 5 years ago
  53. a38d5a6 Simplified stats_event.c; exposed getter methods by Ruchir Rastogi · 5 years ago
  54. 3822e61 General cleanup; add support for key-value pairs by Ruchir Rastogi · 5 years ago
  55. a3bc1af Move type ids to stats_event.h by Ruchir Rastogi · 5 years ago
  56. f4d23fc Set default timestamp to elapsedRealtimeNanos by Ruchir Rastogi · 5 years ago
  57. bb0da94 First draft of native StatsEvent API by Ruchir Rastogi · 5 years ago
  58. ffa2b31 Merge "Merge libstatspush_compat and libstatssocket_q" by Ruchir Rastogi · 5 years ago
  59. 7070b7a Merge libstatspush_compat and libstatssocket_q by Ruchir Rastogi · 5 years ago
  60. 5dc5673 Change register_stats_pull_atom_callback cookie parameter to non-const by Stan Iliev · 5 years ago
  61. f104eb9 Improve stats_event memory usage by Ruchir Rastogi · 5 years ago
  62. c9b826c Merge "StatsEventCompat" by TreeHugger Robot · 5 years ago
  63. 8822a02 StatsEventCompat by Ruchir Rastogi · 5 years ago
  64. 666510a Rename IStatsManager to IStatsd by Jeffrey Huang · 5 years ago
  65. 9ecc986 Use StatEventParcel in libstatspull by Ruchir Rastogi · 5 years ago
  66. 389fea8 Merge "Native puller API: libstatspulled" by TreeHugger Robot · 5 years ago
  67. 3edba67 Merge "Remove libstats/Android.bp" by TreeHugger Robot · 5 years ago
  68. c1ecb98 Remove libstats/Android.bp by Muhammad Qureshi · 5 years ago
  69. c03d009 Native puller API: libstatspulled by Tej Singh · 5 years ago
  70. c8ef71b Make stats_event write function parameters const by Muhammad Qureshi · 5 years ago
  71. f9b24ae Create stats_buffer_writer by Muhammad Qureshi · 5 years ago
  72. 876f64c Create libstatssocket_q by Muhammad Qureshi · 5 years ago
  73. 0ca5f8d Simplified stats_event.c; exposed getter methods by Ruchir Rastogi · 5 years ago
  74. 6a406d6 General cleanup; add support for key-value pairs by Ruchir Rastogi · 5 years ago
  75. 85f7357 Move type ids to stats_event.h by Ruchir Rastogi · 5 years ago
  76. 65567ee Merge "Set default timestamp to elapsedRealtimeNanos" by Ruchir Rastogi · 5 years ago
  77. 0469b00 Merge "Update OWNERS for libstatssocket" am: 7933195a36 am: cdfea6d783 by Ruchir Rastogi · 5 years ago
  78. 6c7cbc4 Set default timestamp to elapsedRealtimeNanos by Ruchir Rastogi · 5 years ago
  79. 2aa3d90 Update OWNERS for libstatssocket by Ruchir Rastogi · 5 years ago
  80. 6baeca5 First draft of native StatsEvent API by Ruchir Rastogi · 5 years ago
  81. b55731d libstats: remove copy of cruft removed from liblog. by Elliott Hughes · 5 years ago
  82. 022aafe Merge "libstats: remove _USING_LIBCXX." am: 5b3672a8a2 by Elliott Hughes · 5 years ago
  83. a1f2005 libstats: remove _USING_LIBCXX. by Elliott Hughes · 5 years ago
  84. b7080aa Merge "Report last atom tag of the failed stats log." by yaochen · 6 years ago
  85. a7c1ff6 stats_event_list changes for statsd mainline api by Tej Singh · 6 years ago
  86. 14c6db6 Report last atom tag of the failed stats log. by Yao Chen · 6 years ago
  87. 0a75f92 Increase the SO_SNDBUF for statsd socket. by Yao Chen · 6 years ago
  88. cf776d9 Report last atom tag of the failed stats log. by Yao Chen · 6 years ago
  89. 4c2f079 stats_event_list changes for statsd mainline api by Tej Singh · 6 years ago
  90. e181bf5 Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  91. c2ea6e7 Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  92. 6f6ef39 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  93. 1d35761 Log the last error code of StatsLog failures by Yao Chen · 6 years ago
  94. 6bd71ae Add a function to pass byte array to the log context. by Yao Chen · 6 years ago
  95. d173009 Make native metrics logger write to statsd socket by Howard Ro · 6 years ago
  96. 44874e5 Revert "Make native metrics logger write to statsd socket" by Howard Ro · 6 years ago
  97. 34bc567 Make native metrics logger write to statsd socket by Howard Ro · 6 years ago
  98. 763e3ae Reset statsd writer to init state after close by Yao Chen · 6 years ago
  99. 602d292 Add an API to release stats logger resources. by Yao Chen · 6 years ago
  100. 6301054 Add a function to allow statslog failure. by Yao Chen · 6 years ago