DeviceSideCollectorSpecification
public
final
class
DeviceSideCollectorSpecification
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.metric.target.DeviceSideCollectorSpecification |
Tradefed object to specify a device collector defined in:
platform_testing/libraries/device-collectors. This allows to specify these objects in the Tradefed xml like the host-side ones and to set their options.
Summary
Public constructors | |
---|---|
DeviceSideCollectorSpecification()
|
Public methods | |
---|---|
|
getCollectorNames()
Returns the |
MultiMap<String, String>
|
getCollectorOptions()
Returns the |
|
getExcludeGroupFilters()
Returns the |
|
getIncludeGroupFilters()
Returns the |
Public constructors
DeviceSideCollectorSpecification
public DeviceSideCollectorSpecification ()
Public methods
getCollectorNames
publicgetCollectorNames ()
Returns the ERROR(/List)
of collectors to be added to the instrumentation.
Returns | |
---|---|
|
getCollectorOptions
public MultiMap<String, String> getCollectorOptions ()
Returns the MultiMap
of device side collector options to be added to the
instrumentation.
Returns | |
---|---|
MultiMap<String, String> |
getExcludeGroupFilters
publicgetExcludeGroupFilters ()
Returns the ERROR(/List)
of groups to be excluded via --exclude-filter-group.
Returns | |
---|---|
|
getIncludeGroupFilters
publicgetIncludeGroupFilters ()
Returns the ERROR(/List)
of groups to be included via --include-filter-group.
Returns | |
---|---|
|