am 993844bd: Merge change 22806 into eclair
Merge commit '993844bde5270f004aa504c879aa2e99b5c3765f' into eclair-plus-aosp * commit '993844bde5270f004aa504c879aa2e99b5c3765f': Add trailing "\n" to debug output.
This commit is contained in:
@@ -1094,7 +1094,7 @@ public class BluetoothService extends IBluetooth.Stub {
|
|||||||
pw.printf("\tuuids = null\n");
|
pw.printf("\tuuids = null\n");
|
||||||
} else {
|
} else {
|
||||||
for (String uuid : uuids) {
|
for (String uuid : uuids) {
|
||||||
pw.printf("\t" + uuid);
|
pw.printf("\t" + uuid + "\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user