Google Pixel 设备在发出重启命令后重启两次
Google Pixel device reboots twice after issuing a reboot command
当我向 Google 像素发出 REBOOT
命令时,它连续重启两次。它通过使用 Java SDK 发生,但我也能够通过使用 Android Management API Explorer 重现它:
POST https://androidmanagement.googleapis.com/v1/enterprises/LCxxxxxxxx/devices/3ded38daabec2df8:issueCommand?key={YOUR_API_KEY}
{
"type": "REBOOT"
}
200
{
"name":
"enterprises/LCxxxxxxxx/devices/3ded38daabec2df8/operations/1569329132626",
"metadata": {
"@type": "type.googleapis.com/google.android.devicemanagement.v1.Command",
"type": "REBOOT",
"createTime": "2019-09-24T12:45:32.626Z",
"duration": "600s",
"userName": "enterprises/LCxxxxxxxx/users/113818350155522235965"
}
华硕 Zenfone 也会出现这种情况。
在此先感谢您的帮助!
感谢您的报告,我们正在调查根本原因。
作为目前的缓解措施,请设置更短的超时时间,例如 30 秒。
当我向 Google 像素发出 REBOOT
命令时,它连续重启两次。它通过使用 Java SDK 发生,但我也能够通过使用 Android Management API Explorer 重现它:
POST https://androidmanagement.googleapis.com/v1/enterprises/LCxxxxxxxx/devices/3ded38daabec2df8:issueCommand?key={YOUR_API_KEY}
{
"type": "REBOOT"
}
200
{
"name":
"enterprises/LCxxxxxxxx/devices/3ded38daabec2df8/operations/1569329132626",
"metadata": {
"@type": "type.googleapis.com/google.android.devicemanagement.v1.Command",
"type": "REBOOT",
"createTime": "2019-09-24T12:45:32.626Z",
"duration": "600s",
"userName": "enterprises/LCxxxxxxxx/users/113818350155522235965"
}
华硕 Zenfone 也会出现这种情况。
在此先感谢您的帮助!
感谢您的报告,我们正在调查根本原因。
作为目前的缓解措施,请设置更短的超时时间,例如 30 秒。