WO2022001313A1 - Smart device and wcn module exception recovery system thereof and method therefor - Google Patents

Smart device and wcn module exception recovery system thereof and method therefor Download PDF

Info

Publication number
WO2022001313A1
WO2022001313A1 PCT/CN2021/088908 CN2021088908W WO2022001313A1 WO 2022001313 A1 WO2022001313 A1 WO 2022001313A1 CN 2021088908 W CN2021088908 W CN 2021088908W WO 2022001313 A1 WO2022001313 A1 WO 2022001313A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
service
wcn
sub
abnormal
Prior art date
Application number
PCT/CN2021/088908
Other languages
French (fr)
Chinese (zh)
Inventor
孟超
Original Assignee
展讯通信(上海)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 展讯通信(上海)有限公司 filed Critical 展讯通信(上海)有限公司
Publication of WO2022001313A1 publication Critical patent/WO2022001313A1/en
Priority to US18/148,090 priority Critical patent/US20230133272A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/04Arrangements for maintaining operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • H04L41/0659Management of faults, events, alarms or notifications using network fault recovery by isolating or reconfiguring faulty entities
    • H04L41/0661Management of faults, events, alarms or notifications using network fault recovery by isolating or reconfiguring faulty entities by reconfiguring faulty entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/50Service provisioning or reconfiguring

