Add TODO for debug variable for entering debug screen

See b/10446166 for STOPSHIP notice to disable debug screen before shipping

Change-Id: Ic0c845b558a2b745bc5015beb3eac3864165670d
This commit is contained in:
Tony Mantler 2013-08-22 16:37:29 -07:00
parent 219c3b5b84
commit 4727dc2903
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ import java.util.concurrent.FutureTask;
public class AccountSetupBasics extends AccountSetupActivity
implements OnClickListener, TextWatcher, AccountCheckSettingsFragment.Callbacks {
// TODO: Set to false before shipping, logs PII b/10446166
private final static boolean ENTER_DEBUG_SCREEN = true;
/**