Update hermes-engine to newest version 0.3.0

Summary:
Changelog:

[Android] [Changed] - Update hermes-engine to newest version 0.3.0

Reviewed By: cpojer

Differential Revision: D18364012

fbshipit-source-id: 819f7f7980f4bc965c8875eef70ee0108882f922
This commit is contained in:
Marc Horowitz
2019-11-11 18:38:01 -08:00
committed by Facebook Github Bot
parent 8c63dd3b1a
commit 61cb2686a2
6 changed files with 15 additions and 8 deletions
@@ -66,7 +66,7 @@ static ::hermes::vm::RuntimeConfig makeRuntimeConfig(
path += crashId;
path += ".hermes";
bool successful = ctx.createSnapshotToFile(path, true);
bool successful = ctx.createSnapshotToFile(path);
if (!successful) {
LOG(ERROR) << "Failed to write Hermes Memory Dump to " << path
<< "\n";