HomeSort by relevance Sort by last modified time
    Searched refs:logStdio (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/runtime/
main_runtime.cpp 487 bool logStdio = false;
489 logStdio = (strcmp(propBuf, "true") == 0);
491 zygote_run_oneshot((int)(!logStdio),
  /dalvik/vm/
Globals.h 116 bool logStdio;
Init.c 880 gDvm.logStdio = true;
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 583 bool logStdio = false;
625 logStdio = true;
795 if (logStdio) {
    [all...]

Completed in 176 milliseconds