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

Feature/crash loop detection #80

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

vlussenburg
Copy link
Contributor

Reopening #71

Copy link
Contributor

@KrzaQ KrzaQ left a comment

Choose a reason for hiding this comment

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

I think the change looks well overall, but some things should be more fleshed out before we release it to the public.

@@ -120,9 +123,12 @@ bool InitializeCrashpad(jstring url,

// Start crash handler
client = new crashpad::CrashpadClient();
client->EnableCrashLoopDetection();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm wondering if we want to make this configurable for the end-users.

Copy link
Collaborator

Choose a reason for hiding this comment

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

i think we should - imo we should pass it and don't execute this path if we don't need it. By default we want have features opt-in

Choose a reason for hiding this comment

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

removed it - it is called from Example's MainActivity now.

Copy link
Contributor

@KrzaQ KrzaQ left a comment

Choose a reason for hiding this comment

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

We need to update the crashpad dependency for a fix that has yet to be done. I'm on it, but this must wait.

* Backtrace client api improvements

* Bring back backtrace credentials definition
@KrzaQ
Copy link
Contributor

KrzaQ commented Feb 14, 2023

Please rebase the branch on the latest master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
5 participants