commit | 7af3357289863185ecda9e33a932652a47c76cd0 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Wed Sep 19 17:42:25 2018 +0100 |
committer | Hector Dearman <hjd@google.com> | Wed Sep 19 17:42:25 2018 +0100 |
tree | 375fb2dd6e755acd9d6c98e76d1580bec256da45 | |
parent | 4544f371102454b0d05f16205033d676c728fbac [diff] |
trace_processor: Make randomness deterministic Turn off seeding sqlite randomness /dev/urandom. In the browser this causes a crash as /dev/urandom is not implemented. Change-Id: I3986efc0d4b136b646720cdbb7109fc028910f34
diff --git a/buildtools/BUILD.gn b/buildtools/BUILD.gn index 9a16d42..33203c9 100644 --- a/buildtools/BUILD.gn +++ b/buildtools/BUILD.gn
@@ -597,6 +597,7 @@ "-DSQLITE_CORE", "-DSQLITE_TEMP_STORE=3", "-DSQLITE_OMIT_LOAD_EXTENSION", + "-DSQLITE_OMIT_RANDOMNESS", ] }