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

[iOS]Crash reporting plugin #322

Conversation

priteshrnandgaonkar
Copy link
Contributor

@priteshrnandgaonkar priteshrnandgaonkar commented Nov 11, 2018

A barebone of a crash reporting plugin. It catches the crash which may happen in iOS app and would send the crash stack as a message to the desktop app.

  • Notifications for crash

A screenshot of the message looks like the following
screen shot 2018-11-12 at 3 02 11 am

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 11, 2018
@@ -17,6 +17,8 @@ @implementation NetworkViewController
- (void)viewDidLoad {
[super viewDidLoad];
self.navigationItem.title = @"Network";
NSArray *array = @[];
[array objectAtIndex:4];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is added deliberately to cause a crash. I will remove it once I am done with my final changes.

Copy link
Contributor Author

@priteshrnandgaonkar priteshrnandgaonkar left a comment

Choose a reason for hiding this comment

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

Comments

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@priteshrnandgaonkar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@priteshrnandgaonkar has updated the pull request. Re-import the pull request

@priteshrnandgaonkar priteshrnandgaonkar changed the title [WIP][iOS]Crash reporting plugin [iOS]Crash reporting plugin Nov 20, 2018
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@priteshrnandgaonkar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Nov 26, 2018
Summary:
This PR adds the barebone of a crash reporting plugin in android. Since there is no easy way to stack the PR's in git, creating a new PR, but this depends on the [iOS PR](#322)
Pull Request resolved: #328

Reviewed By: jknoxville, passy

Differential Revision: D13137447

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 3b86cebbb1ea01601405dd7ba58e1caa2b506065
@priteshrnandgaonkar
Copy link
Contributor Author

It got merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants