summaryrefslogtreecommitdiff
path: root/core/java/android/os/StrictMode.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-1/+1
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-1/+1
|\
| * Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | Merge changes from topics "ms34-tm", "ms40-clock" am: beb9fb3cc8 am: 08c51b04...Junyu Lai2022-01-061-0/+9
|\ \ | |/ |/|
| * [MS27] Expose noteUntaggedSocket SystemApiJunyu Lai2022-01-061-0/+9
* | Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* | Merge "Allow config context to inflate views" into sc-dev am: c22aff4e4dCharles Chen2021-04-091-0/+39
|\|
| * Allow config context to inflate viewsCharles Chen2021-04-071-0/+39
* | Merge "Relaxed WallpaperManager API assertion" into sc-dev am: ddb41ad5d5Charles Chen2021-03-101-3/+2
|\|
| * Relaxed WallpaperManager API assertionCharles Chen2021-02-241-3/+2
* | docs: Can leave StrictMode enabled in prodKevin Hufnagle2021-02-061-17/+13
|/
* Add StrictMode check for unsafe intent launchingJeff Sharkey2021-01-201-0/+71
* Limit UI context verification to UI related APIsCharles Chen2021-01-181-0/+27
* Release detectIncorrectContextUseCharles Chen2020-11-191-6/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Apply fixes for EfficientStrings.Jeff Sharkey2020-10-201-4/+5
* Apply fixes for EfficientCollections.Jeff Sharkey2020-10-201-16/+20
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* 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