reduce the length of a log tag to a legal amount
Change-Id: I6f18b9aa893cdccfebf24885b4668a50472af802
This commit is contained in:
parent
99b023353d
commit
fead9986c1
@ -56,7 +56,7 @@ import com.android.mail.utils.LogUtils;
|
||||
*/
|
||||
public class AccountCheckSettingsFragment extends Fragment {
|
||||
|
||||
public final static String TAG = "AccountCheckSettingsFragment";
|
||||
public final static String TAG = "AccountCheckStgFrag";
|
||||
|
||||
// State
|
||||
private final static int STATE_START = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user