summaryrefslogtreecommitdiff
path: root/core/java/android/os/StrictMode.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |\ \ | | |/ | |/|
| | * Fix two StrictMode stack collection bugs.Jeff Sharkey2016-12-071-48/+34
| * | Add new StrictMode thread policy - DETECT_UNBUFFERED_IOShubham Ajmera2016-09-291-1/+55
| |/
* | StrictMode detectAll() based on target API level.Jeff Sharkey2017-01-261-12/+40
* | StrictMode to detect untagged network traffic.Jeff Sharkey2017-01-191-2/+48
* | Finish up API for missing content:// flags.Jeff Sharkey2016-12-211-7/+28
* | Fix two StrictMode stack collection bugs.Jeff Sharkey2016-12-071-48/+34
* | Detect content:// leaving apps without grants.Jeff Sharkey2016-12-011-0/+17
* | Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-3/+2
* | Move IActivityManager to aidl.Sudheer Shanka2016-11-041-2/+21
* | Add new StrictMode thread policy - DETECT_UNBUFFERED_IOShubham Ajmera2016-06-291-1/+55
|/
* Remove unnecessary allocation+unboxing of objects.Narayan Kamath2016-04-181-2/+2
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-3/+15
* Exposing file:// beyond your app is bad, m'kay?Jeff Sharkey2016-01-281-42/+76
* Merge "StrictMode: fix deserialization of ViolationInfo on large stacks" am: ...Jeff Sharkey2015-12-031-2/+2
|\
| * StrictMode: fix deserialization of ViolationInfo on large stacksGavin Li2015-10-151-2/+2
| * am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to u...Mathieu Chartier2015-07-141-9/+12
| |\
* | | Use the proper variant of String#substring to report broken strict mode stacksRyo Hashimoto2015-09-171-1/+1
* | | am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to u...Mathieu Chartier2015-07-141-9/+12
|\ \ \ | |/ / |/| / | |/
| * Change conditionallyCheckInstanceCounts to use countInstancesOfClassesMathieu Chartier2015-07-101-9/+12
* | 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