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.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
8399 public static final String DEBUG_APP = "debug_app"; field in class:Settings.Global
8402 * If 1, when launching DEBUG_APP it will wait for the debugger before

Completed in 690 milliseconds