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.java127 private final static LayoutLog sDefaultLog = new LayoutLog() { field in Bridge
147 private static LayoutLog sCurrentLog = sDefaultLog;
198 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
541 sCurrentLog = sDefaultLog; in setLog()