Searched refs:DEBUG_APP (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java50 static final boolean DEBUG_APP = DEBUG_ALL_ACTIVITIES || false; field in class:ActivityManagerDebugConfig
H A DActivityStack.java35 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_APP;
3783 if (DEBUG_APP) Slog.v(TAG_APP, "Clearing app during cleanUp for activity " + r);
3840 if (DEBUG_APP) Slog.v(TAG_APP, "Clearing app during remove for activity " + r);
4053 if (DEBUG_APP) Slog.v(TAG_APP, "Clearing app during destroy for activity " + r);
4064 if (DEBUG_APP) Slog.v(TAG_APP, "Clearing app during destroy for activity " + r);
4232 if (DEBUG_APP) Slog.v(TAG_APP,
H A DActivityManagerService.java283 import static android.provider.Settings.Global.DEBUG_APP;
12022 resolver, Settings.Global.DEBUG_APP,
13224 final String debugApp = Settings.Global.getString(resolver, DEBUG_APP);
/frameworks/base/core/java/android/provider/
H A DSettings.java1851 MOVED_TO_GLOBAL.add(Settings.Global.DEBUG_APP);
2718 * @deprecated Use {@link Global#DEBUG_APP} instead
2721 public static final String DEBUG_APP = Global.DEBUG_APP; field in class:Settings.System
2724 * If 1, when launching DEBUG_APP it will wait for the debugger before
8509 public static final String DEBUG_APP = "debug_app"; field in class:Settings.Global
8512 * If 1, when launching DEBUG_APP it will wait for the debugger before
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1484 Settings.Global.DEBUG_APP,

Completed in 135 milliseconds