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.java144 private final static ILayoutLog sDefaultLog = new ILayoutLog() { field in Bridge
170 private static ILayoutLog sCurrentLog = sDefaultLog;
213 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
607 sCurrentLog = sDefaultLog; in setLog()