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

Method startCore

cSploit/src/org/csploit/android/MainActivity.java:258–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 private boolean startCore() {
259 isRootMissing = false;
260 try {
261 System.initCore();
262
263 return true;
264 } catch (System.SuException e) {
265 onInitializationError(getString(R.string.only_4_root));
266 isRootMissing = true;
267 } catch (System.DaemonException e) {
268 Logger.error(e.getMessage());
269 }
270
271 return false;
272 }
273
274 private void onCoreBeating() {
275 if (Client.hadCrashed()) {

Callers 2

onCoreUpdatedMethod · 0.95
onCreateMethod · 0.95

Calls 3

initCoreMethod · 0.95
onInitializationErrorMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected