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

Method info

cSploit/src/org/csploit/android/core/Logger.java:35–37  ·  view source on GitHub ↗
( String message )

Source from the content-addressed store, hash-verified

33 }
34
35 public static void info( String message ){
36 log( Log.INFO, message );
37 }
38
39 public static void warning( String message ){
40 log( Log.WARN, message );

Callers 15

onEventMethod · 0.95
runMethod · 0.95
onNewMountpointMethod · 0.95
fromFileMethod · 0.95
haveLocalFileMethod · 0.95
downloadFileMethod · 0.95
extractMethod · 0.95
connectMethod · 0.95
onAutoScanChangedMethod · 0.95
runMethod · 0.95
launchMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected