mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-02-11 06:05:27 +01:00
don't log start reason
This commit is contained in:
parent
59978e157c
commit
ac687d6bbd
1 changed files with 0 additions and 1 deletions
|
@ -477,7 +477,6 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
|
|||
final String action = intent == null ? null : intent.getAction();
|
||||
boolean interactive = false;
|
||||
if (action != null) {
|
||||
Log.d(Config.LOGTAG,"start reason: "+action);
|
||||
switch (action) {
|
||||
case ConnectivityManager.CONNECTIVITY_ACTION:
|
||||
if (hasInternetConnection() && Config.RESET_ATTEMPT_COUNT_ON_NETWORK_CHANGE) {
|
||||
|
|
Loading…
Add table
Reference in a new issue