mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
onTimeout logging
This commit is contained in:
@@ -81,7 +81,12 @@ public class ServiceExternal extends ServiceBase {
|
||||
|
||||
@Override
|
||||
public void onTimeout(int startId) {
|
||||
Log.e(new Throwable("onTimeout"));
|
||||
String msg = "onTimeout" +
|
||||
" class=" + this.getClass().getName() +
|
||||
" ignoring=" + Helper.isIgnoringOptimizations(this);
|
||||
Log.e(new Throwable(msg));
|
||||
EntityLog.log(this, EntityLog.Type.Debug3, msg);
|
||||
stopSelf();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user