Searched defs:DEBUG_APP (Results 1 - 2 of 2) 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
/frameworks/base/core/java/android/provider/
H A DSettings.java2332 MOVED_TO_GLOBAL.add(Settings.Global.DEBUG_APP);
3142 * @deprecated Use {@link Global#DEBUG_APP} instead
3145 public static final String DEBUG_APP = Global.DEBUG_APP; field in class:Settings.System
3148 * If 1, when launching DEBUG_APP it will wait for the debugger before
11244 public static final String DEBUG_APP = "debug_app"; field in class:Settings.Global
11247 * If 1, when launching DEBUG_APP it will wait for the debugger before

Completed in 45 milliseconds