1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01: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:
John Richardson 2016-07-25 14:57:12 +01:00
parent 73c2609a72
commit 550a0db61a
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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 = [