1. a5edc0f Use libcutils_headers for android_filesystem_config.h by Tom Cherry · 3 years, 10 months ago
  2. 3d8b739 Remove include/private/android_logger.h by Tom Cherry · 3 years, 10 months ago
  3. f2a5ed0 Do not truncate AStatsEvent buffers by Ruchir Rastogi · 4 years, 1 month ago
  4. 9b9584b Increase size limit for pulled AStatsEvent by Muhammad Qureshi · 4 years, 1 month ago
  5. 84db2e4 Merge "Retry pullfinish with empty payload if call fails" into rvc-dev by Tej Singh · 4 years, 1 month ago
  6. 413668b Merge "Libstatspull: decrease default pull timeout to 2s" into rvc-dev by Howard Ro · 4 years, 1 month ago
  7. 00ffb6c Libstatspull: decrease default pull timeout to 2s by Tej Singh · 4 years, 2 months ago
  8. c95f781 Retry pullfinish with empty payload if call fails by Tej Singh · 4 years, 1 month ago
  9. f584432 Merge "Add test config to libstatspull_test and libstatssocket_test" into rvc-dev by Chen Zhu · 4 years, 1 month ago
  10. c724fb6 Add test config to libstatspull_test and libstatssocket_test by Chen Zhu · 4 years, 2 months ago
  11. 516b632 Remove statsd enable check when logging by Howard Ro · 4 years, 2 months ago
  12. 4ae167e Use proper platform version checks (libstats) by Ruchir Rastogi · 4 years, 2 months ago
  13. f2d4dc6 stats: Set min_sdk_version by Jooyung Han · 4 years, 3 months ago
  14. 053ade4 Merge "Add test for AStatsSocket_close()" into rvc-dev by Jeffrey Huang · 4 years, 2 months ago
  15. 6cc1d41 Add test for AStatsSocket_close() by Jeffrey Huang · 4 years, 2 months ago
  16. 18d239c Add require root to libstats tests by Jeffrey Huang · 4 years, 2 months ago
  17. 6d99e68 Merge "Tag libstatspull and libstatssocket tests as MTS" into rvc-dev by Jeffrey Huang · 4 years, 2 months ago
  18. 2f51ad7 Tag libstatspull and libstatssocket tests as MTS by Jeffrey Huang · 4 years, 3 months ago
  19. a6bcd48 Set apex_available property by Jiyong Park · 4 years, 3 months ago
  20. 5d8f770 Link libc++ statically by Tej Singh · 4 years, 3 months ago
  21. 0d7fb3d libstatspull documentation for puller guardrails by Tej Singh · 4 years, 3 months ago
  22. e39a7cf Merge "Support ERROR_ATOM_ID_INVALID_POSITION" into rvc-dev by Ruchir Rastogi · 4 years, 3 months ago
  23. 8056dd1 Support ERROR_ATOM_ID_INVALID_POSITION by Ruchir Rastogi · 4 years, 3 months ago
  24. e3bdbfa Disable ABI check for libstatspull by Hsin-Yi Chen · 4 years, 4 months ago
  25. 47e5ae4 Minor followups from api feedback by Tej Singh · 4 years, 4 months ago
  26. c06f147 Native API feedback for puller API by Tej Singh · 4 years, 4 months ago
  27. 5a495be Merge "Enforce permission in native puller API." into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  28. 8196687 Enforce permission in native puller API. by Tej Singh · 4 years, 4 months ago
  29. e712eed Support atom-level annotations within AStatsEvent by Ruchir Rastogi · 4 years, 4 months ago
  30. c2a354b Merge "don't include liblog to APEXes" into rvc-dev by Jiyong Park · 4 years, 4 months ago
  31. 01aa81c don't include liblog to APEXes by Jiyong Park · 4 years, 4 months ago
  32. 7a287d0 Use dlsym to load libstatssocket API by Ruchir Rastogi · 4 years, 5 months ago
  33. 7452e46 Use libbase to get the elapsed time instead of libutils by Luke Huang · 4 years, 5 months ago
  34. d78f4da Make libstatssocket a shared_lib by Tej Singh · 4 years, 5 months ago
  35. 3a40ee5 //apex_available:platform should be first in list by Muhammad Qureshi · 4 years, 5 months ago
  36. d430c85 Merge "Delete stats_event_list from libstatssocket" by Ruchir Rastogi · 4 years, 5 months ago
  37. ea37af2 Merge "AStatsEvent_overwriteTimestamp" by TreeHugger Robot · 4 years, 5 months ago
  38. e1cff24 Delete stats_event_list from libstatssocket by Ruchir Rastogi · 4 years, 5 months ago
  39. f8e70a5 Merge "Expose AStatsSocket_close() from the statsd apex" by Howard Ro · 4 years, 5 months ago
  40. e41a6c6 AStatsEvent_overwriteTimestamp by Ruchir Rastogi · 4 years, 5 months ago
  41. 2ebc2e3 Expose AStatsSocket_close() from the statsd apex by Muhammad Qureshi · 4 years, 5 months ago
  42. b0a85dc Add apex_available to libs by Jeffrey Huang · 4 years, 5 months ago
  43. 223dadb Migrate libstatspull to libbinder_ndk by Ruchir Rastogi · 4 years, 5 months ago
  44. 8095e4e Update libstatspull lib by Jeffrey Huang · 4 years, 5 months ago
  45. b173a95 Fix native stats_event logging by Muhammad Qureshi · 4 years, 5 months ago
  46. f49c38b Merge "Expose libstatspull as a stable C API" by Howard Ro · 4 years, 5 months ago
  47. 0fca736 Add libstatssocket_test to TEST_MAPPING by Tej Singh · 4 years, 5 months ago
  48. a8fd39d Expose libstatspull as a stable C API by Tej Singh · 4 years, 6 months ago
  49. a37a2bc export libstatssocket_headers by Muhammad Qureshi · 4 years, 5 months ago
  50. 518d77d Register pullers in separate thread by Tej Singh · 4 years, 6 months ago
  51. dab324f Unregistration of native pullers by Tej Singh · 4 years, 6 months ago
  52. d377590 Merge "Remove extra indirection in native puller API" by TreeHugger Robot · 4 years, 6 months ago
  53. 7e1b190 Remove extra indirection in native puller API by Tej Singh · 4 years, 6 months ago
  54. 21c1f9c stats_event.h/c tests by Ruchir Rastogi · 4 years, 6 months ago
  55. a8cdcad Merge "Fix bug in stats_event_benchmark" am: 3bf8858105 am: ae9375f13e am: 759c6ff425 by Automerger Merge Worker · 4 years, 6 months ago
  56. 3bf8858 Merge "Fix bug in stats_event_benchmark" by Treehugger Robot · 4 years, 6 months ago
  57. d177461 Fix bug in stats_event_benchmark by Ruchir Rastogi · 4 years, 6 months ago
  58. 5310401 Merge "Expose libstatssocket as a stable C API" am: 2ff1eac71a am: 1662e44207 am: dada41d2cc by Automerger Merge Worker · 4 years, 6 months ago
  59. 2ff1eac Merge "Expose libstatssocket as a stable C API" by Ruchir Rastogi · 4 years, 6 months ago
  60. 5dbcae5 Expose libstatssocket as a stable C API by Ruchir Rastogi · 4 years, 7 months ago
  61. a318188 Merge "Fix error checking in append_string" am: e2e2b2d3d3 am: 33e2002540 am: b2140e1246 by Automerger Merge Worker · 4 years, 7 months ago
  62. e2e2b2d Merge "Fix error checking in append_string" by Treehugger Robot · 4 years, 7 months ago
  63. 3bbc240 Fix error checking in append_string by Ruchir Rastogi · 4 years, 7 months ago
  64. 20516da Merge libstatspush_compat and libstatssocket_q by Ruchir Rastogi · 4 years, 7 months ago
  65. 79dd3ea Improve stats_event memory usage by Ruchir Rastogi · 4 years, 7 months ago
  66. 926fa88 StatsEventCompat by Ruchir Rastogi · 4 years, 7 months ago
  67. a33f81b Remove libstats/Android.bp by Muhammad Qureshi · 4 years, 7 months ago
  68. 6d5a2fc Make stats_event write function parameters const by Muhammad Qureshi · 4 years, 7 months ago
  69. 962cc23 Create stats_buffer_writer by Muhammad Qureshi · 4 years, 8 months ago
  70. a3dcefc Create libstatssocket_q by Muhammad Qureshi · 4 years, 7 months ago
  71. a38d5a6 Simplified stats_event.c; exposed getter methods by Ruchir Rastogi · 4 years, 8 months ago
  72. 3822e61 General cleanup; add support for key-value pairs by Ruchir Rastogi · 4 years, 8 months ago
  73. a3bc1af Move type ids to stats_event.h by Ruchir Rastogi · 4 years, 8 months ago
  74. f4d23fc Set default timestamp to elapsedRealtimeNanos by Ruchir Rastogi · 4 years, 9 months ago
  75. bb0da94 First draft of native StatsEvent API by Ruchir Rastogi · 4 years, 9 months ago
  76. ffa2b31 Merge "Merge libstatspush_compat and libstatssocket_q" by Ruchir Rastogi · 4 years, 7 months ago
  77. 7070b7a Merge libstatspush_compat and libstatssocket_q by Ruchir Rastogi · 4 years, 7 months ago
  78. 5dc5673 Change register_stats_pull_atom_callback cookie parameter to non-const by Stan Iliev · 4 years, 7 months ago
  79. f104eb9 Improve stats_event memory usage by Ruchir Rastogi · 4 years, 7 months ago
  80. c9b826c Merge "StatsEventCompat" by TreeHugger Robot · 4 years, 7 months ago
  81. 8822a02 StatsEventCompat by Ruchir Rastogi · 4 years, 7 months ago
  82. 666510a Rename IStatsManager to IStatsd by Jeffrey Huang · 4 years, 7 months ago
  83. 9ecc986 Use StatEventParcel in libstatspull by Ruchir Rastogi · 4 years, 7 months ago
  84. 389fea8 Merge "Native puller API: libstatspulled" by TreeHugger Robot · 4 years, 7 months ago
  85. 3edba67 Merge "Remove libstats/Android.bp" by TreeHugger Robot · 4 years, 7 months ago
  86. c1ecb98 Remove libstats/Android.bp by Muhammad Qureshi · 4 years, 7 months ago
  87. c03d009 Native puller API: libstatspulled by Tej Singh · 4 years, 8 months ago
  88. c8ef71b Make stats_event write function parameters const by Muhammad Qureshi · 4 years, 7 months ago
  89. f9b24ae Create stats_buffer_writer by Muhammad Qureshi · 4 years, 8 months ago
  90. 876f64c Create libstatssocket_q by Muhammad Qureshi · 4 years, 7 months ago
  91. 0ca5f8d Simplified stats_event.c; exposed getter methods by Ruchir Rastogi · 4 years, 8 months ago
  92. 6a406d6 General cleanup; add support for key-value pairs by Ruchir Rastogi · 4 years, 8 months ago
  93. 85f7357 Move type ids to stats_event.h by Ruchir Rastogi · 4 years, 8 months ago
  94. 65567ee Merge "Set default timestamp to elapsedRealtimeNanos" by Ruchir Rastogi · 4 years, 8 months ago
  95. 0469b00 Merge "Update OWNERS for libstatssocket" am: 7933195a36 am: cdfea6d783 by Ruchir Rastogi · 4 years, 8 months ago
  96. 6c7cbc4 Set default timestamp to elapsedRealtimeNanos by Ruchir Rastogi · 4 years, 9 months ago
  97. 2aa3d90 Update OWNERS for libstatssocket by Ruchir Rastogi · 4 years, 8 months ago
  98. 6baeca5 First draft of native StatsEvent API by Ruchir Rastogi · 4 years, 9 months ago
  99. b55731d libstats: remove copy of cruft removed from liblog. by Elliott Hughes · 4 years, 9 months ago
  100. 022aafe Merge "libstats: remove _USING_LIBCXX." am: 5b3672a8a2 by Elliott Hughes · 5 years ago