This commit is contained in:
M66B 2021-01-20 09:20:41 +01:00
parent 9893383a0b
commit 658c95fd22
1 changed files with 0 additions and 8 deletions

View File

@ -152,14 +152,6 @@ public class ApplicationEx extends Application
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();
Log.i("App created " + (end - start) + " ms");
}