Skip to content

Commit

Permalink
Fixed example app
Browse files Browse the repository at this point in the history
  • Loading branch information
natanieljr authored and natanieljr committed Jul 19, 2018
1 parent 1177651 commit 2955b13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Example {
// Default configuration values can be found in [project/pcComponents/core/src/main/resources/defaultConfig.properties]
val customArgsForDroidmate = args.toMutableList()
.also {
it.add("--Exploration-deviceIndex=2")
it.add("--Selectors-actionLimit=100")
it.add("--Selectors-resetEvery=50")
}
Expand Down Expand Up @@ -70,7 +71,7 @@ class Example {
selectors.add(StrategySelector(priority = defaultSelectors.size + 1,
description = "Example Selector",
selector = mySelector,
bundle = listOf(someId)))
bundle = someId))

// Run Droidmate
val explorationOutput = ExplorationAPI.explore(cfg, strategies, selectors)
Expand Down

0 comments on commit 2955b13

Please sign in to comment.