1. 75525b3 Fix network usage stats on 464xlat tethered. by Remi NGUYEN VAN · 6 years ago
  2. b6a9201 Add method to NetworkStatsService for UID stats. by Remi NGUYEN VAN · 6 years ago
  3. e0c2995 Name specific app for rapid data usage. by Jeff Sharkey · 6 years ago
  4. 4e0d307 Only emit debug logging when requested. by Jeff Sharkey · 6 years ago
  5. c3e4916 Merge "Leave NetworkStatsService around during shutdown." by Jeff Sharkey · 6 years ago
  6. 92af3db Leave NetworkStatsService around during shutdown. by Jeff Sharkey · 6 years ago
  7. 9911a28 Better handling of NTP-based clocks. by Jeff Sharkey · 6 years ago
  8. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  9. aedd6a3 Add BPF support for NetworkStatsService by Chenbo Feng · 7 years ago
  10. d3e4a1e Track and persist in stats whether traffic is on the default network. by Lorenzo Colitti · 7 years ago
  11. ada23ed Add the default network to NetworkStats and NetworkStatsCollection. by Lorenzo Colitti · 7 years ago
  12. c78da29 Pass all default networks to NetworkStatsService by Lorenzo Colitti · 7 years ago
  13. d3d9c4e Use NetworkStatsService to get stats for apps by Chenbo Feng · 7 years ago
  14. 4635f10 Don't over-acquire NPMS locks. by Jeff Sharkey · 7 years ago
  15. f4de294 Augment network stats based on SubscriptionPlan. by Jeff Sharkey · 7 years ago
  16. 5356a35 Add tether offload traffic to interface stats as well. by Lorenzo Colitti · 7 years ago
  17. 9f09e6a7 Unify permissions under UPDATE_DEVICE_STATS. by Jeff Sharkey · 7 years ago
  18. f9d559c Added video calling data usage per-uid support by Jack Yu · 7 years ago
  19. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  20. 48be310 Merge "Fix NPE while performing NetworkStatsService.removeUidsLocked()" am: a6ce3f3021 am: 900620cffc by Ryuki Nakamura · 7 years ago
  21. a47b0c9 Fix NPE while performing NetworkStatsService.removeUidsLocked() by Ryuki Nakamura · 7 years ago
  22. da65a52 Support protofied dumpsys for NetStats by Makoto Onuki · 8 years ago
  23. 27574b2 Merge "Add Log.wtf when getSummaryForAllUid NPEs." by Jeff Davidson · 8 years ago
  24. 39583b5 Add Log.wtf when getSummaryForAllUid NPEs. by Jeff Davidson · 8 years ago
  25. 0d1fd8d Secure MATCH_UNINSTALLED_PACKAGES across users by Amith Yamasani · 8 years ago
  26. b6587ea Added a virtual interface for Video Telephony call usage counting by Jack Yu · 8 years ago
  27. 4ff3bcf Fix runtime restart when using aggregated net observers. by Jeff Davidson · 8 years ago
  28. 6965c18 Addressing API council comments on NetworkStatsManager. by Antonio Cansado · 8 years ago
  29. cd42acd Implementation of data usage callbacks. by Antonio Cansado · 8 years ago
  30. 3a8b343 Introduce DEVICESUMMARY access level to NetworkStatsAccess. by Zoltan Szatmary-Ban · 9 years ago
  31. 1efb133 Relax permissions around NetworkStatsManager APIs. by Jeff Davidson · 9 years ago
  32. 72027d2 Expose time-interval detail query on INetworkStatsSession by Zoltan Szatmary-Ban · 9 years ago
  33. cccbe88 Fix potential NPE on devices without DPMS by Zoltan Szatmary-Ban · 9 years ago
  34. 9c5dfa5 Data Usage public API by Zoltan Szatmary-Ban · 9 years ago
  35. f5ea340 NetworkStatsService to adjust VPN stats before recording. by Wenchao Tong · 9 years ago
  36. 6973634 Direct notification of network interface changes. by Jeff Sharkey · 10 years ago
  37. 55a442e Lightweight checkin output for network stats. by Jeff Sharkey · 10 years ago
  38. 5274dcc Drop DEV network stats to save RAM. by Jeff Sharkey · 10 years ago
  39. 92d141f Don't require CONNECTIVITY_INTERNAL check for protected broadcasts by Vinit Deshpande · 10 years ago
  40. 9da2f1e Some networks may have null ifaces, I guess? by Jeff Sharkey · 10 years ago
  41. eb2c2c7 Hack and ship: NetworkStats edition. by Jeff Sharkey · 10 years ago
  42. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  43. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/net/NetworkStatsService.java]
  44. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  45. 450a16b Use a separate thread for services that do NTP lookup by Amith Yamasani · 11 years ago
  46. e4984be Request all tethering interfaces, fix corruption. by Jeff Sharkey · 11 years ago
  47. e0a22b3 Batch alarms to reduce device wakeups by Christopher Tate · 11 years ago
  48. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  49. ae6428d am 1f8f2839: am ed3fba65: Merge "Avoid null mobile interfaces." into jb-mr1.1-dev by Jeff Sharkey · 12 years ago
  50. 6a328af Avoid null mobile interfaces. by Jeff Sharkey · 12 years ago
  51. dfb828a am ae0edeb3: am c88047bf: Merge "Move NTP updates outside locks" by Kenny Root · 12 years ago
  52. 36bc5b6 Move NTP updates outside locks by Anders 3 Fridlund · 12 years ago
  53. 8b2c3a14 Useful annotations for code documentation. by Jeff Sharkey · 12 years ago
  54. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  55. daa57e8 Migrate network stats from removed users. by Jeff Sharkey · 12 years ago
  56. e6e6197 Actually move to Global settings. by Jeff Sharkey · 12 years ago
  57. 023c05a Move to Global.NETSTATS and Global.NTP constants. by Jeff Sharkey · 12 years ago
  58. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  59. 216c181 Make generic BaseNetworkObserver. by Jeff Sharkey · 12 years ago
  60. 24d19fb Revert "API to adjust network stats." by Jeff Sharkey · 12 years ago
  61. e7ed1ce API to adjust network stats. DO NOT MERGE. by Jeff Sharkey · 12 years ago
  62. 70c7053 Transition from DEV network stats to XT. by Jeff Sharkey · 12 years ago
  63. 20f5c3d Avoid updating thresholds during shutdown. by Jeff Sharkey · 12 years ago
  64. 6de357e Recover from Throwable in FileRotator, dump. by Jeff Sharkey · 12 years ago
  65. 5801597 Ack, wrap advisePersistThreshold() in lock. by Jeff Sharkey · 12 years ago
  66. ac3fcb1 Reduce persist threshold for lower warning/limit. by Jeff Sharkey · 12 years ago
  67. e8914c3 Begin collecting xtables iface counters. by Jeff Sharkey · 12 years ago
  68. 49c1d17 Clear identity when checking if bandwidth enabled. by Jeff Sharkey · 12 years ago
  69. 4190a04 Better assertions when bandwidth module disabled. by Jeff Sharkey · 12 years ago
  70. 234766a Move TrafficStats iface counters to xt_qtaguid. by Jeff Sharkey · 12 years ago
  71. bfdd680 Migrate to @Override to remove warnings. by Jeff Sharkey · 12 years ago
  72. 21a5478 Splice operations before collapsing ifaces. by Jeff Sharkey · 12 years ago
  73. b52e3e5 INetworkStatsSession with lifecycle for caching. by Jeff Sharkey · 12 years ago
  74. 8fc27e8 Support metered Wi-Fi NetworkPolicy. by Jeff Sharkey · 12 years ago
  75. d4dd771 Combine network subtypes by default. by Jeff Sharkey · 12 years ago
  76. 6341fce Avoid updating network stats after shutdown. by Jeff Sharkey · 12 years ago
  77. 706498d List rotated netstats files during --checkin dump. by Jeff Sharkey · 12 years ago
  78. 241dde2 Unify shorthand for byte-based units. by Jeff Sharkey · 12 years ago
  79. 25ce9ed Avoid NDC deadlock when re-arming network alert. by Jeff Sharkey · 12 years ago
  80. e630f7b Clear identity when updating network stats. by Jeff Sharkey · 12 years ago
  81. 63abc37 Move network stats to FileRotator pattern. by Jeff Sharkey · 13 years ago
  82. 5a7bcf3 Move non-monotonic reporting to interface. by Jeff Sharkey · 13 years ago
  83. 4529bb6 Move NMS to CONNECTIVITY_INTERNAL permission. by Jeff Sharkey · 13 years ago
  84. 17b2890 Merge "Avoid reading network stats when disabled." by Jeff Sharkey · 13 years ago
  85. 418d12d Avoid reading network stats when disabled. by Jeff Sharkey · 13 years ago
  86. d04ff11 Avoid NPE when missing network stats. by Jeff Sharkey · 13 years ago
  87. c506ff6 Only write network stats when already loaded. by Jeff Sharkey · 13 years ago
  88. 684c54a Update NTP outside locks, log large trim events. by Jeff Sharkey · 13 years ago
  89. 7ee8658 Conservatively trim data usage stats. by Jeff Sharkey · 13 years ago
  90. d4ef8c8f Clamp non-monotonic stats instead of dropping. by Jeff Sharkey · 13 years ago
  91. 630a13b Merge "Bootstrap stats before registering listeners." into ics-mr1 by Jeff Sharkey · 13 years ago
  92. 3359aca Bootstrap stats before registering listeners. by Jeff Sharkey · 13 years ago
  93. 4abb1b8 Make operation counts monotonically increase. by Jeff Sharkey · 13 years ago
  94. 163e644 Correct proc file reader, optimizations. by Jeff Sharkey · 13 years ago
  95. 293779f Refine random stats generation. by Jeff Sharkey · 13 years ago
  96. 905b589 Track xtables summary, move tether stats, time. by Jeff Sharkey · 13 years ago
  97. 367d15a Watch network subtype, tethering teardown, empty. by Jeff Sharkey · 13 years ago
  98. 92cefae Upload correct txPackets count. by Jeff Sharkey · 13 years ago
  99. 1f0b13b DO NOT MERGE: Sample atomic network stats buckets, full poll. by Jeff Sharkey · 13 years ago
  100. cdd02c5d Collect and persist tethering stats. by Jeff Sharkey · 13 years ago