From 7f99a5cfe2ddbf238ad3433ac73cd225175df698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Mon, 20 May 2019 04:43:32 -0700 Subject: [PATCH] remove crash Summary: fixing flipper crash on launch Reviewed By: priteshrnandgaonkar Differential Revision: D15412629 fbshipit-source-id: e74ee0a60ac10999438da5a888732e42a0ffccc8 --- src/utils/electronCrashReporter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/electronCrashReporter.js b/src/utils/electronCrashReporter.js index 79f2b6a63..8f1f5c8ec 100644 --- a/src/utils/electronCrashReporter.js +++ b/src/utils/electronCrashReporter.js @@ -44,7 +44,6 @@ export default function initCrashReporter(sessionId: string): Promise { }; remote.crashReporter.start(electronCrashReporterArgs); crashReporter.start(electronCrashReporterArgs); - remote.process.crash(); }); }); }