summaryrefslogtreecommitdiff
path: root/core/java/android/os/StrictMode.java
Commit message (Expand)AuthorAgeFilesLines
* Pass in callsite of SurfaceControl constructor explicitly (1/3)Jorim Jaggi2020-06-261-0/+7
* Fix memory leak in StrictMode violation throttlingJing Ji2020-06-221-16/+47
* Get the instance count as the initial valueChilun2020-05-211-1/+6
* Fix broken @see tags in public documentation.Andrew Sapperstein2020-05-011-1/+0
* Exempt-From-Owner-Approval: Report non-visual Context misuseAndrii Kulian2020-02-201-0/+43
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
* Avoid triggering StrictMode for storage notifs.Jeff Sharkey2019-04-281-2/+4
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+15
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* To be @Nullable or @NonNull, that is the question.Jeff Sharkey2019-03-011-49/+49
* Merge "StrictMode to catch storage while locked."TreeHugger Robot2018-06-301-0/+110
|\
| * StrictMode to catch storage while locked.Jeff Sharkey2018-06-291-0/+110
* | Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-5/+3
|/
* Give StrictMode more bits to work with.Jeff Sharkey2018-06-261-319/+212
* StrictMode to catch implicit Direct Boot matching.Jeff Sharkey2018-06-261-1/+44
* Merge "StrictMode: fix non-SDK API usage detection." into pi-devMathew Inwood2018-04-201-0/+6
|\
| * StrictMode: fix non-SDK API usage detection.Mathew Inwood2018-04-191-0/+6
* | resolve merge conflicts of c8f5480981f987cb40989f387deeea360670f018 to pi-dev...Narayan Kamath2018-04-051-1/+43
|\|
| * StrictMode: Add support for warning on non SDK API usage.Narayan Kamath2018-04-031-1/+43
* | Add new 'explicit GC' policy to StrictMode.Pete Gillin2018-03-081-1/+42
|/
* Pass forward listeners when using existing builderKurt Nelson2018-02-271-0/+2
* Flip order of argumentsKurt Nelson2018-02-231-2/+14
* Show Extensible StrictMode APIsKurt Nelson2017-11-091-13/+3
* Extensible StrictModeKurt Nelson2017-11-091-81/+226
* Consistent handleApplicationStrictModeViolation.Jeff Sharkey2017-11-061-70/+38
* Flip feature flag to enable StrictMode defaults.Jeff Sharkey2017-11-031-1/+1
* Narrower StrictMode defaults.Jeff Sharkey2017-11-031-83/+129
* Structure StrictMode violations as ThrowablesKurt Nelson2017-11-031-234/+127
* Parcel nested stack trace elementsKurt Nelson2017-10-271-8/+30
* Move violation extra messages into throwableKurt Nelson2017-10-251-50/+23
* Use annotation instead of commentKurt Nelson2017-10-251-3/+3
* Plumb real stack traces through StrictModeKurt Nelson2017-10-231-64/+137
* Make StrictMode constants visible for testingKurt Nelson2017-09-211-16/+32
* Merge "Improve StrictMode CTS Testing"Kurt Nelson2017-09-181-24/+34
|\
| * Improve StrictMode CTS TestingKurt Nelson2017-09-121-24/+34
* | resolve merge conflicts of 1933e5c645e6 to masterKurt Nelson2017-09-141-1/+1
|\ \ | |/ |/|
| * Fix javadoc typoKurt Nelson2017-09-131-1/+1
* | Don't store class in InstanceCountViolationKurt Nelson2017-09-071-4/+2
* | Remove redundant vmpolicy variableKurt Nelson2017-09-051-28/+31
* | AOSP format StrictModeKurt Nelson2017-08-311-707/+534
|/
* Only require that system UIDs tag their sockets.Jeff Sharkey2017-06-271-11/+10
* Add @TestApi for StrictMode tests.Jeff Sharkey2017-06-261-0/+3
* Disable activity leak detection by default for userdebugMathieu Chartier2017-06-201-1/+12
* Offer listener to observe StrictMode violations.Jeff Sharkey2017-05-241-0/+18
* Disable large-ish parcel logging.Jeff Sharkey2017-03-171-1/+1
* Merge "Fix Javadoc for StrictMode#permitUnbufferdIo" am: b8648ae07a am: c847a...Shubham Ajmera2017-03-021-1/+1
|\
| * Merge "Fix Javadoc for StrictMode#permitUnbufferdIo"Shubham Ajmera2017-03-021-1/+1
| |\
| | * Fix Javadoc for StrictMode#permitUnbufferdIoShubham Ajmera2017-03-011-1/+1
| * | Fix two StrictMode stack collection bugs.Jeff Sharkey2016-12-071-48/+34
| |\ \ | | |/ | |/|