A canary in a coal mine

This commit is contained in:
M66B
2022-04-13 08:17:38 +02:00
parent 562496d48b
commit 5825de59c3
9 changed files with 79 additions and 18 deletions

View File

@@ -246,6 +246,7 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
}
}
});
CoalMine.watch(SimpleTask.this, "Task done=" + name);
}
});