Merge change 25768 into eclair

* changes:
  Add one line of logging when SCO SOCKET connect starts.
This commit is contained in:
Android (Google) Code Review
2009-09-18 13:29:34 -04:00

View File

@@ -87,7 +87,7 @@ public class ScoSocket {
* Does not block. * Does not block.
*/ */
public synchronized boolean connect(String address) { public synchronized boolean connect(String address) {
if (VDBG) log("connect() " + this); if (DBG) log("connect() " + this);
if (mState != STATE_READY) { if (mState != STATE_READY) {
if (DBG) log("connect(): Bad state"); if (DBG) log("connect(): Bad state");
return false; return false;