crashlog

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CrashLog

type CrashLog struct {
	ReportVersion int
	HardwareModel string
	OSVersion     string
	OSBuild       string
	Process       string
	PID           int

	ExceptionType      string
	ExceptionSubtype   []string
	TerminationSignal  string
	TerminationReason  string
	TerminatingProcess string

	Images  []image
	Threads []thread

	CrashedThread int
	// contains filtered or unexported fields
}

CrashLog is a crashlog object

func Open

func Open(name string) (*CrashLog, error)

Open opens the named file using os.Open and prepares it for use as a crashlog

func (*CrashLog) Close

func (c *CrashLog) Close() error

Close closes the File.

func (*CrashLog) String

func (c *CrashLog) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL