bug 710194 - Nightly has violated its self-enforced StrictMode policy after a clean install r=mfinkle a=java-only

This commit is contained in:
Brad Lassey 2011-12-13 11:12:01 -05:00
parent aac6779e29
commit 4c295fd5ed

View File

@ -1436,7 +1436,6 @@ abstract public class GeckoApp
StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder()
.detectAll()
.penaltyLog()
.penaltyDialog()
.build());
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()