mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +01:00
remove logging
This commit is contained in:
parent
9cdd9f4419
commit
f4f9d11c3b
3 changed files with 3 additions and 3 deletions
|
@ -1099,7 +1099,7 @@ public class BTService extends XWService {
|
||||||
private DataOutputStream connect( BluetoothSocket socket, BTCmd cmd )
|
private DataOutputStream connect( BluetoothSocket socket, BTCmd cmd )
|
||||||
{
|
{
|
||||||
String name = socket.getRemoteDevice().getName();
|
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
|
// Docs say always call cancelDiscovery before trying to connect
|
||||||
m_adapter.cancelDiscovery();
|
m_adapter.cancelDiscovery();
|
||||||
|
|
||||||
|
|
|
@ -489,7 +489,7 @@ public class ConnStatusHandler {
|
||||||
private static void doSave( Context context )
|
private static void doSave( Context context )
|
||||||
{
|
{
|
||||||
synchronized( s_lockObj ) {
|
synchronized( s_lockObj ) {
|
||||||
DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
|
// DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
|
||||||
ByteArrayOutputStream bas
|
ByteArrayOutputStream bas
|
||||||
= new ByteArrayOutputStream();
|
= new ByteArrayOutputStream();
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -525,7 +525,7 @@ public class DelegateBase implements DlgClickNotify,
|
||||||
fmtId = R.string.app_not_found_fmt;
|
fmtId = R.string.app_not_found_fmt;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
|
// DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( 0 != fmtId ) {
|
if ( 0 != fmtId ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue