- Notifications
You must be signed in to change notification settings - Fork1
indutny/breakpad
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fast symbolication of crash reports usingbreakpad symbol files.
npm install @indutny/breakpad
import{createReadStream}from'node:fs';import{symbolicateFrames}from'@indutny/breakpad';constsymbolsFile=createReadStream('/tmp/1.sym');constresult=awaitsymbolicateFrames(symbolsFile,[0x0000000006e21774,0x00000000035253ac,0x0000000003521eec,0x0000000003521ff8,],);console.log(result);
$ npm run benchmark...Mean Throughput: 735.9mb/sStdDev: 1.1%
This software is licensed under the MIT License.
About
Fast symbolication of crash reports using breakpad symbol files