Definitions

  • the invention belongs to the technical field of wireless communication, and particularly relates to a system and method for abnormal recovery of a smart device and its WCN module.
  • Smart devices with wireless communication modules such as smart phones or embedded products
  • the main body is designed as AP (application processor) module + WCN (wireless communication network) module
  • the AP side runs an operating system such as Android (Android) or Linux
  • the WCN module Implement at least one wireless communication function, such as Wi-Fi (wireless Internet access), Bluetooth, FM (frequency modulation), GPS (Global Positioning System, global positioning system), etc.
  • the WCN module in the existing smart phone usually integrates Wi-Fi, Bluetooth, FM, and GPS four-in-one wireless communication functions. If the WCN module crashes (crash abnormality), the system needs to restart the WCN module to recover. for normal use. If the recovery is not performed, the functions of the WCN module will be unavailable, which will seriously affect the user experience.
  • FIG. 1 is an architecture diagram of a system for abnormal recovery of the existing WCN module.
  • the WCN module is represented as Firmware (firmware) in Figure 1, which is located in the Vendor (manufacturer) partition; and the specific function implementation module of the WCN module is located in the System (system) partition, which is WCND (WCN Debug, WCN debugging) in Figure 1.
  • the module that is, the System partition, first needs to learn about the crash event that occurs in the WCN module, and then perform abnormal recovery.
  • the WCN Service (WCN service) process When the system service or APP (application program) that uses the WCN module function enables the WCN module business, the WCN Service (WCN service) process will start to start, and the APP module or other system services communicate with the WCN Service through the API (application program interface) method. Realize specific wireless communication functions; WCN Service communicates with the Driver (driver) of the system Kernel (kernel) layer through Netlink (a communication mechanism) to realize the command processing of specific functions; In the way of periodic query, monitor the running status of the WCN module to know whether the WCN module has crashed; the WCND module has the system authority. After querying the WCN module to crash, it will find the WCN Service process and close it, that is, WCND will close the corresponding process through horizontal communication. When the WCN Service ends, the system service knows through the callback interface, starts the WCN Service again, and completes the abnormal recovery of the WCN module.
  • the existing WCN module exception recovery mechanism has the following problems:
  • the existing system architecture is relatively complex, and it is necessary to access the device nodes in the Driver through the WCND module for periodic query, which has low access efficiency and poor security, and the possibility of untimely and inaccurate discovery of the WCN module crash.
  • the direct termination of the WCN Service process by WCND is an abnormal end, and the abnormal exit reduces the stability and reliability of the system. There is a certain probability that the system service cannot timely and accurately determine that the WCN module needs to be restarted.
  • the technical problem to be solved by the present invention is to overcome the defects of the abnormal recovery mechanism of the WCN module in the prior art that the abnormality is not detected in time and the stability and reliability of the system are easily reduced after recovery, so as to provide a method that can detect the abnormality of the WCN in time and can recover from the abnormality. Maintain the stability and reliability of the system, so as to realize the abnormal recovery system of the intelligent device and its WCN module that the user does not perceive the effect of abnormal occurrence.
  • a first aspect of the present invention provides a system for abnormal recovery of a WCN module of an intelligent device, including an AP side module and a WCN module, the AP side module includes a system service, a WCN service and a driver module, and the WCN module includes WCN firmware,
  • the WCN service includes at least one sub-business service;
  • the drive module is used to identify the sub-services in which an abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism;
  • the driving module is further configured to notify the abnormal sub-business service through an active reporting mechanism after identifying the sub-service in which the abnormal event occurs;
  • the abnormal sub-business service is the sub-business service corresponding to the sub-business in which the abnormal event occurs;
  • the abnormal sub-business service is used for abnormal recovery based on the abnormal event using a restart mechanism inside the abnormal sub-business service.
  • the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the Crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective business modules in each sub-business System partition module. It avoids the reduction of system stability and reliability caused by the abnormal termination of the WCN Service process by the WCND module.
  • the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism. Because the query and reporting are performed inside the driver module, the access efficiency and security are improved. , and can discover the Crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, and the problem of untimely and inaccurate discovery of the WCN module Crash. .
  • the active reporting mechanism includes a UEVENT mechanism or a Netlink mechanism.
  • the preset mechanism is a regular preset time interval.
  • the WCN module monitors its own running status, and transmits it to the device node corresponding to the sub-service module in the driver module when an abnormality is found.
  • the driver module periodically queries the device node corresponding to each sub-service module at preset time intervals. , and identify the sub-service in which the abnormal event occurs according to the status of the device node.
  • the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
  • the service corresponding to the AP side supports four sub-services, namely Wi-Fi service, Bluetooth service, FM service and GPS service.
  • the smart device includes a smart phone or a smart speaker.
  • the smart device can be a smart phone and other embedded devices, such as smart speakers.
  • its WCN module may only support Wi-Fi and Bluetooth services.
  • a second aspect of the present invention provides a method for abnormal recovery of a WCN module of a smart device, and the method is implemented based on the system for abnormal recovery of a WCN module of a smart device described in the first aspect;
  • the method includes the following steps:
  • the drive module identifies the sub-service in which the abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism
  • the driver module notifies the abnormal sub-business service through an active reporting mechanism after identifying the sub-business in which the abnormal event occurs;
  • the abnormal sub-business service uses a restart mechanism inside the abnormal sub-business service to perform abnormal recovery based on the abnormal event.
  • the active reporting mechanism includes a UEVENT mechanism or a Netlink mechanism.
  • the step of the drive module identifying the sub-service where the abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism is:
  • the driving module identifies the sub-service in which the abnormal event occurs by regularly querying the device nodes inside the driving module at preset time intervals.
  • the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
  • a third aspect of the present invention provides a smart device, including the system for abnormal recovery of the WCN module of the smart device described in the first aspect.
  • the WCN Service is restarted by each service module in each sub-service System partition module, avoiding the abnormal termination of the WCN directly through the WCND module.
  • the query and reporting of the crash event of the WCN module are carried out inside the driver module, so the access efficiency and security are improved, and the crash of the WCN module can be found in time.
  • FIG. 1 is an architecture diagram of a system for abnormal recovery of a WCN module of an existing smart device.
  • FIG. 2 is a structural diagram of a system for abnormal recovery of a WCN module of a smart device according to Embodiment 1 of the present invention.
  • FIG. 3 is a flowchart of a method for abnormal recovery of a WCN module of a smart device according to Embodiment 2 of the present invention.
  • this embodiment provides a system for abnormal recovery of a WCN module of a smart device, including an AP side module and a WCN module, the AP side module includes a system service, a WCN service, and a driver module, and the WCN module includes WCN firmware,
  • the WCN service includes at least one sub-business service.
  • the smart device is a smart phone of the Android system, and may also be other embedded devices such as a smart speaker in other optional implementation manners.
  • Figure 2 is an improvement based on the general Android system architecture. Among them, the system service is represented by the APP in FIG. 2 , and may also include other system services.
  • the driver module is the Driver in Figure 2
  • the WCN firmware is the Firmware in Figure 2.
  • WCN Service is in the System layer of the Android system architecture, and Driver is in the Kernel layer.
  • the WCN service includes four sub-services, namely Wi-Fi service, Bluetooth service, FM service and GPS service.
  • the WCN module monitors its own running state by itself, and when an abnormality is found, it is transmitted to the device node corresponding to the sub-service module in the Driver, and the Driver regularly queries the device node corresponding to each sub-service module at preset time intervals, Identify the sub-services that have abnormal events according to the status of the device node.
  • the Driver is also used to notify the abnormal sub-business service through the active reporting mechanism after identifying the sub-business where the abnormal event occurs; the abnormal sub-business service is the sub-business service corresponding to the sub-business where the abnormal event occurs; the abnormal sub-business service is used based on the abnormal event Abnormal recovery is performed using the restart mechanism within the abnormal sub-business service.
  • the active reporting mechanism includes the UEVENT mechanism or the Netlink mechanism.
  • the UEVENT mechanism is adopted, which is simple in implementation and more suitable for the system architecture of this embodiment.
  • the Driver will actively report the Wi-Fi service of the System layer through the UEVENT mechanism after recognizing that the Wi-Fi service is abnormal.
  • the Fi service adopts the restart mechanism inside the Wi-Fi service to recover the abnormality based on the specific situation of the abnormal event.
  • the restart mechanism inside the Wi-Fi service will properly save various data related to the Wi-Fi service, so it will not cause a reduction in the reliability and security of the Wi-Fi service system such as abnormal shutdown.
  • the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
  • the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.
  • this embodiment provides a method for abnormal recovery of a WCN module of a smart device, and the method is implemented based on the system for abnormal recovery of a WCN module of a smart device in Embodiment 1.
  • the method includes the following steps:
  • sub-service drive module abnormal event occurs at regular intervals by preset query node identification device driver inside the module.
  • active mechanism may UEVENT reporting mechanism may be a mechanism Netlink.
  • S 3 abnormal abnormal recovery business services sub-restart mechanism uses an internal sub-business service exception exception-based events.
  • the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
  • the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.
  • This embodiment provides a smart device, where the smart device includes the system for abnormal recovery of the WCN module of the smart device of Embodiment 1.
  • the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
  • the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.

Abstract

Disclosed in the present invention are a smart device and a WCN module exception recovery system thereof and method therefor. The system comprises an AP-side module and a WCN module; the AP-side module comprises a system service, a WCN service, and a driving module; the WCN module comprises WCN firmware; the WCN service comprises at least one sub-service service; the driving module is used for recognizing, by querying a device node in the driving module according to a preset mechanism, a sub-service in which an exception event occurs; the driving module is further used for notifying the exceptional sub-service service by means of an active reporting mechanism after the sub-service in which the exception event occurs is recognized; the exceptional sub-service service is a sub-service service corresponding to the sub-service in which the exception event occurs; the exceptional sub-service service is used for performing exception recovery by using a restart mechanism in the exceptional sub-service service on the basis of the exception event. According to the present invention, a WCN exception can be found in time, and exception recovery can maintain the stability and reliability of the system, thereby achieving the effect that a user does not perceive the occurrence of an exception.

