MCPcopy Create free account
hub / github.com/facebook/SoLoader / w

Method w

java/com/facebook/soloader/LogUtil.java:61–63  ·  view source on GitHub ↗

Send a Log#WARN log message and log the exception. @param tag Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. @param msg The message you would like logged. @param tr An exception to log

(final String tag, final String msg, final Throwable tr)

Source from the content-addressed store, hash-verified

59 * @param tr An exception to log
60 */
61 public static void w(final String tag, final String msg, final Throwable tr) {
62 Log.w(tag, msg, tr);
63 }
64
65 /**
66 * Send a {@link Log#WARN} log message.

Callers 15

computeFileHashMethod · 0.95
corruptedLibNameMethod · 0.95
writeStateMethod · 0.95
computeFileHashMethod · 0.95
depsChangedMethod · 0.95
getOrCreateLockOnDirMethod · 0.95
loadLibraryMethod · 0.95
getFallbackApkLdPathMethod · 0.95
initMethod · 0.95
initEnableConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected