Loading packages/SettingsLib/src/com/android/settingslib/drawer/SettingsDrawerActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ public class SettingsDrawerActivity extends Activity { protected static final boolean DEBUG_TIMING = false; private static final String TAG = "SettingsDrawerActivity"; private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); public static final String EXTRA_SHOW_MENU = "show_drawer_menu"; Loading Loading @@ -289,7 +290,7 @@ public class SettingsDrawerActivity extends Activity { for (int i = userHandles.size()-1; i >= 0; i--) { if (mUserManager.getUserInfo(userHandles.get(i).getIdentifier()) == null) { if (DEBUG_TIMING) { if (DEBUG) { Log.d(TAG, "Delete the user: " + userHandles.get(i).getIdentifier()); } userHandles.remove(i); Loading Loading
packages/SettingsLib/src/com/android/settingslib/drawer/SettingsDrawerActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ public class SettingsDrawerActivity extends Activity { protected static final boolean DEBUG_TIMING = false; private static final String TAG = "SettingsDrawerActivity"; private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); public static final String EXTRA_SHOW_MENU = "show_drawer_menu"; Loading Loading @@ -289,7 +290,7 @@ public class SettingsDrawerActivity extends Activity { for (int i = userHandles.size()-1; i >= 0; i--) { if (mUserManager.getUserInfo(userHandles.get(i).getIdentifier()) == null) { if (DEBUG_TIMING) { if (DEBUG) { Log.d(TAG, "Delete the user: " + userHandles.get(i).getIdentifier()); } userHandles.remove(i); Loading