Description

智能设备及其WCN模块异常恢复的系统和方法System and method for abnormal recovery of smart device and its WCN module
本申请要求申请日为2020/6/30的中国专利申请2020106208066的优先权。本申请引用上述中国专利申请的全文。This application claims the priority of Chinese patent application 2020106208066 with an application date of 2020/6/30. This application cites the full text of the above Chinese patent application.
技术领域technical field
本发明属于无线通信技术领域,特别涉及一种智能设备及其WCN模块异常恢复的系统和方法。The invention belongs to the technical field of wireless communication, and particularly relates to a system and method for abnormal recovery of a smart device and its WCN module.
背景技术Background technique
具有无线通信模块的智能设备如智能手机或嵌入式产品,其主体设计为AP(应用处理器)模块+WCN(无线通信网络)模块,AP侧运行Android(安卓)或Linux等操作系统,WCN模块至少实现一种无线通信功能,如Wi-Fi(无线上网)、蓝牙、FM(调频)、GPS(Global Positioning System,全球定位系统)等。而现有的智能手机中的WCN模块通常集成了Wi-Fi、蓝牙、FM、GPS四合一无线通信功能,若WCN模块发生Crash(崩溃式异常),则需要系统进行WCN模块的重启恢复,以达到正常使用的目的。若不进行恢复,WCN模块的功能将不可用,严重影响用户体验。Smart devices with wireless communication modules such as smart phones or embedded products, the main body is designed as AP (application processor) module + WCN (wireless communication network) module, the AP side runs an operating system such as Android (Android) or Linux, and the WCN module Implement at least one wireless communication function, such as Wi-Fi (wireless Internet access), Bluetooth, FM (frequency modulation), GPS (Global Positioning System, global positioning system), etc. The WCN module in the existing smart phone usually integrates Wi-Fi, Bluetooth, FM, and GPS four-in-one wireless communication functions. If the WCN module crashes (crash abnormality), the system needs to restart the WCN module to recover. for normal use. If the recovery is not performed, the functions of the WCN module will be unavailable, which will seriously affect the user experience.
图1为现有的WCN模块异常恢复的系统的架构图。其中,WCN模块表示为图1中的Firmware(固件),位于Vendor(厂商)分区;而WCN模块的具体功能实现模块位于System(系统)分区,为图1中的WCND(WCN Debug,WCN调试)模块,即System分区首先需要获悉WCN模块发生的Crash事件,然后进行异常恢复。使用WCN模块功能的系统服务或APP(应用程序)使能WCN模块业务时,WCN Service(WCN服务)进程将开始启动,APP模块或其他系统服务通过API(应用程序接口)方式与WCN Service通信,实现具体无线通信功能;WCN Service通过Netlink(一种通信机制) 与系统Kernel(内核)层的Driver(驱动)进行通信,实现具体功能的命令处理;System分区使用WCND模块,通过对Driver中设备节点周期查询的方式,监控WCN模块运行状态,以获悉WCN模块是否发生Crash;WCND模块具有系统权限,查询到WCN模块发生Crash后,查找到WCN Service进程,将其关闭,即WCND通过横向通信关闭相应的异常服务进程;WCN Service结束,系统服务通过回调接口知晓,再次启动WCN Service,完成WCN模块的异常恢复。FIG. 1 is an architecture diagram of a system for abnormal recovery of the existing WCN module. Among them, the WCN module is represented as Firmware (firmware) in Figure 1, which is located in the Vendor (manufacturer) partition; and the specific function implementation module of the WCN module is located in the System (system) partition, which is WCND (WCN Debug, WCN debugging) in Figure 1. The module, that is, the System partition, first needs to learn about the crash event that occurs in the WCN module, and then perform abnormal recovery. When the system service or APP (application program) that uses the WCN module function enables the WCN module business, the WCN Service (WCN service) process will start to start, and the APP module or other system services communicate with the WCN Service through the API (application program interface) method. Realize specific wireless communication functions; WCN Service communicates with the Driver (driver) of the system Kernel (kernel) layer through Netlink (a communication mechanism) to realize the command processing of specific functions; In the way of periodic query, monitor the running status of the WCN module to know whether the WCN module has crashed; the WCND module has the system authority. After querying the WCN module to crash, it will find the WCN Service process and close it, that is, WCND will close the corresponding process through horizontal communication. When the WCN Service ends, the system service knows through the callback interface, starts the WCN Service again, and completes the abnormal recovery of the WCN module.
现有的WCN模块异常恢复机制存在以下问题:The existing WCN module exception recovery mechanism has the following problems:
第一,现有的系统架构较为复杂,需要通过WCND模块跨模块访问Driver中的设备节点进行周期查询,存在访问效率低且安全性差,以及发现WCN模块Crash不及时,不准确的可能。First, the existing system architecture is relatively complex, and it is necessary to access the device nodes in the Driver through the WCND module for periodic query, which has low access efficiency and poor security, and the possibility of untimely and inaccurate discovery of the WCN module crash.
第二,WCND直接结束WCN Service进程属于异常结束,非正常退出,使得系统稳定性和可靠性降低,存在一定概率使得系统服务不能及时和准确判断需要进行重启WCN模块的问题。Second, the direct termination of the WCN Service process by WCND is an abnormal end, and the abnormal exit reduces the stability and reliability of the system. There is a certain probability that the system service cannot timely and accurately determine that the WCN module needs to be restarted.
发明内容SUMMARY OF THE INVENTION
本发明要解决的技术问题是为了克服现有技术中WCN模块异常恢复机制存在发现异常不及时及恢复后容易降低系统稳定性和可靠性的缺陷,提供一种能够及时发现WCN异常且异常恢复能够保持系统稳定性及可靠性,从而实现用户无感知异常发生的效果的智能设备及其WCN模块异常恢复的系统。The technical problem to be solved by the present invention is to overcome the defects of the abnormal recovery mechanism of the WCN module in the prior art that the abnormality is not detected in time and the stability and reliability of the system are easily reduced after recovery, so as to provide a method that can detect the abnormality of the WCN in time and can recover from the abnormality. Maintain the stability and reliability of the system, so as to realize the abnormal recovery system of the intelligent device and its WCN module that the user does not perceive the effect of abnormal occurrence.
本发明是通过下述技术方案来解决上述技术问题:The present invention solves the above-mentioned technical problems through the following technical solutions:
本发明第一方面提供了一种智能设备的WCN模块异常恢复的系统,包括AP侧模块和WCN模块,所述AP侧模块包括系统服务、WCN服务和驱动模块,所述WCN模块包括WCN固件,所述WCN服务包括至少一个子业务服务;A first aspect of the present invention provides a system for abnormal recovery of a WCN module of an intelligent device, including an AP side module and a WCN module, the AP side module includes a system service, a WCN service and a driver module, and the WCN module includes WCN firmware, The WCN service includes at least one sub-business service;
所述驱动模块用于通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务;The drive module is used to identify the sub-services in which an abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism;
所述驱动模块还用于在识别出发生异常事件的子业务后通过主动上报机制通知异常子业务服务;所述异常子业务服务为发生异常事件的子业务对应的所述子业务服务;The driving module is further configured to notify the abnormal sub-business service through an active reporting mechanism after identifying the sub-service in which the abnormal event occurs; the abnormal sub-business service is the sub-business service corresponding to the sub-business in which the abnormal event occurs;
所述异常子业务服务用于基于所述异常事件采用所述异常子业务服务内部的重启机制进行异常恢复。The abnormal sub-business service is used for abnormal recovery based on the abnormal event using a restart mechanism inside the abnormal sub-business service.
本方案中,去除了现有实现方式中的WCND模块的参与,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,并且WCN Service由各自业务模块在各子业务System分区模块进行各自重启,避免了WCND模块异常结束WCN Service进程导致的系统稳定性和可靠性的降低。In this solution, the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the Crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective business modules in each sub-business System partition module. It avoids the reduction of system stability and reliability caused by the abnormal termination of the WCN Service process by the WCND module.
本方案中,WCN模块的Crash事件的检测下放到驱动模块,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,因为查询和上报均在驱动模块内部进行,因此提高了访问效率和安全性,且能够及时发现WCN模块的Crash,避免了通过WCND模块跨模块访问Driver中的设备节点进行周期查询的方式存在访问效率低且安全性差的问题,及发现WCN模块Crash不及时,不准确的问题。In this solution, the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism. Because the query and reporting are performed inside the driver module, the access efficiency and security are improved. , and can discover the Crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, and the problem of untimely and inaccurate discovery of the WCN module Crash. .
较佳地,所述主动上报机制包括UEVENT机制或Netlink机制。Preferably, the active reporting mechanism includes a UEVENT mechanism or a Netlink mechanism.
较佳地,所述预设机制为预设时间间隔定期。Preferably, the preset mechanism is a regular preset time interval.
本方案中,WCN模块自行监控其自身的运行状态,当发现异常时传递至驱动模块中的子业务模块对应的设备节点,驱动模块内部按预设时间间隔定期查询每个子业务模块对应的设备节点,根据设备节点的状态识别发生异常事件的子业务。In this solution, the WCN module monitors its own running status, and transmits it to the device node corresponding to the sub-service module in the driver module when an abnormality is found. The driver module periodically queries the device node corresponding to each sub-service module at preset time intervals. , and identify the sub-service in which the abnormal event occurs according to the status of the device node.
较佳地,所述子业务服务包括Wi-Fi服务、蓝牙服务、FM服务和GPS服务。Preferably, the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
本方案中,当底层的WCN模块为集成四合一功能的无线通信网络芯片, 对应到AP侧的服务支持四个子服务,分别为Wi-Fi服务、蓝牙服务、FM服务和GPS服务。In this solution, when the underlying WCN module is a wireless communication network chip with integrated four-in-one function, the service corresponding to the AP side supports four sub-services, namely Wi-Fi service, Bluetooth service, FM service and GPS service.
较佳地,所述智能设备包括智能手机或智能音箱。Preferably, the smart device includes a smart phone or a smart speaker.
本方案中,智能设备可以是智能手机和其它嵌入式设备,如智能音响等。对于智能音箱而言,其WCN模块可能仅支持Wi-Fi和蓝牙服务。In this solution, the smart device can be a smart phone and other embedded devices, such as smart speakers. For smart speakers, its WCN module may only support Wi-Fi and Bluetooth services.
本发明第二方面提供了一种智能设备的WCN模块异常恢复的方法,所述方法基于第一方面所述的智能设备的WCN模块异常恢复的系统实现;A second aspect of the present invention provides a method for abnormal recovery of a WCN module of a smart device, and the method is implemented based on the system for abnormal recovery of a WCN module of a smart device described in the first aspect;
所述方法包括以下步骤:The method includes the following steps:
所述驱动模块通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务;The drive module identifies the sub-service in which the abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism;
所述驱动模块在识别出发生异常事件的子业务后通过主动上报机制通知所述异常子业务服务;The driver module notifies the abnormal sub-business service through an active reporting mechanism after identifying the sub-business in which the abnormal event occurs;
所述异常子业务服务基于所述异常事件采用所述异常子业务服务内部的重启机制进行异常恢复。The abnormal sub-business service uses a restart mechanism inside the abnormal sub-business service to perform abnormal recovery based on the abnormal event.
较佳地,所述主动上报机制包括UEVENT机制或Netlink机制。Preferably, the active reporting mechanism includes a UEVENT mechanism or a Netlink mechanism.
较佳地,所述驱动模块通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务的步骤为:Preferably, the step of the drive module identifying the sub-service where the abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism is:
所述驱动模块通过按预设时间间隔定期查询所述驱动模块内部的设备节点识别发生异常事件的子业务。The driving module identifies the sub-service in which the abnormal event occurs by regularly querying the device nodes inside the driving module at preset time intervals.
较佳地,所述子业务服务包括Wi-Fi服务、蓝牙服务、FM服务和GPS服务。Preferably, the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
本发明第三方面提供了一种智能设备,包括第一方面所述的智能设备的WCN模块异常恢复的系统。A third aspect of the present invention provides a smart device, including the system for abnormal recovery of the WCN module of the smart device described in the first aspect.
本发明的积极进步效果在于:The positive progressive effect of the present invention is:
与现有技术相比,本发明提供的智能设备及其WCN模块异常恢复的系统和方法,WCN Service由各自业务模块在各子业务System分区模块进行 各自重启,避免了通过WCND模块直接异常结束WCN Service进程导致的系统稳定性和可靠性的降低。WCN模块的Crash事件的查询和上报均在驱动模块内部进行,因此提高了访问效率和安全性,且能够及时发现WCN模块的Crash。Compared with the prior art, in the system and method for abnormal recovery of a smart device and its WCN module provided by the present invention, the WCN Service is restarted by each service module in each sub-service System partition module, avoiding the abnormal termination of the WCN directly through the WCND module. Reduced system stability and reliability caused by the Service process. The query and reporting of the crash event of the WCN module are carried out inside the driver module, so the access efficiency and security are improved, and the crash of the WCN module can be found in time.
附图说明Description of drawings
图1为现有的智能设备的WCN模块异常恢复的系统的架构图。FIG. 1 is an architecture diagram of a system for abnormal recovery of a WCN module of an existing smart device.
图2为本发明实施例1的智能设备的WCN模块异常恢复的系统的架构图。FIG. 2 is a structural diagram of a system for abnormal recovery of a WCN module of a smart device according to Embodiment 1 of the present invention.
图3为本发明实施例2的智能设备的WCN模块异常恢复的方法的流程图。FIG. 3 is a flowchart of a method for abnormal recovery of a WCN module of a smart device according to Embodiment 2 of the present invention.
具体实施方式detailed description
下面通过实施例的方式进一步说明本发明,但并不因此将本发明限制在所述的实施例范围之中。The present invention is further described below by way of examples, but the present invention is not limited to the scope of the described examples.
实施例1Example 1
如图2所示,本实施例提供了一种智能设备的WCN模块异常恢复的系统,包括AP侧模块和WCN模块,AP侧模块包括系统服务、WCN服务和驱动模块,WCN模块包括WCN固件,WCN服务包括至少一个子业务服务。本实施例中,智能设备为安卓系统的智能手机,在其它可选实现方式中也可以为智能音箱等其它嵌入式设备。图2为基于通用安卓系统架构的改进。其中,系统服务以图2中的APP为代表,还可以包括其它系统服务。驱动模块即图2中的Driver,WCN固件即图2中的Firmware。WCN Service处于安卓系统架构的System层,Driver则处于Kernel层。As shown in FIG. 2 , this embodiment provides a system for abnormal recovery of a WCN module of a smart device, including an AP side module and a WCN module, the AP side module includes a system service, a WCN service, and a driver module, and the WCN module includes WCN firmware, The WCN service includes at least one sub-business service. In this embodiment, the smart device is a smart phone of the Android system, and may also be other embedded devices such as a smart speaker in other optional implementation manners. Figure 2 is an improvement based on the general Android system architecture. Among them, the system service is represented by the APP in FIG. 2 , and may also include other system services. The driver module is the Driver in Figure 2, and the WCN firmware is the Firmware in Figure 2. WCN Service is in the System layer of the Android system architecture, and Driver is in the Kernel layer.
本实施例中,WCN服务包括四个子业务服务,分别为Wi-Fi服务、蓝牙服务、FM服务和GPS服务。In this embodiment, the WCN service includes four sub-services, namely Wi-Fi service, Bluetooth service, FM service and GPS service.
本实施例中,WCN模块自行监控其自身的运行状态,当发现异常时传递至Driver中的子业务模块对应的设备节点,Driver内部按预设时间间隔定期查询每个子业务模块对应的设备节点,根据设备节点的状态识别发生异常事件的子业务。Driver还用于在识别出发生异常事件的子业务后通过主动上报机制通知异常子业务服务;异常子业务服务为发生异常事件的子业务对应的子业务服务;异常子业务服务用于基于异常事件采用异常子业务服务内部的重启机制进行异常恢复。In this embodiment, the WCN module monitors its own running state by itself, and when an abnormality is found, it is transmitted to the device node corresponding to the sub-service module in the Driver, and the Driver regularly queries the device node corresponding to each sub-service module at preset time intervals, Identify the sub-services that have abnormal events according to the status of the device node. The Driver is also used to notify the abnormal sub-business service through the active reporting mechanism after identifying the sub-business where the abnormal event occurs; the abnormal sub-business service is the sub-business service corresponding to the sub-business where the abnormal event occurs; the abnormal sub-business service is used based on the abnormal event Abnormal recovery is performed using the restart mechanism within the abnormal sub-business service.
主动上报机制包括UEVENT机制或Netlink机制,本实施例中采用UEVENT机制,其实现方式简单,更适合于本实施例的系统架构。The active reporting mechanism includes the UEVENT mechanism or the Netlink mechanism. In this embodiment, the UEVENT mechanism is adopted, which is simple in implementation and more suitable for the system architecture of this embodiment.
举例来说,本实施例中如果发生异常事件的子业务为Wi-Fi业务,则Driver会在识别到Wi-Fi业务发生异常后通过UEVENT机制主动上报到System层的Wi-Fi服务,由Wi-Fi服务基于异常事件的具体情况采用Wi-Fi服务内部的重启机制进行该异常的恢复。Wi-Fi服务内部的重启机制会妥善保存Wi-Fi业务相关各种数据,因此不会造成如异常关闭Wi-Fi服务系统可靠性和安全性的降低。For example, in this embodiment, if the sub-service in which the abnormal event occurs is the Wi-Fi service, the Driver will actively report the Wi-Fi service of the System layer through the UEVENT mechanism after recognizing that the Wi-Fi service is abnormal. - The Fi service adopts the restart mechanism inside the Wi-Fi service to recover the abnormality based on the specific situation of the abnormal event. The restart mechanism inside the Wi-Fi service will properly save various data related to the Wi-Fi service, so it will not cause a reduction in the reliability and security of the Wi-Fi service system such as abnormal shutdown.
本实施例去除了现有实现方式中的WCND模块的参与,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,并且WCN Service由各自业务模块在各子业务System分区模块进行各自重启,避免了WCND模块异常结束WCN Service进程导致的系统稳定性和可靠性的降低。In this embodiment, the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
本实施例中,WCN模块的Crash事件的检测下放到驱动模块,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,因为查询和上报均在驱动模块内部进行,因此提高了访问效率和安全性,且能够及时发现WCN模块的Crash,避免了通过WCND模块跨模块访问Driver中的设备节点进行周期查询的方式存在访问效率低且安全性差的问题,以及发现WCN模块Crash不及时,不准确的问题。In this embodiment, the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.
实施例2Example 2
如图3所示,本实施例提供了一种智能设备的WCN模块异常恢复的方法,该方法基于实施例1的智能设备的WCN模块异常恢复的系统实现。As shown in FIG. 3 , this embodiment provides a method for abnormal recovery of a WCN module of a smart device, and the method is implemented based on the system for abnormal recovery of a WCN module of a smart device in Embodiment 1.
方法包括以下步骤:The method includes the following steps:
S 1、驱动模块通过按预设时间间隔定期查询驱动模块内部的设备节点识别发生异常事件的子业务。 S 1, sub-service drive module abnormal event occurs at regular intervals by preset query node identification device driver inside the module.
S 2、驱动模块在识别出发生异常事件的子业务后通过主动上报机制通知异常子业务服务;主动上报机制可以为UEVENT机制,也可以为Netlink机制。 S 2, the driving module after the sub-service to identify abnormal events abnormality notification service through an active sub-service reporting mechanism; active mechanism may UEVENT reporting mechanism may be a mechanism Netlink.
S 3异常子业务服务基于异常事件采用异常子业务服务内部的重启机制进行异常恢复。 S 3 abnormal abnormal recovery business services sub-restart mechanism uses an internal sub-business service exception exception-based events.
本实施例去除了现有实现方式中的WCND模块的参与,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,并且WCN Service由各自业务模块在各子业务System分区模块进行各自重启,避免了WCND模块异常结束WCN Service进程导致的系统稳定性和可靠性的降低。In this embodiment, the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
本实施例中,WCN模块的Crash事件的检测下放到驱动模块,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,因为查询和上报均在驱动模块内部进行,因此提高了访问效率和安全性,且能够及时发现WCN模块的Crash,避免了通过WCND模块跨模块访问Driver中的设备节点进行周期查询的方式存在访问效率低且安全性差的问题,以及发现WCN模块Crash不及时,不准确的问题。In this embodiment, the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.
实施例3Example 3
本实施例提供了一种智能设备,该智能设备包括实施例1的智能设备的WCN模块异常恢复的系统。This embodiment provides a smart device, where the smart device includes the system for abnormal recovery of the WCN module of the smart device of Embodiment 1.
本实施例去除了现有实现方式中的WCND模块的参与,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,并且WCN Service由各自业务模块在各子业务System分区模块进行各自重启,避免了WCND模块 异常结束WCN Service进程导致的系统稳定性和可靠性的降低。In this embodiment, the participation of the WCND module in the existing implementation is removed, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, and the WCN Service is restarted by the respective service modules in each sub-service System partition module to avoid The system stability and reliability are reduced due to the abnormal termination of the WCN Service process by the WCND module.
本实施例中,WCN模块的Crash事件的检测下放到驱动模块,由Kernel通过主动上报机制将WCN模块的Crash事件主动上报,因为查询和上报均在驱动模块内部进行,因此提高了访问效率和安全性,且能够及时发现WCN模块的Crash,避免了通过WCND模块跨模块访问Driver中的设备节点进行周期查询的方式存在访问效率低且安全性差的问题,以及发现WCN模块Crash不及时,不准确的问题。In this embodiment, the detection of the crash event of the WCN module is delegated to the driver module, and the Kernel actively reports the crash event of the WCN module through the active reporting mechanism, because the query and reporting are performed inside the driver module, thus improving access efficiency and security It can also detect the crash of the WCN module in time, avoiding the problems of low access efficiency and poor security in the way of periodically querying the device nodes in the Driver through the WCND module cross-module access, as well as the untimely and inaccurate discovery of the WCN module crash. problem.
虽然以上描述了本发明的具体实施方式,但是本领域的技术人员应当理解,这仅是举例说明,本发明的保护范围是由所附权利要求书限定的。本领域的技术人员在不背离本发明的原理和实质的前提下,可以对这些实施方式做出多种变更或修改,但这些变更和修改均落入本发明的保护范围。Although the specific embodiments of the present invention are described above, those skilled in the art should understand that this is only an illustration, and the protection scope of the present invention is defined by the appended claims. Those skilled in the art can make various changes or modifications to these embodiments without departing from the principle and essence of the present invention, but these changes and modifications all fall within the protection scope of the present invention.

