pull/193/head
M66B 4 years ago
parent 9893383a0b
commit 658c95fd22

@ -152,14 +152,6 @@ public class ApplicationEx extends Application
registerReceiver(onScreenOff, new IntentFilter(Intent.ACTION_SCREEN_OFF)); registerReceiver(onScreenOff, new IntentFilter(Intent.ACTION_SCREEN_OFF));
if (BuildConfig.DEBUG)
new Thread(new Runnable() {
@Override
public void run() {
DnsHelper.test(ApplicationEx.this);
}
}).start();
long end = new Date().getTime(); long end = new Date().getTime();
Log.i("App created " + (end - start) + " ms"); Log.i("App created " + (end - start) + " ms");
} }

Loading…
Cancel
Save