Added watchdog

This commit is contained in:
M66B
2019-05-12 20:15:16 +02:00
parent d4da0bb223
commit a2c38bd234
6 changed files with 118 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ public class ApplicationEx extends Application {
MessageHelper.setSystemProperties();
ContactInfo.init(this, new Handler());
Core.init(this);
WorkerWatchdog.init(this);
}
@Override