MCPcopy Create free account
hub / github.com/bq/OctoPrint-AndroidApp / i

Method i

PrinterApp/app/src/main/java/android/app/printerapp/Log.java:11–16  ·  view source on GitHub ↗
(String logTag, String logString)

Source from the content-addressed store, hash-verified

9 private static boolean isLogsEnabled = true;
10
11 public static void i(String logTag, String logString) {
12
13 if (isLogsEnabled) {
14 android.util.Log.i(logTag, logString);
15 }
16 }
17
18 public static void v(String logTag, String logString) {
19

Callers 15

onChangedMethod · 0.95
onInvalidatedMethod · 0.95
selectionChangedMethod · 0.95
handleDataChangedMethod · 0.95
checkSelectionChangedMethod · 0.95
rememberSyncStateMethod · 0.95
HListViewMethod · 0.95
setDividerMethod · 0.95
setDividerWidthMethod · 0.95
AbsHListViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected