index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
StrictMode.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Parcel nested stack trace elements
Kurt Nelson
2017-10-27
1
-8
/
+30
*
Move violation extra messages into throwable
Kurt Nelson
2017-10-25
1
-50
/
+23
*
Use annotation instead of comment
Kurt Nelson
2017-10-25
1
-3
/
+3
*
Plumb real stack traces through StrictMode
Kurt Nelson
2017-10-23
1
-64
/
+137
*
Make StrictMode constants visible for testing
Kurt Nelson
2017-09-21
1
-16
/
+32
*
Merge "Improve StrictMode CTS Testing"
Kurt Nelson
2017-09-18
1
-24
/
+34
|
\
|
*
Improve StrictMode CTS Testing
Kurt Nelson
2017-09-12
1
-24
/
+34
*
|
resolve merge conflicts of 1933e5c645e6 to master
Kurt Nelson
2017-09-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix javadoc typo
Kurt Nelson
2017-09-13
1
-1
/
+1
*
|
Don't store class in InstanceCountViolation
Kurt Nelson
2017-09-07
1
-4
/
+2
*
|
Remove redundant vmpolicy variable
Kurt Nelson
2017-09-05
1
-28
/
+31
*
|
AOSP format StrictMode
Kurt Nelson
2017-08-31
1
-707
/
+534
|
/
*
Only require that system UIDs tag their sockets.
Jeff Sharkey
2017-06-27
1
-11
/
+10
*
Add @TestApi for StrictMode tests.
Jeff Sharkey
2017-06-26
1
-0
/
+3
*
Disable activity leak detection by default for userdebug
Mathieu Chartier
2017-06-20
1
-1
/
+12
*
Offer listener to observe StrictMode violations.
Jeff Sharkey
2017-05-24
1
-0
/
+18
*
Disable large-ish parcel logging.
Jeff Sharkey
2017-03-17
1
-1
/
+1
*
Merge "Fix Javadoc for StrictMode#permitUnbufferdIo" am: b8648ae07a am: c847a...
Shubham Ajmera
2017-03-02
1
-1
/
+1
|
\
|
*
Merge "Fix Javadoc for StrictMode#permitUnbufferdIo"
Shubham Ajmera
2017-03-02
1
-1
/
+1
|
|
\
|
|
*
Fix Javadoc for StrictMode#permitUnbufferdIo
Shubham Ajmera
2017-03-01
1
-1
/
+1
|
*
|
Fix two StrictMode stack collection bugs.
Jeff Sharkey
2016-12-07
1
-48
/
+34
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix two StrictMode stack collection bugs.
Jeff Sharkey
2016-12-07
1
-48
/
+34
|
*
|
Add new StrictMode thread policy - DETECT_UNBUFFERED_IO
Shubham Ajmera
2016-09-29
1
-1
/
+55
|
|
/
*
|
StrictMode detectAll() based on target API level.
Jeff Sharkey
2017-01-26
1
-12
/
+40
*
|
StrictMode to detect untagged network traffic.
Jeff Sharkey
2017-01-19
1
-2
/
+48
*
|
Finish up API for missing content:// flags.
Jeff Sharkey
2016-12-21
1
-7
/
+28
*
|
Fix two StrictMode stack collection bugs.
Jeff Sharkey
2016-12-07
1
-48
/
+34
*
|
Detect content:// leaving apps without grants.
Jeff Sharkey
2016-12-01
1
-0
/
+17
*
|
Update usage of ActivityManagerNative.
Sudheer Shanka
2016-11-14
1
-3
/
+2
*
|
Move IActivityManager to aidl.
Sudheer Shanka
2016-11-04
1
-2
/
+21
*
|
Add new StrictMode thread policy - DETECT_UNBUFFERED_IO
Shubham Ajmera
2016-06-29
1
-1
/
+55
|
/
*
Remove unnecessary allocation+unboxing of objects.
Narayan Kamath
2016-04-18
1
-2
/
+2
*
When system server goes down, crash apps more.
Jeff Sharkey
2016-02-27
1
-3
/
+15
*
Exposing file:// beyond your app is bad, m'kay?
Jeff Sharkey
2016-01-28
1
-42
/
+76
*
Merge "StrictMode: fix deserialization of ViolationInfo on large stacks" am: ...
Jeff Sharkey
2015-12-03
1
-2
/
+2
|
\
|
*
StrictMode: fix deserialization of ViolationInfo on large stacks
Gavin Li
2015-10-15
1
-2
/
+2
|
*
am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to u...
Mathieu Chartier
2015-07-14
1
-9
/
+12
|
|
\
*
|
|
Use the proper variant of String#substring to report broken strict mode stacks
Ryo Hashimoto
2015-09-17
1
-1
/
+1
*
|
|
am ad4a285a: am ebac4d1b: Merge "Change conditionallyCheckInstanceCounts to u...
Mathieu Chartier
2015-07-14
1
-9
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Change conditionallyCheckInstanceCounts to use countInstancesOfClasses
Mathieu Chartier
2015-07-10
1
-9
/
+12
*
|
Fix issue #21254610: StrictMode uses Log.wtf which crashes apps on L+
Dianne Hackborn
2015-06-22
1
-2
/
+2
*
|
Add example for detectResourceMismatches()
Alan Viverette
2015-05-13
1
-1
/
+11
*
|
Public API for StrictMode cleartext detection.
Jeff Sharkey
2015-01-22
1
-4
/
+1
*
|
am 2488c0ad: am 27d3e790: am 706f6cf3: Merge "Fix a property name that\'s lon...
Narayan Kamath
2015-01-16
1
-1
/
+1
|
\
|
|
*
Fix a property name that's longer than 31 chars.
Narayan Kamath
2015-01-16
1
-1
/
+1
*
|
am c2ae6fb9: Merge commit \'605eb79c9519307147fc1795d0eb155638a7f542\' into m...
Jeff Sharkey
2015-01-16
1
-30
/
+179
|
\
|
|
*
Offer to detect non-SSL/TLS network traffic.
Jeff Sharkey
2015-01-15
1
-30
/
+179
*
|
Clean up TypedArray docs & formatting, remove coercion warnings
Alan Viverette
2015-01-06
1
-1
/
+68
|
/
*
Fix NPE in StrictMode handling.
John Spurlock
2014-10-06
1
-1
/
+2
*
Fix issue #17783882: AUPT: NPE in Videos: Attempt to invoke virtual method...
Dianne Hackborn
2014-10-03
1
-1
/
+1
[prev]
[next]