mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Improved log output for abort actions
This commit is contained in:
@@ -25,4 +25,9 @@ public abstract class AbortTransactionAction extends PlainAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected abstract boolean shouldAbort();
|
protected abstract boolean shouldAbort();
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getCreationTime() + ": " + getClass().getSimpleName() + ": aborting? " + shouldAbort();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user