diff options
| -rw-r--r-- | core/java/android/server/BluetoothService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/server/BluetoothService.java b/core/java/android/server/BluetoothService.java index 6f5a3d68a517..413f6a8f251a 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"); } } } |