remove logging

This commit is contained in:
Eric House 2015-06-07 14:27:16 -07:00
parent 9cdd9f4419
commit f4f9d11c3b
3 changed files with 3 additions and 3 deletions

View file

@ -1099,7 +1099,7 @@ public class BTService extends XWService {
private DataOutputStream connect( BluetoothSocket socket, BTCmd cmd )
{
String name = socket.getRemoteDevice().getName();
DbgUtils.logf( "connecting to %s to send cmd %s", name, cmd.toString() );
// DbgUtils.logf( "connecting to %s to send cmd %s", name, cmd.toString() );
// Docs say always call cancelDiscovery before trying to connect
m_adapter.cancelDiscovery();

View file

@ -489,7 +489,7 @@ public class ConnStatusHandler {
private static void doSave( Context context )
{
synchronized( s_lockObj ) {
DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
// DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
ByteArrayOutputStream bas
= new ByteArrayOutputStream();
try {

View file

@ -525,7 +525,7 @@ public class DelegateBase implements DlgClickNotify,
fmtId = R.string.app_not_found_fmt;
break;
default:
DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
// DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
}
if ( 0 != fmtId ) {