mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
aac6779e29
commit
4c295fd5ed
@ -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