UsageTrackerFacilitator
Artifact: androidx.test:runner
public class UsageTrackerFacilitator
Summary
Public constructors |
|---|
|
Public methods |
|
|---|---|
void |
Requests that all usages be sent. |
boolean |
|
void |
Indicates that a particular tool/api was used. |
Public constructors
Public methods
trackUsage
public voidtrackUsage(String usage, String version)
Indicates that a particular tool/api was used.
Usage will be dumped at the end of the instrumentation run.