-
Notifications
You must be signed in to change notification settings - Fork 33
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
Where can I find the report that crashpad generate? #57
Comments
Hey, |
Hello, I modify the url like you said. Now I got this: |
Can you pleas copy paste your url here? (you can replace token with something like {64char-token} |
@konraddysput Hello, the url is : |
can you please use instead: Please note: replace {token} with the token available on the page: https://fangxuwei.sp.backtrace.io/p/Test/settings/submission/tokens |
@konraddysput Still error: |
ough, my bad! The URL is still wrong - it should have |
@BigFaceBoy yeah exactly |
Is it possible that you're building crashpad without openssl-dev available? That's the most likely to cause https being unsupported. |
@KrzaQ I follow the linux compile tutorial which just need curl rather than openssl |
@konraddysput the same error. |
I compile the demo in /crashpad/examples/linux/demo. And set the url is
std::string url("https://submit.backtrace.io/yolo/20231222_test_demo/minidump");
handler_path is:
/home/crashpad/handler/handler
when I run the ./demo_linux, I don't know how to find the report
The text was updated successfully, but these errors were encountered: