Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SetCrashOutput (0.32 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/start.go

    	"golang.org/x/telemetry/internal/upload"
    )
    
    // Config controls the behavior of [Start].
    type Config struct {
    	// ReportCrashes, if set, will enable crash reporting.
    	// ReportCrashes uses the [debug.SetCrashOutput] mechanism, which is a
    	// process-wide resource.
    	// Do not make other calls to that function within your application.
    	// ReportCrashes is a non-functional unless the program is built with go1.23+.
    	ReportCrashes bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top