Skip to main content

Set Device Debug

PUT 

/v1/device/:deviceUid/debug

Request begin device debug mode by deviceUid. Set debug flag for device to enable remote debugging.

Parameters

FieldTypeRequiredDescription
deviceUidstringrequiredDevice application id

Body

content-type: application/json or application/x-www-form-urlencoded

FieldTypeDescription
appletEnabledbooleanEnable weinre for device inside Applet
nativeEnabledbooleanEnable native debug

Note 1

Applet debug settings is only on-demand. So when you set it, the inspection tool is started. Once you do the REBOOT, RESTART, RELOAD or REFRESH power action, the tool is stopped & you must set debug again (turn it off then on again in BOX).

Note 2

Native debug settings behavior differs in every device OS brand (SSSP, Tizen, WebOS1,2+, Android etc.). Here are mentioned a little differences however for more info you can look at official documentation of display manufacturer.

Request

Responses

OK

Response Headers
    Content-Type
    Link

    Contains URL pointing to the result of this action. Keep making requests to this URL, until the response indicates, that the action was processed. For more information, refer to endpoint Get Device History.