Bundle breadcrumbs

This commit is contained in:
M66B
2023-11-29 07:41:28 +01:00
parent 728eb6fa57
commit 4d2069b7b8
3 changed files with 32 additions and 0 deletions

View File

@@ -168,6 +168,9 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
this.name = name;
this.started = new Date().getTime();
if (BuildConfig.TEST_RELEASE)
Log.breadcrumb("SimpleTask", args);
for (String key : args.keySet()) {
Object value = args.get(key);
if (value instanceof Spanned)