mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
tweaks for logging/debuggin
This commit is contained in:
parent
4c0c57229f
commit
6d19df4b98
2 changed files with 3 additions and 2 deletions
|
@ -261,7 +261,7 @@ public class BTService extends XWJIService {
|
||||||
|
|
||||||
public static void onACLConnected( Context context )
|
public static void onACLConnected( Context context )
|
||||||
{
|
{
|
||||||
Log.d( TAG, "onACLConnected()" );
|
Log.d( TAG, "onACLConnected(); enqueuing work" );
|
||||||
enqueueWork( context,
|
enqueueWork( context,
|
||||||
getIntentTo( context, BTAction.ACL_CONN ) );
|
getIntentTo( context, BTAction.ACL_CONN ) );
|
||||||
}
|
}
|
||||||
|
|
|
@ -2394,7 +2394,8 @@
|
||||||
<string name="summary_enable_stallnotify">Notify when Android\'s
|
<string name="summary_enable_stallnotify">Notify when Android\'s
|
||||||
slow to process outgoing invitations and moves</string>
|
slow to process outgoing invitations and moves</string>
|
||||||
<string name="notify_stall_title">Message sending is stalled</string>
|
<string name="notify_stall_title">Message sending is stalled</string>
|
||||||
<string name="notify_stall_body_fmt">%1$s could not send outbound messages for %2$d seconds.
|
<string name="notify_stall_body_fmt">%1$s (and others?) could not send outbound messages
|
||||||
|
for %2$d seconds.
|
||||||
\n
|
\n
|
||||||
\nIf it happens again, e-mail the developer logs and info about your device.
|
\nIf it happens again, e-mail the developer logs and info about your device.
|
||||||
\n
|
\n
|
||||||
|
|
Loading…
Reference in a new issue