Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java122 private final static LayoutLog sDefaultLog = new LayoutLog() { field in Bridge
142 private static LayoutLog sCurrentLog = sDefaultLog;
190 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
527 sCurrentLog = sDefaultLog; in setLog()