mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
Rename dumpsys_enabled parameter to markers_enabled
Change parameter name for enabling markers to better reflect its purpose. The old name was a misnomer.
This commit is contained in:
parent
73c2609a72
commit
550a0db61a
@ -84,7 +84,7 @@ public class BaseUiAutomation extends UiAutomatorTestCase {
|
|||||||
|
|
||||||
public ActionLogger(String testTag, Bundle parameters) {
|
public ActionLogger(String testTag, Bundle parameters) {
|
||||||
this.testTag = testTag;
|
this.testTag = testTag;
|
||||||
this.enabled = Boolean.parseBoolean(parameters.getString("dumpsys_enabled"));
|
this.enabled = Boolean.parseBoolean(parameters.getString("markers_enabled"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void start() {
|
public void start() {
|
||||||
|
@ -40,7 +40,7 @@ class UxPerfResultProcessor(ResultProcessor):
|
|||||||
An action represents a series of UI interactions to capture.
|
An action represents a series of UI interactions to capture.
|
||||||
|
|
||||||
NOTE: The UX_PERF markers are turned off by default and must be enabled in
|
NOTE: The UX_PERF markers are turned off by default and must be enabled in
|
||||||
a agenda file by setting dumpsys_enabled for the workload to true.
|
a agenda file by setting ``markers_enabled`` for the workload to ``True``.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
parameters = [
|
parameters = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user