Files
frameworks_base/core/java
Guang Zhu 843b992b51 clean up Process instance after we are done with the sub process
Per java doc of java.lang.Process, #destroy() should be called
after the parent process is done with the sub process.

Bug: 20435160
Change-Id: I254982388c5b46c93c214b37a1e8563f21805e82
2015-06-07 16:16:15 -07:00
..