am 93727454: Merge change 25768 into eclair
Merge commit '93727454caf1b3540a352328abd0400c2242902b' into eclair-plus-aosp * commit '93727454caf1b3540a352328abd0400c2242902b': Add one line of logging when SCO SOCKET connect starts.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user