mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
tweaks for logging/debuggin
This commit is contained in:
parent
0a696cf203
commit
4e347f2257
2 changed files with 3 additions and 2 deletions
|
@ -261,7 +261,7 @@ public class BTService extends XWJIService {
|
|||
|
||||
public static void onACLConnected( Context context )
|
||||
{
|
||||
Log.d( TAG, "onACLConnected()" );
|
||||
Log.d( TAG, "onACLConnected(); enqueuing work" );
|
||||
enqueueWork( context,
|
||||
getIntentTo( context, BTAction.ACL_CONN ) );
|
||||
}
|
||||
|
|
|
@ -2394,7 +2394,8 @@
|
|||
<string name="summary_enable_stallnotify">Notify when Android\'s
|
||||
slow to process outgoing invitations and moves</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
|
||||
\nIf it happens again, e-mail the developer logs and info about your device.
|
||||
\n
|
||||
|
|
Loading…
Reference in a new issue