remove crash
Summary: fixing flipper crash on launch Reviewed By: priteshrnandgaonkar Differential Revision: D15412629 fbshipit-source-id: e74ee0a60ac10999438da5a888732e42a0ffccc8
This commit is contained in:
committed by
Facebook Github Bot
parent
c7f3e4e588
commit
7f99a5cfe2
@@ -44,7 +44,6 @@ export default function initCrashReporter(sessionId: string): Promise<void> {
|
|||||||
};
|
};
|
||||||
remote.crashReporter.start(electronCrashReporterArgs);
|
remote.crashReporter.start(electronCrashReporterArgs);
|
||||||
crashReporter.start(electronCrashReporterArgs);
|
crashReporter.start(electronCrashReporterArgs);
|
||||||
remote.process.crash();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user