diff --git a/core/java/android/server/BluetoothService.java b/core/java/android/server/BluetoothService.java index 6f5a3d68a5177..413f6a8f251a1 100644 --- a/core/java/android/server/BluetoothService.java +++ b/core/java/android/server/BluetoothService.java @@ -1094,7 +1094,7 @@ public class BluetoothService extends IBluetooth.Stub { pw.printf("\tuuids = null\n"); } else { for (String uuid : uuids) { - pw.printf("\t" + uuid); + pw.printf("\t" + uuid + "\n"); } } }