am 8a289cb0
: shorten log tag lengths
* commit '8a289cb07cd577d9124411bc0b3c260baf959b9a': shorten log tag lengths
This commit is contained in:
commit
f9c5980655
@ -43,7 +43,7 @@ import com.android.mail.utils.LogUtils;
|
|||||||
* TODO: Use this class in ExchangeService
|
* TODO: Use this class in ExchangeService
|
||||||
*/
|
*/
|
||||||
public class EmailConnectivityManager extends BroadcastReceiver {
|
public class EmailConnectivityManager extends BroadcastReceiver {
|
||||||
private static final String TAG = "EmailConnectivityManager";
|
private static final String TAG = "EmailConnectivityMgr";
|
||||||
|
|
||||||
// Loop time while waiting (stopgap in case we don't get a broadcast)
|
// Loop time while waiting (stopgap in case we don't get a broadcast)
|
||||||
private static final int CONNECTIVITY_WAIT_TIME = 10*60*1000;
|
private static final int CONNECTIVITY_WAIT_TIME = 10*60*1000;
|
||||||
|
Loading…
Reference in New Issue
Block a user