public interface

UsageTracker

android.support.test.internal.runner.tracker.UsageTracker
Known Indirect Subclasses

Class Overview

Used by test infrastructure to report usage stats (optionally).

This interface should only be used by test infrastructure.

Summary

Nested Classes
class UsageTracker.NoOpUsageTracker NoOp implementation. 
Public Methods
abstract void sendUsages()
Requests that all usages be sent.
abstract void trackUsage(String usage)
Indicates that a particular tool/api was used.

Public Methods

public abstract void sendUsages ()

Requests that all usages be sent.

public abstract void trackUsage (String usage)

Indicates that a particular tool/api was used.

Usage will be dumped at the end of the instrumentation run.