reduce the length of a log tag to a legal amount

Change-Id: I6f18b9aa893cdccfebf24885b4668a50472af802
This commit is contained in:
Martin Hibdon 2013-09-26 13:29:24 -07:00
parent 99b023353d
commit fead9986c1
1 changed files with 1 additions and 1 deletions

View File

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