1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-13 08:54:03 +02:00

Improved log output

This commit is contained in:
cpfeiffer 2016-03-23 22:17:01 +01:00
parent 9d9ef8a6f8
commit 1348bad4d3

View File

@ -26,4 +26,9 @@ public class SetDeviceStateAction extends PlainAction {
public Context getContext() {
return context;
}
@Override
public String toString() {
return super.toString() + " to " + deviceState;
}
}