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

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1387 Process mGdbProcess; field in class:Am.MyActivityController
1471 if (mGdbProcess != null) {
1473 mGdbProcess.destroy();
1474 mGdbProcess = null;
1492 mGdbProcess = Runtime.getRuntime().exec(new String[] {
1496 mGdbProcess.getInputStream());

Completed in 25 milliseconds