aboutsummaryrefslogtreecommitdiff
path: root/src/sat.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-04-09 16:02:44 -0700
committerElliott Hughes <enh@google.com>2020-04-10 12:29:39 -0700
commit840a6705113a20b716ac67690bd8a7c91badb294 (patch)
treeb5381fda0b53dd45d295a0fd52d4f7cda1b0e180 /src/sat.h
parentd621bdcd9a15346a0c9a7234deebb82972925792 (diff)
parent13bdf568b05f5a36e1374de45d37d80a2a0268c2 (diff)
downloadstressapptest-840a6705113a20b716ac67690bd8a7c91badb294.tar.gz
Upgrade to stressapptest v1.0.9.
We already had some cherrypicks from v1.0.9 in the tree for arm64 support. Fix up Android.bp to declare the cpu type. Add METADATA. Test: treehugger Change-Id: Id5a64382bb3215d8933537e1c7ed5fbc7c3347f7
Diffstat (limited to 'src/sat.h')
-rw-r--r--src/sat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat.h b/src/sat.h
index 5cc3bec..33824b4 100644
--- a/src/sat.h
+++ b/src/sat.h
@@ -174,7 +174,7 @@ class Sat {
bool crazy_error_injection_; // Simulate lots of errors.
uint64 max_errorcount_; // Number of errors before forced exit.
int run_on_anything_; // Ignore unknown machine ereor.
- int use_logfile_; // Log to a file.
+ bool use_logfile_; // Log to a file.
char logfilename_[255]; // Name of file to log to.
int logfile_; // File handle to log to.
bool log_timestamps_; // Whether to add timestamps to log lines.