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

Method warning

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

Source from the content-addressed store, hash-verified

37 }
38
39 public static void warning( String message ){
40 log( Log.WARN, message );
41 }
42
43 public static void error( String message ){
44 log( Log.ERROR, message );

Callers 15

onCoreBeatingMethod · 0.95
onEventMethod · 0.95
onEventMethod · 0.95
onEventMethod · 0.95
asyncMethod · 0.95
onEventMethod · 0.95
userMethod · 0.95
remountMethod · 0.95
restoreMountpointMethod · 0.95
fromFileMethod · 0.95
startCoreDaemonMethod · 0.95
isForwardingEnabledMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected