Skip to content

Commit

Permalink
DroidPlugin: 对于有FLAG_PERSISTENT标志、且有服务在运行的插件不杀进程。
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzy committed Oct 29, 2015
1 parent 57e633a commit 9f8cde5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ private void runProcessGC() {
&& info.pid != android.os.Process.myPid()
&& !pns.contains(info.processName)
&& mRunningProcessList.isPlugin(info.pid)
&& !mRunningProcessList.isPersistentApplication(info.pid)
/*&& !mRunningProcessList.isPersistentApplication(info.pid)*/) {
myInfos.add(info);
}
Expand Down

0 comments on commit 9f8cde5

Please sign in to comment.