HomeSort by relevance Sort by last modified time
    Searched defs:sLogOutput (Results 1 - 2 of 2) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 140 private static ILogOutput sLogOutput;
212 if (sLogOutput != null) {
213 sLogOutput.printAndPromptLog(logLevel, tag, message);
244 sLogOutput = logOutput;
327 if (sLogOutput != null) {
328 sLogOutput.printLog(logLevel, tag, message);
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 436 milliseconds