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

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java749 Process mGdbProcess; field in class:Am.MyActivityController
824 if (mGdbProcess != null) {
826 mGdbProcess.destroy();
827 mGdbProcess = null;
845 mGdbProcess = Runtime.getRuntime().exec(new String[] {
849 mGdbProcess.getInputStream());

Completed in 56 milliseconds