1. a0d48eb Fix apex package retrieval on boot by Jeffrey Huang · 3 years, 9 months ago
  2. de7f296 Remove dead code for AnomalyAlarm by Tej Singh · 4 years ago
  3. 99a16c0 Fix race condition on cancelling alarms by Stanislav Zholnin · 4 years, 2 months ago
  4. 1fc1799 Handle race conditions in SCS when statsd dies by Ruchir Rastogi · 4 years, 3 months ago
  5. bde5439 Remove clear/restore callingUid by Jeffrey Huang · 4 years, 4 months ago
  6. ba8c49d Merge changes I3f912418,Idd2465d5 into rvc-dev by Jeffrey Huang · 4 years, 4 months ago
  7. 9ebb572 Send boot completed to statsd by Jeffrey Huang · 4 years, 4 months ago
  8. 1643a5e Add APEX UIDs to PackageManager query by Jeffrey Huang · 4 years, 4 months ago
  9. 7cf07d7 Merge "Put two way binder calls on new thread" into rvc-dev by Jeffrey Huang · 4 years, 4 months ago
  10. 3d19ddb Put two way binder calls on new thread by Jeffrey Huang · 4 years, 5 months ago
  11. d0ab8c9 Migrate service-statsd off IoUtils by Anton Hansson · 4 years, 4 months ago
  12. 308ad6c Merge "Cleanup threading in StatsCompanionService" into rvc-dev by Jeffrey Huang · 4 years, 5 months ago
  13. bb01ba9 Cleanup threading in StatsCompanionService by Jeffrey Huang · 4 years, 5 months ago
  14. ddfc1ba Alternative to @hide FLAG_RECEIVER_INCLUDE_BACKGROUND by Muhammad Qureshi · 4 years, 5 months ago
  15. e712162 Remove @hide usages from statsd apex by Muhammad Qureshi · 4 years, 6 months ago
  16. 3dea539 Update permission check to use Statsd's uid by Jeffrey Huang · 4 years, 6 months ago
  17. 9c65baf statsd checks permissions using SCS by Ruchir Rastogi · 4 years, 6 months ago
  18. 2b24125 Remove unused code in StatsCompanionService by Jeffrey Huang · 4 years, 6 months ago
  19. b27e615 Migrate Listeners to StatsPullAtomService by Jeffrey Huang · 4 years, 6 months ago
  20. ca9eb67 Migrate away from FileUtils hidden API by Jeffrey Huang · 4 years, 6 months ago
  21. 4979074 Migrate away from using ServiceManager by Jeffrey Huang · 4 years, 6 months ago
  22. e85c32b Delete StatsCompanionServicePuller by Ruchir Rastogi · 4 years, 6 months ago
  23. d2f42cc Migrate Debug(Failing)ElapsedClock to new API by Ruchir Rastogi · 4 years, 7 months ago
  24. ff321e7 Merge "Migrate ProcStats(PkgProc) pullers to new API" by Ruchir Rastogi · 4 years, 6 months ago
  25. 8d1770f Migrate pulFaceSettings to new API by Ruchir Rastogi · 4 years, 7 months ago
  26. 86a6ea7 Migrate ProcStats(PkgProc) pullers to new API by Ruchir Rastogi · 4 years, 7 months ago
  27. 90235a1 Migrate (AppsOn)ExternalStorageInfo pullers by Ruchir Rastogi · 4 years, 7 months ago
  28. 62e0759 Migrate pullRoleHolder to new API by Ruchir Rastogi · 4 years, 7 months ago
  29. b375412 Migrate pullAppOps to new API by Ruchir Rastogi · 4 years, 7 months ago
  30. 9b35e0c Migrate pullTimeZoneDataInfo to new API by Ruchir Rastogi · 4 years, 7 months ago
  31. 5f3edd6 Migrate pullProcessCpuTime by Jeffrey Huang · 4 years, 7 months ago
  32. de3c029 Migrate pullDiskIo by Jeffrey Huang · 4 years, 7 months ago
  33. 8aaf884 Migrate pullSystemElapsedRealtime by Jeffrey Huang · 4 years, 7 months ago
  34. 9168eab Migrate DangerousPermissionState(Sampled) by Jeffrey Huang · 4 years, 7 months ago
  35. 303849e Migrate pullNotificationRemoteViews by Jeffrey Huang · 4 years, 7 months ago
  36. 1582f04 Migrate pullCpuTimePerThreadFreq by Jeffrey Huang · 4 years, 7 months ago
  37. 023eac0 Migrate pullNumBiometricsEnrolled by Jeffrey Huang · 4 years, 7 months ago
  38. 1613e06 Migrate pullAppSize and pullCategorySize by Jeffrey Huang · 4 years, 7 months ago
  39. a69610f Migrate pullDiskStats and pullDirectoryUsage by Jeffrey Huang · 4 years, 7 months ago
  40. 54d0f0e Migrate pullLooperStats by Jeffrey Huang · 4 years, 7 months ago
  41. b9af90e Migrate pullBinderStats by Jeffrey Huang · 4 years, 7 months ago
  42. 21f0723 Migrate pullTemperature and pullCooldownDevice by Jeffrey Huang · 4 years, 7 months ago
  43. c3a5d14 Migrate ionHeapSize by Jeffrey Huang · 4 years, 7 months ago
  44. 2bb82e7 Migrate ProcessMemory pullers by Jeffrey Huang · 4 years, 7 months ago
  45. e8eb502 Fix crash when pulling certain atoms by Tej Singh · 4 years, 7 months ago
  46. f2928e8 Merge "Migrate DeviceCalculcatedPower pullers to new API" by Ruchir Rastogi · 4 years, 7 months ago
  47. 73a50e4 Merge changes I1eec8c74,I6c4e80df by Jeffrey Huang · 4 years, 7 months ago
  48. d5ee09d Migrate pullModemActivityInfo by Jeffrey Huang · 4 years, 7 months ago
  49. f53c831 Migrate pullWifiActivityInfo by Jeffrey Huang · 4 years, 7 months ago
  50. 7d0985a Migrate DeviceCalculcatedPower pullers to new API by Ruchir Rastogi · 4 years, 7 months ago
  51. 8901b65 Merge "Migrate BuildInformation puller to new API" by Ruchir Rastogi · 4 years, 7 months ago
  52. caabb2b Merge "Migrate pullKernelWakelock" by TreeHugger Robot · 4 years, 7 months ago
  53. 0d3ec41 Migrate BuildInformation puller to new API by Ruchir Rastogi · 4 years, 7 months ago
  54. 98a3711 Merge "Migrate pullSystemUptime" by TreeHugger Robot · 4 years, 7 months ago
  55. edb777f Migrate pullKernelWakelock by Jeffrey Huang · 4 years, 7 months ago
  56. 532b1fb Merge changes Ica1f17dc,I7d959c93,I3403affa,I791c5d23,I5448b77d by Jeffrey Huang · 4 years, 7 months ago
  57. 08c7995 Migrate pullCpuClusterTime by Jeffrey Huang · 4 years, 7 months ago
  58. 737bd6e Migrate pullCpuActiveTime by Jeffrey Huang · 4 years, 7 months ago
  59. 7805ec4 Migrate pullCpuTimePerUidFreq by Jeffrey Huang · 4 years, 7 months ago
  60. a9e5044 Migrate pullCpuTimePerUid by Jeffrey Huang · 4 years, 7 months ago
  61. 57cfc6e Migrate pullCpuTimePerFreq by Jeffrey Huang · 4 years, 7 months ago
  62. a470128 Migrate pullSystemUptime by Ruchir Rastogi · 4 years, 7 months ago
  63. bfd6f67 Merge "Migrate pullPowerProfile" by Jeffrey Huang · 4 years, 7 months ago
  64. 67a5d50 Migrate pullBluetoothActivityInfo by Jeffrey Huang · 4 years, 7 months ago
  65. f121598 Migrate pullBluetoothBytesTransfer by Jeffrey Huang · 4 years, 7 months ago
  66. 59ce0a2 Migrate pullMobileBytesTransferBackground by Jeffrey Huang · 4 years, 7 months ago
  67. 6f08c50 Migrate pullMobileBytesTransfer by Jeffrey Huang · 4 years, 7 months ago
  68. f08d3fe Migrate pullWifiBytesTransferBackground by Jeffrey Huang · 4 years, 7 months ago
  69. c12fe07 Migrate pullPowerProfile by Jeffrey Huang · 4 years, 7 months ago
  70. 7f83641 Merge changes I888e4b05,Iea5266d4 by Jeffrey Huang · 4 years, 7 months ago
  71. 3e1729c Migrate PullWifiBytesTransfer java puller by Jeffrey Huang · 4 years, 7 months ago
  72. d602c48 Migrate puller registration to StatsManagerService by Ruchir Rastogi · 4 years, 7 months ago
  73. 7ab0840 Update setBroadcastSubscriber by Jeffrey Huang · 4 years, 7 months ago
  74. d6e58e0 Update activeConfigsChangedBroadcast by Jeffrey Huang · 4 years, 7 months ago
  75. df5eea2 Creating PendingIntentRef by Jeffrey Huang · 4 years, 8 months ago
  76. c2e8386 Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 7 months ago
  77. 1025de5 Merge "Allow pullAtomCallbacks to be unregistered in Java" by TreeHugger Robot · 4 years, 7 months ago
  78. 5583b87 Merge "Update SCS to use #getUserHandles" by TreeHugger Robot · 4 years, 7 months ago
  79. 4821674 Update SCS to use #getUserHandles by Jeffrey Huang · 4 years, 7 months ago
  80. a3f5aa4 Merge "Make ProtoOutputStream public" by Jeffrey Huang · 4 years, 7 months ago
  81. 453d62b Merge "Add DangerousPermissionStateSampled atom and puller." by Stanislav Zholnin · 4 years, 7 months ago
  82. df9498b Add DangerousPermissionStateSampled atom and puller. by Stanislav Zholnin · 4 years, 8 months ago
  83. f08724e Make ProtoOutputStream public by Jeffrey Huang · 4 years, 8 months ago
  84. 774d6cd Allow pullAtomCallbacks to be unregistered in Java by Tej Singh · 4 years, 8 months ago
  85. 3b3304e Create statsmanager service by Jeffrey Huang · 4 years, 8 months ago
  86. 9d2dbad Rename IStatsManager to IStatsd by Jeffrey Huang · 4 years, 8 months ago
  87. 8d144a8 track and report packages with undecorated remoteviews by Chris Wren · 4 years, 8 months ago
  88. 6254c74 Rename writeToProto to be dumpDebug by Jeffrey Huang · 4 years, 8 months ago
  89. fb79f12 Statsd: Move WifiActivityEnergyInfo to android.os.connectivity by David Su · 4 years, 8 months ago
  90. c04bbc8 Statsd: Formalize WifiManager#requestActivityInfo by David Su · 4 years, 8 months ago
  91. 5b99722 Merge "Add is_runtime_permission field to AppOps atom to enable filtering." by Stanislav Zholnin · 4 years, 8 months ago
  92. 2fddce2 Statsd: Clean up WifiActivityEnergyInfo by David Su · 4 years, 9 months ago
  93. c391d4f Add is_runtime_permission field to AppOps atom to enable filtering. by Stanislav Zholnin · 4 years, 8 months ago
  94. 9583dae Merge "Create our own background thread for uidmap" by Jeffrey Huang · 4 years, 8 months ago
  95. 447a078 Create our own background thread for uidmap by Jeffrey Huang · 4 years, 8 months ago
  96. 97409cd Merge "Update some APIs to System and Public" by Jeffrey Huang · 4 years, 8 months ago
  97. f727d48 Update some APIs to System and Public by Jeffrey Huang · 4 years, 8 months ago
  98. e93283b Optimize reporting for DangerousPermissionState atom by Stanislav Zholnin · 4 years, 8 months ago
  99. 54181b6 Merge "Remove usage of Telephonymanager getDefault() and from() hidden APIs" by Jayachandran Chinnakkannu · 4 years, 9 months ago
  100. 2cbed8b Remove usage of Telephonymanager getDefault() and from() hidden APIs by Jayachandran C · 4 years, 9 months ago