Documentation ¶
Overview ¶
Package symbolize provides support for symbolizing crashes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // SymbolDir contains a directory used to store symbol files. SymbolDir string // BuilderPath, for example, "betty-release/R91-13892.0.0", identifies the location // of debug symbols in gs://chromeos-image-archive. BuilderPath string // BuildRoot contains build root (e.g. "/build/lumpy") that produced the system image. // If empty, inferred by extracting the board name from the minidump. // The build root is only used if a builder path can't be extracted from the minidump. BuildRoot string }
Config contains parameters used when symbolizing crash files.
Directories ¶
Path | Synopsis |
---|---|
Package breakpad processes minidump crash reports created by Breakpad.
|
Package breakpad processes minidump crash reports created by Breakpad. |
Package fakecmd is used to install a fake version of a command for testing.
|
Package fakecmd is used to install a fake version of a command for testing. |
Click to show internal directories.
Click to hide internal directories.