mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 12:43:53 +00:00
bug 710194 - Nightly has violated its self-enforced StrictMode policy after a clean install r=mfinkle a=java-only
This commit is contained in:
parent
4ef77dbef6
commit
38cab04af0
@ -1436,7 +1436,6 @@ abstract public class GeckoApp
|
||||
StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder()
|
||||
.detectAll()
|
||||
.penaltyLog()
|
||||
.penaltyDialog()
|
||||
.build());
|
||||
|
||||
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
|
||||
|
Loading…
Reference in New Issue
Block a user