Searched defs:DEBUG_APP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java49 static final boolean DEBUG_APP = DEBUG_ALL_ACTIVITIES || false; field in class:ActivityManagerDebugConfig
/frameworks/base/core/java/android/provider/
H A DSettings.java1537 MOVED_TO_GLOBAL.add(Settings.Global.DEBUG_APP);
2367 * @deprecated Use {@link Global#DEBUG_APP} instead
2370 public static final String DEBUG_APP = Global.DEBUG_APP; field in class:Settings.System
2373 * If 1, when launching DEBUG_APP it will wait for the debugger before
7415 public static final String DEBUG_APP = "debug_app"; field in class:Settings.Global
7418 * If 1, when launching DEBUG_APP it will wait for the debugger before

Completed in 119 milliseconds