MCPcopy Create free account
hub / github.com/LineageOS/android_frameworks_base / v

Method v

core/java/android/util/Log.java:117–119  ·  view source on GitHub ↗

Send a #VERBOSE log message. @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.

(String tag, String msg)

Source from the content-addressed store, hash-verified

115 * @param msg The message you would like logged.
116 */
117 public static int v(String tag, String msg) {
118 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
119 }
120
121 /**
122 * Send a {@link #VERBOSE} log message and log the exception.

Callers 15

surfaceDestroyedMethod · 0.95
surfaceChangedMethod · 0.95
getPidMethod · 0.95
captureMemInfoMethod · 0.95
getVsizeMethod · 0.95
onShutterMethod · 0.95
onPictureTakenMethod · 0.95
onCreateMethod · 0.95
testNumberOfCamerasMethod · 0.95
testCameraInfoMethod · 0.95
testConnectMethod · 0.95
testConnectProMethod · 0.95

Calls 2

println_nativeMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by 15

surfaceDestroyedMethod · 0.76
surfaceChangedMethod · 0.76
getPidMethod · 0.76
captureMemInfoMethod · 0.76
getVsizeMethod · 0.76
onShutterMethod · 0.76
onPictureTakenMethod · 0.76
onCreateMethod · 0.76
testNumberOfCamerasMethod · 0.76
testCameraInfoMethod · 0.76
testConnectMethod · 0.76
testConnectProMethod · 0.76