Line length
Change-Id: I50cf8aef2de5ec490cc081a1c67e6f3727b15cb1
This commit is contained in:
parent
8196f82ce2
commit
c80688903d
@ -46,7 +46,8 @@ public class AccountSetupActivity extends Activity implements SetupData.SetupDat
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
if (DEBUG_SETUP_FLOWS) {
|
||||
LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(), mSetupData.debugString());
|
||||
LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(),
|
||||
mSetupData.debugString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user