Skip to content

Commit

Permalink
Merge branch 'hogarth' of https://github.com/plum-umd/redexer into ho…
Browse files Browse the repository at this point in the history
…garth
  • Loading branch information
rmega12 committed Mar 2, 2021
2 parents 3b00ca7 + e4ebbd0 commit d6a2924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/withTimeout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
TEMP_FILE = ".timeoutTemp.txt"
TIMEOUT_REPORT = "Timeout on logging class "
PIPEFAIL = "set -o pipefail; "
# DEX_CLASS_TO_START_WITH = nil
DEX_CLASS_TO_START_WITH = "classes.dex,androidx.constraintlayout.widget.ConstraintLayout"
DEX_CLASS_TO_START_WITH = nil
# DEX_CLASS_TO_START_WITH = "classes.dex,androidx.constraintlayout.widget.ConstraintLayout"
SKIP = File.join(HOME, "data/skip.txt")
SKIP_TEMP = File.join(HERE, ".skipTemp.txt")
PERFORMANCE_REPORT = "redexer performance statistics"
Expand Down

0 comments on commit d6a2924

Please sign in to comment.