Claims (10)

  1. 一种智能设备的WCN模块异常恢复的系统,其特征在于,包括AP侧模块和WCN模块,所述AP侧模块包括系统服务、WCN服务和驱动模块,所述WCN模块包括WCN固件,所述WCN服务包括至少一个子业务服务;A system for abnormal recovery of a WCN module of an intelligent device, comprising an AP side module and a WCN module, the AP side module comprising a system service, a WCN service and a driver module, the WCN module comprising WCN firmware, the WCN The service includes at least one sub-business service;
    所述驱动模块用于通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务;The drive module is used to identify the sub-services in which an abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism;
    所述驱动模块还用于在识别出发生异常事件的子业务后通过主动上报机制通知异常子业务服务;所述异常子业务服务为发生异常事件的子业务对应的所述子业务服务;The driving module is further configured to notify the abnormal sub-business service through an active reporting mechanism after identifying the sub-service in which the abnormal event occurs; the abnormal sub-business service is the sub-business service corresponding to the sub-business in which the abnormal event occurs;
    所述异常子业务服务用于基于所述异常事件采用所述异常子业务服务内部的重启机制进行异常恢复。The abnormal sub-business service is used for abnormal recovery based on the abnormal event using a restart mechanism inside the abnormal sub-business service.
  2. 如权利要求1所述的智能设备的WCN模块异常恢复的系统,其特征在于,所述主动上报机制包括UEVENT机制或Netlink机制。The system for abnormal recovery of a WCN module of a smart device according to claim 1, wherein the active reporting mechanism comprises a UEVENT mechanism or a Netlink mechanism.
  3. 如权利要求1所述的智能设备的WCN模块异常恢复的系统,其特征在于,所述预设机制为预设时间间隔定期。The system for abnormal recovery of a WCN module of a smart device according to claim 1, wherein the preset mechanism is a preset time interval at regular intervals.
  4. 如权利要求1所述的智能设备的WCN模块异常恢复的系统,其特征在于,所述子业务服务包括Wi-Fi服务、蓝牙服务、FM服务和GPS服务。The system for abnormal recovery of a WCN module of a smart device according to claim 1, wherein the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
  5. 如权利要求1所述的智能设备的WCN模块异常恢复的系统,其特征在于,所述智能设备包括智能手机或智能音箱。The system for abnormal recovery of a WCN module of a smart device according to claim 1, wherein the smart device comprises a smart phone or a smart speaker.
  6. 一种智能设备的WCN模块异常恢复的方法,其特征在于,所述方法基于权利要求1至5任一项所述的智能设备的WCN模块异常恢复的系统实现;A method for abnormal recovery of a WCN module of a smart device, wherein the method is implemented based on the system for abnormal recovery of a WCN module of a smart device according to any one of claims 1 to 5;
    所述方法包括以下步骤:The method includes the following steps:
    所述驱动模块通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务;The drive module identifies the sub-service in which the abnormal event occurs by querying the device nodes inside the drive module according to a preset mechanism;
    所述驱动模块在识别出发生异常事件的子业务后通过主动上报机制通知所述异常子业务服务;The driver module notifies the abnormal sub-business service through an active reporting mechanism after identifying the sub-business in which the abnormal event occurs;
    所述异常子业务服务基于所述异常事件采用所述异常子业务服务内部的重启机制进行异常恢复。The abnormal sub-business service uses a restart mechanism inside the abnormal sub-business service to perform abnormal recovery based on the abnormal event.
  7. 如权利要求6所述的智能设备的WCN模块异常恢复的方法,其特征在于,所述主动上报机制包括UEVENT机制或Netlink机制。The method for abnormal recovery of a WCN module of a smart device according to claim 6, wherein the active reporting mechanism comprises a UEVENT mechanism or a Netlink mechanism.
  8. 如权利要求6所述的智能设备的WCN模块异常恢复的方法,其特征在于,所述驱动模块通过按预设机制查询所述驱动模块内部的设备节点识别发生异常事件的子业务的步骤为:The method for abnormal recovery of the WCN module of an intelligent device as claimed in claim 6, wherein the step of the drive module identifying the sub-service where the abnormal event occurs by querying the device node inside the drive module according to a preset mechanism is:
    所述驱动模块通过按预设时间间隔定期查询所述驱动模块内部的设备节点识别发生异常事件的子业务。The driving module identifies the sub-service in which the abnormal event occurs by regularly querying the device nodes inside the driving module at preset time intervals.
  9. 如权利要求6所述的智能设备的WCN模块异常恢复的方法,其特征在于,所述子业务服务包括Wi-Fi服务、蓝牙服务、FM服务和GPS服务。The method for abnormal recovery of a WCN module of a smart device according to claim 6, wherein the sub-service services include Wi-Fi services, Bluetooth services, FM services and GPS services.
  10. 一种智能设备,其特征在于,包括权利要求1至5任一项所述的智能设备的WCN模块异常恢复的系统。A smart device, characterized in that it includes the system for abnormal recovery of the WCN module of the smart device according to any one of claims 1 to 5.
