tweaks for logging/debuggin

This commit is contained in:
Eric House 2020-04-04 19:36:46 -07:00
parent 4c0c57229f
commit 6d19df4b98
2 changed files with 3 additions and 2 deletions

View file

@ -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 ) );
} }

View file

@ -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