1. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  2. 344744b Exposing file:// beyond your app is bad, m'kay? by Jeff Sharkey · 9 years ago
  3. f4a6dc5 Merge "StrictMode: fix deserialization of ViolationInfo on large stacks" am: 29e0b6e789 am: af588a31bc by Jeff Sharkey · 9 years ago
  4. 06af469 StrictMode: fix deserialization of ViolationInfo on large stacks by Gavin Li · 9 years ago
  5. b4982b2 Use the proper variant of String#substring to report broken strict mode stacks by Ryo Hashimoto · 9 years ago
  6. 30e8a36 am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to use countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  7. 82f91da am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to use countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  8. d288a26 Change conditionallyCheckInstanceCounts to use countInstancesOfClasses by Mathieu Chartier · 9 years ago
  9. fde298e Fix issue #21254610: StrictMode uses Log.wtf which crashes apps on L+ by Dianne Hackborn · 9 years ago
  10. 39bf9a1 Add example for detectResourceMismatches() by Alan Viverette · 9 years ago
  11. 2e57164 Public API for StrictMode cleartext detection. by Jeff Sharkey · 10 years ago
  12. d28f0fe am 2488c0ad: am 27d3e790: am 706f6cf3: Merge "Fix a property name that\'s longer than 31 chars." by Narayan Kamath · 10 years ago
  13. e551577 Fix a property name that's longer than 31 chars. by Narayan Kamath · 10 years ago
  14. 0ec9c29 am c2ae6fb9: Merge commit \'605eb79c9519307147fc1795d0eb155638a7f542\' into manualmerge by Jeff Sharkey · 10 years ago
  15. 605eb79 Offer to detect non-SSL/TLS network traffic. by Jeff Sharkey · 10 years ago
  16. 6bbb47b Clean up TypedArray docs & formatting, remove coercion warnings by Alan Viverette · 10 years ago
  17. 9bb3dac Fix NPE in StrictMode handling. by John Spurlock · 10 years ago
  18. d867b7c Fix issue #17783882: AUPT: NPE in Videos: Attempt to invoke virtual method... by Dianne Hackborn · 10 years ago
  19. 8d05172 More work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  20. ce92b0d More work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  21. 73d6a82 Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  22. 6f3a38f Run finalizers before counting for StrictMode. by Jeff Sharkey · 11 years ago
  23. 8c84109 Use FastPrintWriter... everywhere. by Dianne Hackborn · 11 years ago
  24. a2934d5 Cache AndroidBlockGuardPolicy to avoid allocation. by Jeff Sharkey · 11 years ago
  25. 390517b Clean up some temporary allocations. by Dianne Hackborn · 11 years ago
  26. 0fa3037 Fix doc build. by Ying Wang · 11 years ago
  27. a14acd2 Warn when exposing file:// Uris beyond a process. by Jeff Sharkey · 11 years ago
  28. 097fbf2 StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM) by Qi Wang · 12 years ago
  29. 3761f33 Move StrictMode timers to postAtFrontOfQueue(). by Jeff Sharkey · 12 years ago
  30. e61cad3 resolved conflicts for merge of 532679a5 to master by Dirk Dougherty · 12 years ago
  31. 4d7bc655 Doc change: String changes for Android Market by Dirk Dougherty · 13 years ago
  32. d7026f1 Report leaked Context registrations to StrictMode. by Jeff Sharkey · 12 years ago
  33. bc6f0ce Add persistent property to disable strict mode by Christopher Tate · 13 years ago
  34. be7c29c Don't log BlockGuard violations on ENG builds. by Jeff Brown · 13 years ago
  35. d5875d9 Always log StrictMode violations on ENG builds. by Jeff Brown · 13 years ago
  36. 7e44283 Optimize StrictMode activity instance count check. by Jeff Brown · 13 years ago
  37. 08d584c Log a StrictMode violation when WebView methods are called on the wrong thread by Steve Block · 13 years ago
  38. c0bb0bb StrictMode: set sIsIdlerRegistered to false, and don't register if no penalties by Brad Fitzpatrick · 14 years ago
  39. 5f8b5c1 Fixes for StrictMode instance count checking. by Brad Fitzpatrick · 14 years ago
  40. bfbe577 StrictMode: class instance limits (track object "leaks") by Brad Fitzpatrick · 14 years ago
  41. 7580357 StrictMode class instance limit interface. by Brad Fitzpatrick · 14 years ago
  42. 4a82b62 Remove accidental StrictMode logging left in. by Brad Fitzpatrick · 14 years ago
  43. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  44. 996f41d am 2d5b11ab: am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." into gingerbread by Brad Fitzpatrick · 14 years ago
  45. 320274c Fix StrictMode javadoc copy/paste error. by Brad Fitzpatrick · 14 years ago
  46. e36f9bf StrictMode "custom" trigger support. by Brad Fitzpatrick · 14 years ago
  47. bea168c StrictMode: more accurate timings by Brad Fitzpatrick · 14 years ago
  48. f545459 Don't flash StrictMode from the system server. by Brad Fitzpatrick · 14 years ago
  49. c1a968a Option to enable StrictMode flashing on userdebug builds. by Brad Fitzpatrick · 14 years ago
  50. 1065685 Fix potential weird StrictMode NPE. by Brad Fitzpatrick · 14 years ago
  51. f3d86be StrictMode fingerprinting / hashCode improvements. by Brad Fitzpatrick · 14 years ago
  52. cdcb73e Cache WindowManager in StrictMode; add android.util.Singleton by Brad Fitzpatrick · 14 years ago
  53. 6804433 StrictMode visual notification support. by Brad Fitzpatrick · 14 years ago
  54. bee2487 StrictMode: dropbox VM-wide violations (e.g. CloseGuard) async by Brad Fitzpatrick · 14 years ago
  55. 82829ef StrictMode: use Log.isLoggable by Brad Fitzpatrick · 14 years ago
  56. d188ede StrictMode: shut up VM penalty logging on debug builds. by Brad Fitzpatrick · 14 years ago
  57. 1cc13b6 Annotate ListView with StrictMode.Span by Brad Fitzpatrick · 14 years ago
  58. 1181cbb Fast no-op path for StrictMode.Span on user builds. by Brad Fitzpatrick · 14 years ago
  59. 7c2ae65 Fix CloseGuard/StrictMode integration. by Brad Fitzpatrick · 14 years ago
  60. e7520d8 StrictMode.Span support by Brad Fitzpatrick · 14 years ago
  61. 4b9b7c3 Add custom CloseGuard.Reporter for StrictMode by Brian Carlstrom · 14 years ago
  62. fd9ddd1 Integrate StrictMode with CloseGuard by Brian Carlstrom · 14 years ago
  63. bfb1919 StrictMode: annotate violations with the Broadcast Intent's action, if any. by Brad Fitzpatrick · 14 years ago
  64. b6e1841 Make network usage on the main thread fatal (Honeycomb+) by Brad Fitzpatrick · 14 years ago
  65. 71678dd StrictMode: optimize common case (just dropboxing) by Brad Fitzpatrick · 14 years ago
  66. 599ca29 Expose (internally only) the number of animations currently running. by Brad Fitzpatrick · 14 years ago
  67. 62a1eb5 StrictMode: fix docs to actually compile and add a utility method. by Brad Fitzpatrick · 14 years ago
  68. 9fc2fc5 StrictMode: link to designing for responsiveness ANR docs by Brad Fitzpatrick · 14 years ago
  69. 191cdf0 StrictMode: check max-offenses-per-loop earlier, before allocations by Brad Fitzpatrick · 14 years ago
  70. 32e60c7 Update StrictMode's public API. by Brad Fitzpatrick · 14 years ago
  71. 15ba406 Flesh out StrictMode docs. by Brad Fitzpatrick · 14 years ago
  72. 50d66f9 Unify some duplicate StrictMode-enabling code. by Brad Fitzpatrick · 14 years ago
  73. 97461bd Some StrictMode API changes. by Brad Fitzpatrick · 14 years ago
  74. cb9ceb1 StrictMode: time violations in Binder calls by Brad Fitzpatrick · 14 years ago
  75. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  76. 703e5d3 StrictMode: avoid an allocation in common case by Brad Fitzpatrick · 14 years ago
  77. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  78. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  79. 143666f StrictMode: implement the log-to-DropBox option by Brad Fitzpatrick · 14 years ago
  80. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  81. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago