//
pkg.gl
Category
github.com/google/agi
core
app
crash
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
2
Dependents
0
Files
52 SLOC
#
Packages
reporting
No description provided by the author
#
Functions
Crash
Crash invokes each of the registered crash reporters with e, then panics with e.
Go
Go calls f on a new go-routine, reporting any uncaught panics to the registered crash handlers.
Register
Register adds r to the list of functions that gets called when an uncaught panic is thrown.
#
Type aliases
Reporter
Reporter is a function that reports an uncaught panic that will crash the application.