mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 18:45:49 +01:00
Improved log output for plain actions
This commit is contained in:
parent
17ba49374c
commit
8585572197
@ -16,4 +16,9 @@ public abstract class PlainAction extends BtLEAction {
|
|||||||
public boolean expectsResult() {
|
public boolean expectsResult() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getCreationTime() + ": " + getClass().getSimpleName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user