PCT/CN2021/088908 2020-06-30 2021-04-22 Smart device and wcn module exception recovery system thereof and method therefor WO2022001313A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/148,090 US20230133272A1 (en) 2020-06-30 2022-12-29 Intelligent device, and system and method for communication between ap component and wcn component thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010620806.6A CN111800810B (en) 2020-06-30 2020-06-30 Intelligent device and system and method for recovering abnormity of WCN module thereof
CN202010620806.6 2020-06-30

Related Child Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/088892 Continuation-In-Part WO2022001312A1 (en) 2020-06-30 2021-04-22 Smart device and communication system and method for ap module and wcn module thereof

Publications (1)

Publication Number Publication Date
WO2022001313A1 true WO2022001313A1 (en) 2022-01-06

Family

ID=72810969

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/088908 WO2022001313A1 (en) 2020-06-30 2021-04-22 Smart device and wcn module exception recovery system thereof and method therefor

Country Status (2)

Country Link
CN (1) CN111800810B (en)
WO (1) WO2022001313A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002013A (en) * 2022-08-08 2022-09-02 浙江华创视讯科技有限公司 Method and device for determining running state, storage medium and electronic device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111800810B (en) * 2020-06-30 2022-09-13 展讯通信(上海)有限公司 Intelligent device and system and method for recovering abnormity of WCN module thereof
CN112241338A (en) * 2020-10-21 2021-01-19 展讯半导体(成都)有限公司 Restarting method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103229535A (en) * 2010-11-19 2013-07-31 阿尔卡特朗讯公司 A method and system for cell recovery in telecommunication networks
CN104809030A (en) * 2015-05-19 2015-07-29 上海斐讯数据通信技术有限公司 Android-based exception handling system and method
CN109766197A (en) * 2018-12-29 2019-05-17 数源科技股份有限公司 A kind of 4G module stability working method based on android system
CN111800810A (en) * 2020-06-30 2020-10-20 展讯通信(上海)有限公司 Intelligent device and system and method for recovering abnormity of WCN module thereof

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7206974B2 (en) * 2003-04-30 2007-04-17 Microsoft Corporation System and method for monitoring and reporting events between peripheral device and host system applications
CN102467447A (en) * 2010-11-16 2012-05-23 鸿富锦精密工业(深圳)有限公司 Driver debugging system and method
CN102081720B (en) * 2010-11-18 2013-01-02 腾讯科技(深圳)有限公司 Method and system for detecting process creation during real-time protection
CN102880522B (en) * 2012-09-21 2014-12-31 中国人民解放军国防科学技术大学 Hardware fault-oriented method and device for correcting faults in key files of system
CN106293974A (en) * 2015-05-21 2017-01-04 深圳市中兴微电子技术有限公司 A kind of terminal abnormal restoration methods and terminal
CN106469080B (en) * 2016-09-09 2019-08-16 Oppo广东移动通信有限公司 The method and device that prevents system service process from restarting, mobile terminal
CN109992448B (en) * 2017-12-31 2021-08-06 中国移动通信集团山西有限公司 File change incremental backup method, device, equipment and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103229535A (en) * 2010-11-19 2013-07-31 阿尔卡特朗讯公司 A method and system for cell recovery in telecommunication networks
CN104809030A (en) * 2015-05-19 2015-07-29 上海斐讯数据通信技术有限公司 Android-based exception handling system and method
CN109766197A (en) * 2018-12-29 2019-05-17 数源科技股份有限公司 A kind of 4G module stability working method based on android system
CN111800810A (en) * 2020-06-30 2020-10-20 展讯通信(上海)有限公司 Intelligent device and system and method for recovering abnormity of WCN module thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002013A (en) * 2022-08-08 2022-09-02 浙江华创视讯科技有限公司 Method and device for determining running state, storage medium and electronic device
CN115002013B (en) * 2022-08-08 2022-12-06 浙江华创视讯科技有限公司 Method and device for determining running state, storage medium and electronic device

