Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java162 private final static LayoutLog sDefaultLog = new LayoutLog() { field in Bridge
182 private static LayoutLog sCurrentLog = sDefaultLog;
229 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
461 sCurrentLog = sDefaultLog; in setLog()