Merge "Bluetooth: fix enable log: display 24h time" am: 17cb857301
am: add7c533c6
Change-Id: Ib10e76a44ee4ea10294b65ba01d2b028df6afe50
This commit is contained in:
@@ -167,7 +167,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return android.text.format.DateFormat.format("MM-dd hh:mm:ss ", mTimestamp) +
|
||||
return android.text.format.DateFormat.format("MM-dd HH:mm:ss ", mTimestamp) +
|
||||
(mEnable ? " Enabled " : " Disabled ") + " by " + mPackageName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user