Home
last modified time | relevance | path

Searched refs:sDefaultLog (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java125 private final static ILayoutLog sDefaultLog = new ILayoutLog() { field in Bridge
146 private static ILayoutLog sCurrentLog = sDefaultLog;
177 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
523 sCurrentLog = sDefaultLog; in setLog()