Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrNoDeviceList May be returned if the ffx fails to return a device list when asked. ErrNoDeviceList = fault.Const("Device list not returned") // ErrInvalidDeviceList May be returned if the device list could not be parsed. ErrInvalidDeviceList = fault.Const("Could not parse device list") // Tracing file couldn't be written to. ErrTraceFilePermissions = fault.Const("Tracing file permissions") // Start tracing command failed. ErrStartTrace = fault.Const("Start trace failed") // Trace providers command failed. ErrTraceProviders = fault.Const("Trace providers failed") // Trace providers format. ErrTraceProvidersFormat = fault.Const("Trace providers format") )
Variables ¶
View Source
var FFX file.Path
FFX is the path to the ffx executable, or an empty string if the ffx executable was not found.
Functions ¶
Types ¶
type DeviceList ¶
DeviceList is a list of devices.
Click to show internal directories.
Click to hide internal directories.