Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes https://github.com/tessel/t2-cli/issues/691 #696

Merged
merged 2 commits into from
Apr 22, 2016

Conversation

tikurahul
Copy link
Contributor

Sometimes remote node crashes are swallowed by the Crash reporter. Now the uncaught exception
handler prints them, and the Crash reporter also returns the correct fingerprint, so the
crash can be discovered and reported.

@@ -99,7 +96,8 @@ CrashReporter.post = function(labels, report) {
if (json.error) {
reject(json.error);
} else {
resolve();
var fingerprint = json.crash_report.fingerprint;
resolve(fingerprint);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve(json.crash_report.fingerprint);

@rwaldron
Copy link
Contributor

@tikurahul since there only the one minor change needed, once you've committed that, you can merge this to master

@tikurahul
Copy link
Contributor Author

Sorry, just saw your comments now. Will fix, and merge when I get home :)

Sometimes native crashes are swallwed by the Crash reporter. Hence the uncaught exception
handler prints them, and the Crash reporter also returns the correct fingerprint, so the
crash can be discovered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants