-
Notifications
You must be signed in to change notification settings - Fork 87
How to create breakpad symbols #9
Comments
There is documentation on Google on how to generate symbols using their utils |
Electron posts the symbols on their releases page: https://github.com/electron/electron/releases. Hope this helps! |
@bobbyg603 I'm also confused with this symbol problem, thanks for you links. So I just need to download the symbol file from that link and put |
Would like to know too! |
Posterity: I found that you need to put the symbols under
|
@ibash it worked. |
@fttx I don’t think they do, you’d have to load the older ones afaik. Also since I posted this sentry came out with support for crashlogs, if running a production app I’d also recommend taking a look at that |
目录应该是这样:symbols/electron.exe.pdb/994757D4933F4FFF84BEDCEB9DF361EA1/electron.exe.sym,其中994757D4933F4FFF84BEDCEB9DF361EA1是head electron.exe.sym生成的MODULEID |
What does this PRODUCT_NAME stand for? I find mary symbol package in https://github.com/electron/electron/releases/tag/v4.2.4, Does this symbol package version refer to the server system? |
你是怎么把dump post上去的啊 |
|
For those trying to generate their own symbols for a custom electron version, looks like there's an electron-build-tools target for doing so, |
Hey, I run the
mini-breakpad-server
on my server and it's collecting the reports correctly from my Electron app, however I don't know how to create breakpad symbols (for windows, OSX, Linux) to work with my Electron app, could you give me a hint please? thanksThe text was updated successfully, but these errors were encountered: