Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 993844bd authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22806 into eclair

* changes:
  Add trailing "\n" to debug output.
parents c4ba7e39 b015e193
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
                    }
                }
            }