index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
StrictMode.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
More work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-10-01
1
-4
/
+19
*
More work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-09-30
1
-2
/
+7
*
Work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-09-29
1
-0
/
+20
*
Run finalizers before counting for StrictMode.
Jeff Sharkey
2014-01-16
1
-2
/
+9
*
Use FastPrintWriter... everywhere.
Dianne Hackborn
2013-06-24
1
-1
/
+4
*
Cache AndroidBlockGuardPolicy to avoid allocation.
Jeff Sharkey
2013-06-14
1
-5
/
+15
*
Clean up some temporary allocations.
Dianne Hackborn
2013-05-30
1
-3
/
+9
*
Fix doc build.
Ying Wang
2013-04-03
1
-1
/
+1
*
Warn when exposing file:// Uris beyond a process.
Jeff Sharkey
2013-04-03
1
-2
/
+33
*
StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM)
Qi Wang
2012-07-13
1
-3
/
+3
*
Move StrictMode timers to postAtFrontOfQueue().
Jeff Sharkey
2012-03-16
1
-1
/
+1
*
resolved conflicts for merge of 532679a5 to master
Dirk Dougherty
2012-03-07
1
-1
/
+1
|
\
|
*
Doc change: String changes for Android Market
Dirk Dougherty
2012-03-05
1
-1
/
+1
*
|
Report leaked Context registrations to StrictMode.
Jeff Sharkey
2012-03-01
1
-3
/
+42
|
/
*
Add persistent property to disable strict mode
Christopher Tate
2011-11-03
1
-3
/
+19
*
Don't log BlockGuard violations on ENG builds.
Jeff Brown
2011-10-11
1
-4
/
+3
*
Always log StrictMode violations on ENG builds.
Jeff Brown
2011-10-09
1
-1
/
+8
*
Optimize StrictMode activity instance count check.
Jeff Brown
2011-06-10
1
-16
/
+87
*
Log a StrictMode violation when WebView methods are called on the wrong thread
Steve Block
2011-05-23
1
-0
/
+7
*
StrictMode: set sIsIdlerRegistered to false, and don't register if no penalties
Brad Fitzpatrick
2011-01-20
1
-5
/
+14
*
Fixes for StrictMode instance count checking.
Brad Fitzpatrick
2011-01-20
1
-26
/
+70
*
StrictMode: class instance limits (track object "leaks")
Brad Fitzpatrick
2011-01-19
1
-10
/
+131
*
StrictMode class instance limit interface.
Brad Fitzpatrick
2011-01-18
1
-10
/
+90
*
Remove accidental StrictMode logging left in.
Brad Fitzpatrick
2011-01-13
1
-1
/
+0
*
Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences()
Brad Fitzpatrick
2010-12-14
1
-11
/
+67
*
am 2d5b11ab: am 0927c902: Merge "Fix StrictMode javadoc copy/paste error." in...
Brad Fitzpatrick
2010-12-13
1
-3
/
+3
|
\
|
*
Fix StrictMode javadoc copy/paste error.
Brad Fitzpatrick
2010-12-13
1
-3
/
+3
*
|
StrictMode "custom" trigger support.
Brad Fitzpatrick
2010-12-10
1
-6
/
+76
*
|
StrictMode: more accurate timings
Brad Fitzpatrick
2010-11-30
1
-10
/
+30
*
|
Don't flash StrictMode from the system server.
Brad Fitzpatrick
2010-11-24
1
-1
/
+25
*
|
Option to enable StrictMode flashing on userdebug builds.
Brad Fitzpatrick
2010-11-24
1
-12
/
+32
*
|
Fix potential weird StrictMode NPE.
Brad Fitzpatrick
2010-11-23
1
-5
/
+10
*
|
StrictMode fingerprinting / hashCode improvements.
Brad Fitzpatrick
2010-11-23
1
-1
/
+19
*
|
Cache WindowManager in StrictMode; add android.util.Singleton
Brad Fitzpatrick
2010-11-22
1
-3
/
+8
*
|
StrictMode visual notification support.
Brad Fitzpatrick
2010-11-22
1
-2
/
+37
*
|
StrictMode: dropbox VM-wide violations (e.g. CloseGuard) async
Brad Fitzpatrick
2010-11-21
1
-19
/
+61
*
|
StrictMode: use Log.isLoggable
Brad Fitzpatrick
2010-11-18
1
-1
/
+1
*
|
StrictMode: shut up VM penalty logging on debug builds.
Brad Fitzpatrick
2010-11-17
1
-2
/
+1
*
|
Annotate ListView with StrictMode.Span
Brad Fitzpatrick
2010-11-16
1
-1
/
+5
*
|
Fast no-op path for StrictMode.Span on user builds.
Brad Fitzpatrick
2010-11-16
1
-1
/
+18
[next]