Also Published As

Publication number Publication date
CN111800810B (en) 2022-09-13
CN111800810A (en) 2020-10-20

Similar Documents

Publication Publication Date Title
WO2022001313A1 (en) Smart device and wcn module exception recovery system thereof and method therefor
EP2904494B1 (en) Method for preemptively restarting software in a multisubsystem mobile communication device to increase mean time between failures
WO2021128915A1 (en) Smart device monitoring method and apparatus
US10089158B2 (en) Methods and apparatus to detect uninstallation of an on-device meter
JP2001101033A (en) Fault monitoring method for operating system and application program
JP5579650B2 (en) Apparatus and method for executing monitored process
CN109245966A (en) The monitoring method and device of the service state of cloud platform
US11334468B2 (en) Checking a correct operation of an application in a cloud environment
JP6160171B2 (en) Information processing apparatus, control method, program, and information processing system
US20170147453A1 (en) Communication bus with baseboard management controller
US11853150B2 (en) Method and device for detecting memory downgrade error
CN110618864A (en) Interrupt task recovery method and device
CN103067209A (en) Heartbeat module self-testing method
CN114764380A (en) Distributed cluster control method and device based on ETCD
CN109298961A (en) Fault handling method, device and the network equipment of multi-core processor
JP2003173272A (en) Information processing system, information processor and maintenance center
CN116149957B (en) Method for saving server power-on and power-off records through BMC
CN115190052B (en) Management method, system and control unit for long connection
CN109947576B (en) Method for managing internal agent program of virtual machine
CN114218004A (en) Fault processing method and system of Kubernetes cluster physical node based on BMC
CN109062718B (en) Server and data processing method
CN112306871A (en) Data processing method, device, equipment and storage medium
CN111338914A (en) Fault notification method and related equipment
CN115361467B (en) Message display method and terminal equipment
CN104052620B (en) The maintaining method and system of main preparation system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21831834

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21831834

Country of ref document: EP

Kind code of ref document: A1