summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/StrictMode.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #21254610: StrictMode uses Log.wtf which crashes apps on L+Dianne Hackborn2015-06-221-2/+2
* Add example for detectResourceMismatches()Alan Viverette2015-05-131-1/+11
* Public API for StrictMode cleartext detection.Jeff Sharkey2015-01-221-4/+1
* am 2488c0ad: am 27d3e790: am 706f6cf3: Merge "Fix a property name that\'s lon...Narayan Kamath2015-01-161-1/+1
|\
| * Fix a property name that's longer than 31 chars.Narayan Kamath2015-01-161-1/+1
* | am c2ae6fb9: Merge commit \'605eb79c9519307147fc1795d0eb155638a7f542\' into m...Jeff Sharkey2015-01-161-30/+179
|\ \ | |/
| * Offer to detect non-SSL/TLS network traffic.Jeff Sharkey2015-01-151-30/+179
* | Clean up TypedArray docs & formatting, remove coercion warningsAlan Viverette2015-01-061-1/+68
|/
* Fix NPE in StrictMode handling.John Spurlock2014-10-061-1/+2
* Fix issue #17783882: AUPT: NPE in Videos: Attempt to invoke virtual method...Dianne Hackborn2014-10-031-1/+1
* More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-10-011-4/+19
* More work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-301-2/+7
* Work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-291-0/+20
* Run finalizers before counting for StrictMode.Jeff Sharkey2014-01-161-2/+9
* Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-1/+4
* Cache AndroidBlockGuardPolicy to avoid allocation.Jeff Sharkey2013-06-141-5/+15
* Clean up some temporary allocations.Dianne Hackborn2013-05-301-3/+9
* Fix doc build.Ying Wang2013-04-031-1/+1
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-2/+33
* StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM)Qi Wang2012-07-131-3/+3
* Move StrictMode timers to postAtFrontOfQueue().Jeff Sharkey2012-03-161-1/+1
* resolved conflicts for merge of 532679a5 to masterDirk Dougherty2012-03-071-1/+1
|\
| * Doc change: String changes for Android MarketDirk Dougherty2012-03-051-1/+1
* | Report leaked Context registrations to StrictMode.Jeff Sharkey2012-03-011-3/+42
|/
* Add persistent property to disable strict modeChristopher Tate2011-11-031-3/+19
* Don't log BlockGuard violations on ENG builds.Jeff Brown2011-10-111-4/+3
* Always log StrictMode violations on ENG builds.Jeff Brown2011-10-091-1/+8
* Optimize StrictMode activity instance count check.Jeff Brown2011-06-101-16/+87
* Log a StrictMode violation when WebView methods are called on the wrong threadSteve Block2011-05-231-0/+7
* StrictMode: set sIsIdlerRegistered to false, and don't register if no penaltiesBrad Fitzpatrick2011-01-201-5/+14
* Fixes for StrictMode instance count checking.Brad Fitzpatrick2011-01-201-26/+70
* StrictMode: class instance limits (track object "leaks")Brad Fitzpatrick2011-01-191-10/+131
* StrictMode class instance limit interface.Brad Fitzpatrick2011-01-181-10/+90
* Remove accidental StrictMode logging left in.Brad Fitzpatrick2011-01-131-1/+0
* Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences()Brad Fitzpatrick2010-12-141-11/+67
* am 2d5b11ab: am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." in...Brad Fitzpatrick2010-12-131-3/+3
|\
| * Fix StrictMode javadoc copy/paste error.Brad Fitzpatrick2010-12-131-3/+3
* | StrictMode "custom" trigger support.Brad Fitzpatrick2010-12-101-6/+76
* | StrictMode: more accurate timingsBrad Fitzpatrick2010-11-301-10/+30
* | Don't flash StrictMode from the system server.Brad Fitzpatrick2010-11-241-1/+25
* | Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick2010-11-241-12/+32
* | Fix potential weird StrictMode NPE.Brad Fitzpatrick2010-11-231-5/+10
* | StrictMode fingerprinting / hashCode improvements.Brad Fitzpatrick2010-11-231-1/+19
* | Cache WindowManager in StrictMode; add android.util.SingletonBrad Fitzpatrick2010-11-221-3/+8
* | StrictMode visual notification support.Brad Fitzpatrick2010-11-221-2/+37
* | StrictMode: dropbox VM-wide violations (e.g. CloseGuard) asyncBrad Fitzpatrick2010-11-211-19/+61
* | StrictMode: use Log.isLoggableBrad Fitzpatrick2010-11-181-1/+1
* | StrictMode: shut up VM penalty logging on debug builds.Brad Fitzpatrick2010-11-171-2/+1
* | Annotate ListView with StrictMode.SpanBrad Fitzpatrick2010-11-161-1/+5
* | Fast no-op path for StrictMode.Span on user builds.Brad Fitzpatrick2010-11-161-1/+18