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

  /tools/tradefederation/core/src/com/android/tradefed/log/
LogRegistry.java 40 * logger, and thus will need to register its own logger with the LogRegistry if it wants to log
43 public class LogRegistry implements ILogRegistry {
44 private static final String LOG_TAG = "LogRegistry";
47 private static LogRegistry mLogRegistry = null;
54 * the {@link LogRegistry}.
56 LogRegistry() {
74 * Get the {@link LogRegistry} instance
77 * @return a {@link LogRegistry} that can be used to register, get, write to, and close logs
81 mLogRegistry = new LogRegistry();
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 61 import com.android.tradefed.log.LogRegistry;
    [all...]

Completed in 480 milliseconds