MCPcopy Create free account
hub / github.com/Aefyr/SAI / toString

Method toString

app/src/main/java/com/aefyr/sai/shell/Shell.java:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 @SuppressLint("DefaultLocale")
89 @NonNull
90 @Override
91 public String toString() {
92 return String.format("Command: %s\nExit code: %d\nOut:\n%s\n=============\nErr:\n%s", cmd, exitCode, out, err);
93 }
94 }
95
96}

Callers 15

getAppLabelMethod · 0.45
throwableToStringMethod · 0.45
buildValidFatFilenameMethod · 0.45
trimFilenameMethod · 0.45
execInternalMethod · 0.45
execInternalMethod · 0.45
toStringMethod · 0.45
createForPackageMethod · 0.45
buildMethod · 0.45
forPackageMethod · 0.45
fetchPackagesMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected