Merge "reduce the length of a log tag to a legal amount" into jb-ub-mail-ur10

This commit is contained in:
Martin Hibdon 2013-09-26 20:35:02 +00:00 committed by Android (Google) Code Review
commit 7140095932

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;