Skip to main content
Version: 6.5.3

Debug

Management API debug lets you enable and disable debug mode.

All methods

MethodDescriptionSupported since
enable()Enable native debug on the device3.0
disable()Disable native debug on the device3.0

enable()

Method enable() enable the Native debug on the device.

await sos.management.debug.enable();

disable()

Method disable() disable the Native debug on the device.

await sos.management.debug.disable();