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

Method getLastError

cSploit/src/org/csploit/android/core/System.java:411–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 public static String getLastError(){
412 return mLastError;
413 }
414
415 public static synchronized void errorLogging(Throwable e){
416 String message = "Unknown error.",

Callers 1

onCreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected