-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: master
Are you sure you want to change the base?
Conversation
example-app/src/main/java/backtraceio/backtraceio/MainActivity.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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(); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
example-app/src/main/java/backtraceio/backtraceio/MainActivity.java
Outdated
Show resolved
Hide resolved
This reverts commit 3480c11.
example-app/src/main/java/backtraceio/backtraceio/MainActivity.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
example-app/src/main/java/backtraceio/backtraceio/MainActivity.java
Outdated
Show resolved
Hide resolved
* Backtrace client api improvements * Bring back backtrace credentials definition
Please rebase the branch on the latest master branch. |
Reopening #71