FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding Google Feedback crash reporting by patflynn · Pull Request #77 · GoogleCloudPlatform/cloud-code-intellij · GitHub

Adding Google Feedback crash reporting - #77

Merged
patflynn merged 1 commit into
masterfrom
google_feedback
Sep 30, 2015
Merged

Adding Google Feedback crash reporting#77
patflynn merged 1 commit into
masterfrom
google_feedback

Conversation

Copy link
Copy Markdown
Contributor

This commit allows users to report errors caused by our plugin using Google Feedback crash reporting.

To share crash reporting across the login and core plugins I created a new generic java module called common-lib.

Ideally the plain java module would use Gradle sync, but I haven't found a way to get intellij to only sync that one module so it's manually configured for now.

I've updated our plugin build to include transitive deps of common-lib. This is a bit of a pain. Ideally the full transitive closure of runtime deps would be packaged into the plugin automatically. Another thing to study should we go down the path of building a gradle plugin specifically for intellij plugin project types.

Copy link
Copy Markdown
Contributor Author

@loosebazooka @elharo PTAL.

Comment thread .gitignore Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This exclude would be nice to have sooner in a simpler PR

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I've left this soft reference business because I'm cargo culting from IJ and AS source. I don't know why they do it, but I don't know that we shouldn't.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

good find. I'll file an issue to verify this with jetbrains and fix broadly across our resource bundles

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

#89

Copy link
Copy Markdown
Contributor Author

Forgot to mention this CL is ready for re-review.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think you just need to catch IOException here, or maybe IOException + RuntimeException

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

fixing

elharo commented Sep 30, 2015

Copy link
Copy Markdown
Contributor

LGTM

patflynn added a commit that referenced this pull request Sep 30, 2015
patflynn merged commit f9e23f2 into master Sep 30, 2015
patflynn deleted the google_feedback branch September 30, 2015 20:47
etanshaul added a commit that referenced this pull request Feb 17, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL