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

/frameworks/base/core/java/android/os/
H A DProcess.java275 * @param debugFlags Additional flags.
287 int debugFlags, int targetSdkVersion,
291 debugFlags, targetSdkVersion, zygoteArgs);
452 * @param debugFlags Additional flags.
462 int debugFlags, int targetSdkVersion,
473 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) {
476 if ((debugFlags & Zygote.DEBUG_ENABLE_SAFEMODE) != 0) {
479 if ((debugFlags & Zygote.DEBUG_ENABLE_DEBUGGER) != 0) {
482 if ((debugFlags & Zygote.DEBUG_ENABLE_CHECKJNI) != 0) {
485 if ((debugFlags
284 start(final String processClass, final String niceName, int uid, int gid, int[] gids, int debugFlags, int targetSdkVersion, String[] zygoteArgs) argument
458 startViaZygote(final String processClass, final String niceName, final int uid, final int gid, final int[] gids, int debugFlags, int targetSdkVersion, String[] extraArgs) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java232 parsedArgs.gids, parsedArgs.debugFlags, rlimits);
335 int debugFlags; field in class:ZygoteConnection.Arguments
419 debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER;
421 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE;
423 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI;
425 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING;
427 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT;
650 args.debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER;
H A DZygoteInit.java496 parsedArgs.debugFlags,
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java264 * @param debugFlags the new debug flags
268 public void setDebugFlags(int debugFlags) { argument
269 mDebugFlags = debugFlags;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1943 int debugFlags = 0;
1945 debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER;
1948 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI;
1954 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE;
1957 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI;
1960 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING;
1963 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT;
1969 app.processName, uid, uid, gids, debugFlags,

Completed in 95 milliseconds