Searched defs:mGdbProcess (Results 1 - 1 of 1) sorted by path

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1219 Process mGdbProcess; field in class:Am.MyActivityController
1303 if (mGdbProcess != null) {
1305 mGdbProcess.destroy();
1306 mGdbProcess = null;
1324 mGdbProcess = Runtime.getRuntime().exec(new String[] {
1328 mGdbProcess.getInputStream());

Completed in 22 milliseconds