mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
8c63dd3b1a
commit
61cb2686a2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user