mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Bundle breadcrumbs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user