MCPcopy Index your code
hub / github.com/cSploit/android / run

Method run

cSploit/src/org/csploit/android/tools/Tool.java:32–34  ·  view source on GitHub ↗
(String args, Child.EventReceiver receiver)

Source from the content-addressed store, hash-verified

30 protected String[] mEnv = null;
31
32 public int run(String args, Child.EventReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException {
33 return ChildManager.wait(async(args, receiver));
34 }
35
36 public int run(Child.EventReceiver receiver) throws InterruptedException, ChildManager.ChildDiedException, ChildManager.ChildNotStartedException {
37 return run(null, receiver);

Callers

nothing calls this directly

Calls 2

waitMethod · 0.95
asyncMethod · 0.95

Tested by

no test coverage detected