Searched refs:getLogRegistry (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | SandboxedInvocationExecutionTest.java | 93 ILogRegistry getLogRegistry() { in setUp() 160 ILogRegistry getLogRegistry() { in testParentSandboxInvocation_sharding() 260 ILogRegistry getLogRegistry() { in testInvocation_sharding_notTests() 323 ILogRegistry getLogRegistry() { in testInvocation_preInvocationFailing()
|
D | TestInvocationTest.java | 247 ILogRegistry getLogRegistry() { in setUp() 1569 ILogRegistry getLogRegistry() { in testInvoke_deviceInfoBuild_noEnv() 1647 ILogRegistry getLogRegistry() { in testInvoke_deviceInfoBuild_withEnv() 1742 ILogRegistry getLogRegistry() { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
|
D | TestInvocationMultiTest.java | 89 ILogRegistry getLogRegistry() { in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 481 getLogRegistry().unregisterLogger(); in reportHostLog() 507 ILogRegistry getLogRegistry() { in getLogRegistry() method in TestInvocation 508 return LogRegistry.getLogRegistry(); in getLogRegistry() 663 getLogRegistry().registerLogger(config.getLogOutput()); in invoke() 770 getLogRegistry().dumpToGlobalLog(config.getLogOutput()); in invoke() 772 getLogRegistry().unregisterLogger(); in invoke()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | TestsPoolPoller.java | 340 getLogRegistry().logEvent(LogLevel.DEBUG, event, args); in logDeviceEvent() 343 private ILogRegistry getLogRegistry() { in getLogRegistry() method in TestsPoolPoller 347 return LogRegistry.getLogRegistry(); in getLogRegistry()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | Console.java | 811 LogLevel currentLogLevel = LogRegistry.getLogRegistry().getGlobalLogDisplayLevel(); in addDefaultCommands() 813 LogRegistry.getLogRegistry().setGlobalLogDisplayLevel(newLogLevel); in addDefaultCommands() 815 currentLogLevel = LogRegistry.getLogRegistry().getGlobalLogDisplayLevel(); in addDefaultCommands() 1084 LogRegistry.getLogRegistry().dumpLogs(); in dumpLogs() 1112 ((LogRegistry)LogRegistry.getLogRegistry()).dumpLogsToDir(tmpBugreportDir); in dumpTfBugreport()
|
D | CommandScheduler.java | 1782 Log.setLogOutput(LogRegistry.getLogRegistry()); in initLogging() 1791 LogRegistry.getLogRegistry().closeAndRemoveAllLogs(); in cleanUp() 1797 LogRegistry.getLogRegistry().logEvent(LogLevel.DEBUG, event, args); in logEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/ |
D | HeapHostMonitor.java | 57 LogRegistry.getLogRegistry().logEvent(LogLevel.INFO, EventType.HEAP_MEMORY, args); in logEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DebugHostLogOnFailureCollector.java | 60 LogRegistry registry = (LogRegistry) LogRegistry.getLogRegistry(); in getLogger()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | LogRegistry.java | 78 public static ILogRegistry getLogRegistry() { in getLogRegistry() method in LogRegistry
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinition.java | 616 LogRegistry.getLogRegistry().logEvent(LogLevel.DEBUG, event, args); in logDeviceEvent()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 1196 LogRegistry.getLogRegistry().logEvent(LogLevel.DEBUG, event, args); in logDeviceEvent()
|