shorten log tag lengths
Bug: 9815409 Change-Id: Ied2ef86ec204d005c246444906d7a385e939043e
This commit is contained in:
parent
e13d9f6ba5
commit
8a289cb07c
@ -43,7 +43,7 @@ import com.android.mail.utils.LogUtils;
|
||||
* TODO: Use this class in ExchangeService
|
||||
*/
|
||||
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)
|
||||
private static final int CONNECTIVITY_WAIT_TIME = 10*60*1000;
|
||||
|
Loading…
Reference in New Issue
Block a user