0.19.0-10 • Published 3 years ago

@aminya/minidump v0.19.0-10

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

minidump - Process minidump files

CI

Installing

npm install minidump

Building (for development)

  • git clone --recurse-submodules https://github.com/electron/node-minidump
  • npm install

Docs

var minidump = require('minidump');

minidump.addSymbolPath(path1, ..., pathN)

Add search paths for looking up symbol files.

minidump.walkStack(minidumpFilePath, symbolPaths, callback)

Get the stack trace from minidumpFilePath, the callback would be called with callback(error, report) upon completion.

minidump.dump(minidumpFilePath, callback)

Parse and dump the raw contents of the minidump as text using minidump_dump.

minidump.dumpSymbol(binaryPath, callback)

Dump debug symbols in minidump format from binaryPath, the callback would be called with callback(error, minidump) upon completion.

0.19.0-10

3 years ago

0.19.0-9

3 years ago

0.19.0-8

3 years ago

0.19.0-7

3 years ago

0.19.0-5

3 years ago

0.19.0-6

3 years ago

0.19.0-4

3 years ago

0.19.0-3

3 years ago

0.19.0-2

3 years ago

0.19.0-1

3 years ago