Debug
Management API debug lets you enable and disable debug mode.
All methods
| Method | Description | Supported since |
|---|---|---|
enable() | Enable native debug on the device | 3.0 |
disable() | Disable native debug on the device | 3.0 |
enable()
Method enable() enable the Native debug on the device.
await sos.management.debug.enable();
GitHub Example
disable()
Method disable() disable the Native debug on the device.
await sos.management.debug.disable();