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

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

Merge change 25768 into eclair

* changes:
  Add one line of logging when SCO SOCKET connect starts.
parents ffda371c 37e0828c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class ScoSocket {
     *  Does not block.
     */
    public synchronized boolean connect(String address) {
        if (VDBG) log("connect() " + this);
        if (DBG) log("connect() " + this);
        if (mState != STATE_READY) {
            if (DBG) log("connect(): Bad state");
            return false;