@ -1165,8 +1165,11 @@ bool CPhoneDevice::Reboot(int resetType, bool manually, const std::string& reaso
}
if (manually)
{
// GpioControl::reboot();
#ifdef USING_N938
GpioControl::reboot();
#else
RestartApp(resetType, timeout, reason);
#endif
else