summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/StrictMode.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix CloseGuard/StrictMode integration.Brad Fitzpatrick2010-11-141-1/+3
* | StrictMode.Span supportBrad Fitzpatrick2010-11-111-0/+168
* | Add custom CloseGuard.Reporter for StrictModeBrian Carlstrom2010-11-081-1/+22
* | Integrate StrictMode with CloseGuardBrian Carlstrom2010-11-041-6/+37
* | StrictMode: annotate violations with the Broadcast Intent's action, if any.Brad Fitzpatrick2010-10-291-0/+17
* | Make network usage on the main thread fatal (Honeycomb+)Brad Fitzpatrick2010-10-291-1/+42
* | StrictMode: optimize common case (just dropboxing)Brad Fitzpatrick2010-10-281-1/+35
* | Expose (internally only) the number of animations currently running.Brad Fitzpatrick2010-10-221-0/+12
|/
* StrictMode: fix docs to actually compile and add a utility method.Brad Fitzpatrick2010-10-181-1/+19
* StrictMode: link to designing for responsiveness ANR docsBrad Fitzpatrick2010-10-111-1/+4
* StrictMode: check max-offenses-per-loop earlier, before allocationsBrad Fitzpatrick2010-10-111-8/+25
* Update StrictMode's public API.Brad Fitzpatrick2010-10-011-85/+485
* Flesh out StrictMode docs.Brad Fitzpatrick2010-09-221-15/+98
* Unify some duplicate StrictMode-enabling code.Brad Fitzpatrick2010-09-141-0/+19
* Some StrictMode API changes.Brad Fitzpatrick2010-08-241-6/+38
* StrictMode: time violations in Binder callsBrad Fitzpatrick2010-07-301-74/+213
* Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-1/+1
* StrictMode: avoid an allocation in common caseBrad Fitzpatrick2010-07-151-9/+30
* StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-30/+197