mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Improved log output for progress actions
This commit is contained in:
@@ -33,4 +33,9 @@ public class SetProgressAction extends PlainAction {
|
||||
GB.updateInstallNotification(this.text, this.ongoing, this.percentage, this.context);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getCreationTime() + ": " + getClass().getSimpleName() + ": " + text + "; " + percentage + "%";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user