WO2020103032A1 - 进程运行控制方法、装置、存储介质及电子设备 - Google Patents
进程运行控制方法、装置、存储介质及电子设备Info
- Publication number
- WO2020103032A1 WO2020103032A1 PCT/CN2018/116690 CN2018116690W WO2020103032A1 WO 2020103032 A1 WO2020103032 A1 WO 2020103032A1 CN 2018116690 W CN2018116690 W CN 2018116690W WO 2020103032 A1 WO2020103032 A1 WO 2020103032A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- application process
- abnormal
- abnormal application
- holds
- preset
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/54—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs
Definitions
- the present application belongs to the technical field of electronic equipment, and in particular relates to a process operation control method, device, storage medium, and electronic equipment.
- a determining module configured to determine an abnormal application process whose state information satisfies the abnormal application process determination condition
- the execution module is used to terminate the abnormal application process.
- an embodiment of the present application provides a storage medium on which a computer program is stored, and when the computer program is executed on a computer, the computer is caused to execute the process provided in the first aspect of the embodiment of the present application Control Method.
- FIG. 2 is another schematic flowchart of a process operation control method provided by an embodiment of the present application.
- FIG. 3 is an exemplary diagram showing query information in the embodiment of the present application.
- Binder On mobile devices (devices with limited performance, such as power saving), the widespread use of cross-process communication has strict requirements on the performance of the communication mechanism. Binder is more efficient than traditional socket methods. Binder data copy only needs once, while the pipeline, message queue, and socket all need twice, and the shared memory method does not need a memory copy, but the implementation method is more complicated.
- the Android system process holds the Binder service client of many application processes.
- the application process communicates with the system process through Binder and sends the Binder service object of the application process, so that the system process can hold the agent of the Binder service client of the application process. ; But if an abnormal application process continuously sends Binder service objects to the system process, it will cause the number of Binder service clients that the system process holds the application process to grow, eventually exceeding the threshold, causing the system's global reference to overflow and eventually causing the system to restart .
- Step 101 Obtain the state information of the Binder service client that the system process holds a single application process.
- the electronic device after acquiring the preset abnormal application process determination condition, compares the state information of the single application process with the abnormal application process determination condition, and determines that the state information satisfies the abnormal application process determination condition The application process, and the application process whose status information meets the judgment condition of the abnormal application process is recorded as the abnormal application process.
- the increase in the number of Binder service clients that the system process holds the single application process within a preset duration reaches a second preset value.
- a threshold can be set for the increase in the number of Binder service clients holding a single application process by the system process, that is, the second preset value, so as to determine the number of Binder service clients holding a single application process by the system process within a preset duration If the increase is too large, it is determined that the application process is an abnormal application process.
- the abnormal application process determination condition can be set as follows: the increase in the number of Binder service clients that the system process holds a single application process within a preset duration reaches a second preset value. That is, when the increase in the number of Binder service clients holding a single application process by the system process within a preset duration reaches a corresponding threshold, it can be determined that the application process is an abnormal application process.
- step 201 it is judged whether the current moment reaches the preset abnormal application process recognition moment. If yes, step 202 is executed; otherwise, step 201 is continued.
- Step 202 Obtain the number of Binder service clients holding a single application process by the system process.
- the electronic device scans the Binder communication status of the system process to obtain the status information of the Binder service client of the single application process held by the system process, thereby obtaining the number of Binder service clients of the single application process held by the system process.
- Step 203 Determine whether the number of Binder service clients that the system process holds a single application process reaches the first preset value. If yes, go to step 205, otherwise go to step 204.
- the system process holds the Binder service client of many application processes.
- the application process can communicate with the system process by Binder and send the Binder service object of the application process, which can make the system process hold The agent of the Binder service client of the application process.
- a threshold can be set for the number of Binder service clients that the system process holds a single application process, that is, a first preset value, and the sum of all first preset values is less than the third preset value.
- the system can run 10 application processes at the same time, the first preset value of a single application process is 50, then the third preset value of the system must be greater than 500.
- the electronic device can detect whether the application process is an abnormal application process according to the number of Binder service clients holding a single application process by the system process.
- an application process that may cause a system restart is called an abnormal application process".
- the electronic device determines whether the number of Binder service clients holding a single application process by the system process reaches the first preset value, and when the number of Binder service clients holding a single application process by the system process reaches the corresponding threshold (first preset value) At this time, the electronic device determines that the application process is an abnormal application process.
- step 203 If the judgment result in step 203 is yes, it means that the number of Binder service clients holding a single application process by the system process reaches the first preset value, and the single application process is an abnormal application process; if the judgment result in step 203 is no, This indicates that the number of Binder service clients holding a single application process by the system process at this time does not reach the first preset value, and whether the single application process is an abnormal application process needs further judgment.
- Step 204 Determine whether the increase in the number of Binder service clients holding a single application process by the system process within a preset duration reaches a second preset value. If yes, go to step 205, otherwise return to step 201.
- the number of Binder service clients that the system process holds a single application process does not exceed the corresponding threshold, but within a preset duration (that is, between two adjacent abnormal application process identification moments Within the duration of the current abnormal application process identification time and the last abnormal application process identification time), the number of Binder service clients that the system process holds the single application process continues to grow.
- the first preset value of a single application process is 50
- the results of three scans show that the number of Binder service clients holding the single application process by the system process is 28, 37, and 49.
- the system process holds The number of Binder service clients of the single application process will soon exceed the corresponding threshold (ie, the first preset value).
- a threshold can be set for the increase in the number of Binder service clients holding a single application process by the system process, that is, the second preset value, so as to determine the number of Binder service clients holding a single application process by the system process within a preset duration If the increase is too large, it is determined that the application process is an abnormal application process.
- the electronic device determines that the application process is an abnormal application process. This shows that during a scanning cycle, the single application process continuously sends Binder service clients to the system process, resulting in the number of Binder service clients that the system process holds the single application process continuously increasing during the scanning cycle.
- step 204 If the judgment result in step 204 is yes, it indicates that the number of Binder service clients that the system process holds a single application process within the preset time period reaches a second preset value, and the single application process is an abnormal application process; if The judgment result in step 204 is NO, indicating that the number of Binder service clients that the system process holds a single application process within the preset time period has not reached the second preset value. Is the single application process an abnormal application process? The next scan obtains the number of Binder service clients that the system process holds a single application process and re-judges.
- Step 205 Determine whether the abnormal application process is a preset application process. If yes, go to step 207, otherwise go to step 206.
- step 203 and step 204 After the judgment in step 203 and step 204, the abnormal application process has been identified. However, considering that the abnormal application process may be frequently accessed or being accessed by the user, a step is set for the user to confirm whether to terminate the abnormal application process.
- Step 206 output inquiry information.
- the query information can be displayed through the notification bar.
- the second obtaining module 502 is used to obtain a preset abnormal application process determination condition.
- the determination module 503 compares the state information of the single application process with the abnormal application process determination condition, and determines that the state information satisfies the The application process of the abnormal application process determination condition, and the application process whose status information meets the abnormal application process determination condition is recorded as the abnormal application process.
- the system process holds the Binder service client of many application processes.
- the application process can communicate with the system process by Binder and send the Binder service object of the application process, which can make the system process hold The agent of the Binder service client of the application process.
- a threshold may be set for the number of Binder service clients that the system process holds a single application process, that is, a first preset value, and the sum of all first preset values is less than the third preset value.
- the system can run 10 application processes at the same time, the first preset value of a single application process is 50, then the third preset value of the system must be greater than 500.
- the abnormal application process determination condition can be set as follows: the number of Binder service clients that the system process holds a single application process reaches the first preset value. That is, when the number of Binder service clients holding a single application process by the system process reaches the corresponding threshold, it can be determined that the application process is an abnormal application process.
- the status information includes an increase in the number of Binder service clients that the system process holds a single application process within a preset duration
- the abnormal application process determination conditions include:
- the processor 602 in the electronic device loads the executable code corresponding to the process of one or more application programs into the memory 601 according to the following instructions, and the processor 602 runs and stores the memory in the memory The application in 601, thereby executing:
- the processor 602 in the electronic device loads the executable code corresponding to the process of one or more application programs into the processor 601 according to the following instructions, and the processor 602 runs and stores the The application program in the processor 601, thereby executing:
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
一种进程运行控制方法,应用于电子设备,包括:获取系统进程持有单个应用进程的Binder服务客户端的状态信息(101);获取预设的异常应用进程判定条件(102);确定所述状态信息满足所述异常应用进程判定条件的异常应用进程(103);终止所述异常应用进程(104)。该方法可检测并终止异常应用进程,提高电子设备操作系统运行的稳定性。
Description
本申请属于电子设备技术领域,尤其涉及一种进程运行控制方法、装置、存储介质及电子设备。
随着科技的不断进步,基于安卓系统的电子设备(比如智能手机、平板电脑等)越来越普及,用户可以在电子设备中安装各种应用程序实现不同的功能。电子设备的系统进程持有很多应用进程的Binder服务客户端,用于实现不同应用进程间的通信。然而,当系统进程持有应用进程的Binder服务客户端发生异常时,将导致系统重启。
发明内容
本申请实施例提供一种进程运行控制方法、装置、存储介质及电子设备,能够提高电子设备操作系统运行的稳定性。
第一方面,本申请实施例提供一种进程运行控制方法,应用于电子设备,包括:
获取系统进程持有单个应用进程的Binder服务客户端的状态信息;
获取预设的异常应用进程判定条件;
确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;
终止所述异常应用进程。
第二方面,本申请实施例提供一种进程运行控制装置,应用于电子设备,包括:
第一获取模块,用于获取系统进程持有单个应用进程的Binder服务客户端的状态信息;
第二获取模块,用于获取预设的异常应用进程判定条件;
确定模块,用于确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;
执行模块,用于终止所述异常应用进程。
第三方面,本申请实施例提供一种存储介质,其上存储有计算机程序,当所述计算机程序在计算机上执行时,使得所述计算机执行本申请实施例第一方 面提供的所述进程运行控制方法。
第四方面,本申请实施例提供一种电子设备,包括存储器,处理器,所述处理器通过调用所述存储器中存储的计算机程序,用于执行:
获取系统进程持有单个应用进程的Binder服务客户端的状态信息;
获取预设的异常应用进程判定条件;
确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;
终止所述异常应用进程。
本申请可以根据预设的异常应用进程判定条件,检测正在运行的异常应用进程,终止所述异常应用进程,防止因系统全局引用溢出导致的系统重启,从而提高系统运行的稳定性。
下面结合附图,通过对本申请的具体实施方式进行详细地描述,将使本申请的技术方案及其有益效果显而易见。
图1是本申请实施例提供的进程运行控制方法的一种流程示意图。
图2是本申请实施例提供的进程运行控制方法的另一种流程示意图。
图3是本申请实施例中显示询问信息的一种示例图。
图4是本申请实施例中显示询问信息的另一种示例图。
图5是本申请实施例提供的进程运行控制装置的结构示意图。
图6是本申请实施例提供的电子设备的一种结构示意图。
图7是本申请实施例提供的电子设备的另一种结构示意图。
请参照图示,其中相同的组件符号代表相同的组件,本申请的原理是以实施在一适当的运算环境中来举例说明。以下的说明是基于所例示的本申请具体实施例,其不应被视为限制本申请未在此详述的其他具体实施例。
为便于理解本申请技术方案,以下首先对Binder做简单介绍:
Binder是安卓(Android)系统中进程间通讯(IPC,Inter-Process Communication)的一种方式,也是Android系统中最重要的特性之一。Android系统中有四大组件Activity,Service,Broadcast Receiver,ContentProvider,不 同的应用等都运行在不同的进程中,它是这些进程间通讯的桥梁。正如其名“粘合剂”一样,它把系统中各个组件粘合到了一起,是各个组件的桥梁。
Android系统中,涉及到多进程间的通信底层都是依赖于Binder IPC机制。例如当进程A中的Activity要向进程B中的Service通信,这便需要依赖于Binder IPC。不仅于此,整个Android系统架构中,大量采用了Binder机制作为IPC方案。
当然也存在部分其他的IPC方式,如管道、SystemV、Socket等。但由于Binder的如下特性,Android系统中,涉及到多进程间的通信底层都是依赖于Binder IPC机制。
1.性能方面
在移动设备上(性能受限制的设备,比如要省电),广泛地使用跨进程通信对通信机制的性能有严格的要求,Binder相对于传统的Socket方式,更加高效。Binder数据拷贝只需要一次,而管道、消息队列、Socket都需要两次,共享内存方式一次内存拷贝都不需要,但实现方式又比较复杂。
2.安全方面
传统的进程通信方式对于通信双方的身份并没有做出严格的验证,比如Socket通信IP地址是客户端手动填入,很容易进行伪造,而Binder机制从协议本身就支持对通信双方做身份校检,因而大大提升了安全性。
正常状态下,Android系统进程持有很多应用进程的Binder服务客户端,应用进程通过跟系统进程进行Binder通讯并发送应用进程的Binder服务对象,可令系统进程持有应用进程的Binder服务客户端的代理;但如果有异常应用进程不断地向系统进程发送Binder服务对象,就会造成系统进程持有应用进程的Binder服务客户端的数目不断增长,最终超过阈值,引起系统的全局引用溢出并最终造成系统重启。因此,本申请提供一种进程运行控制方法,可以检测到一直向系统进程发送Binder服务对象并导致系统进程持有Binder服务客户端的数目不断增长的异常应用,终止该异常应用,防止系统全局性引用溢出造成的系统重启。
请参阅图1,图1为本申请实施例提供的进程运行控制方法的一种流程示意图。该进程运行控制方法可以应用于电子设备,该进程运行控制方法的流程 可以包括:
步骤101,获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
本申请实施例中,可以设置一个扫描周期。在该扫描周期内,电子设备按照预设的时间间隔,间歇性地对系统进程的Binder通讯状态进行扫描。每扫描一次就获得一组系统进程的Binder通讯状态数据,可以将该状态数据存储到存储器中待处理器调用。由该系统进程的Binder通讯状态数据即可获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
步骤102,获取预设的异常应用进程判定条件。
本申请实施例中,预先设置有异常应用进程判定条件,根据该异常应用进程判定条件可以检测出可能导致系统重启的应用进程,并将这种可能导致系统重启的应用进程称作异常应用进程。相应的,电子设备在获取到系统进程持有单个应用进程的Binder服务客户端的状态信息之后,可以进一步获取预设的异常应用进程判定条件,从而根据该异常应用进程判定条件来检测出可能导致系统重启的异常应用进程。
步骤103,确定状态信息满足该异常应用进程判定条件的异常应用进程。
本申请实施例中,电子设备在获取到预设的异常应用进程判定条件之后,将单个应用进程的状态信息与异常应用进程判定条件进行比对,确定出状态信息满足该异常应用进程判定条件的应用进程,并将状态信息满足该异常应用进程判定条件的应用进程记为异常应用进程。
步骤104,终止该异常应用进程。
根据步骤103确定的异常应用进程,强行终止该异常应用进程。
本申请实施例可以根据预设的异常应用进程判定条件,检测正在运行的异常应用进程,终止该异常应用进程,防止因系统全局引用溢出导致的系统重启,从而提高系统运行的稳定性,优化电子设备的用户使用体验。
在一实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,异常应用进程判定条件包括:
系统进程持有所述单个应用进程的Binder服务客户端的数目达到第一预设值。
应当说明的是,Android操作系统的电子设备中,系统进程持有很多应用进程的Binder服务客户端,应用进程通过跟系统进程进行Binder通讯并发送应用进程的Binder服务对象,可令系统进程持有应用进程的Binder服务客户端的代理。系统进程持有应用进程的Binder服务客户端的总数目存在一个阈值,称之为第三预设值,系统进程持有应用进程的Binder服务客户端的总数目若超过该第三预设值,会造成系统全局引用溢出,从而导致系统重启。
本申请实施例中,可以为系统进程持有单个应用进程的Binder服务客户端的数目设置一个阈值,亦即第一预设值,所有第一预设值的总和小于第三预设值。比如,系统可以同时运行10个应用进程,单个应用进程的第一预设值为50,则系统的第三预设值必须大于500。由此,可以设置异常应用进程判定条件为:系统进程持有单个应用进程的Binder服务客户端的数目达到第一预设值。即,当系统进程持有单个应用进程的Binder服务客户端的数目达到对应阈值时,可判定该应用进程为异常应用进程。
在一实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,异常应用进程判定条件包括:
系统进程持有所述单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。
应当说明的是,存在一种情况,即系统进程持有单个应用进程的Binder服务客户端的数目并未超过对应阈值,但在一段时间内,系统进程持有该单个应用进程的Binder服务客户端的数目持续增长。比如,单个应用进程的第一预设值为50,三次扫描结果显示的系统进程持有该单个应用进程的Binder服务客户端的数目分别为28、37、49,这种情况下,系统进程持有该单个应用进程的Binder服务客户端的数目必将很快超过对应阈值。可以为系统进程持有单个应用进程的Binder服务客户端的数目的增长量设置一个阈值,亦即第二预设值,以此判断预设时长内系统进程持有单个应用进程的Binder服务客户端的数目的增长量是否过大,是则判定该应用进程为异常应用进程。由此,可以设置异常应用进程判定条件为:系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。即,当系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到对应阈值时,可判定该应用进程为异常应用进程。
请参阅图2,图2为本申请实施例提供的进程运行控制方法的另一种流程示意图。该进程运行控制方法可以应用于电子设备,该进程运行控制方法的流程可以包括:
步骤201,判断当前时刻是否达到预设的异常应用进程识别时刻,是则执行步骤202,否则继续执行步骤201。
本申请实施例中,可以设置一个扫描周期。电子设备按照该扫描周期,间歇性地对系统进程的Binder通讯状态进行扫描,从而获取到系统进程持有单个应用进程的Binder服务客户端的状态信息。其中,每一扫描周期对应一异常应用进程识别时刻,电子设备判断当前时刻是否到达预设的异常应用进程识别时刻,若判断结果为是,则转入步骤202,开始对系统进程的Binder通讯状态进行扫描。
步骤202,获取系统进程持有单个应用进程的Binder服务客户端的数目。
其中,电子设备对系统进程的Binder通讯状态进行扫描,以获取到系统进程持有单个应用进程的Binder服务客户端的状态信息,从而获取系统进程持有单个应用进程的Binder服务客户端的数目。
步骤203,判断系统进程持有单个应用进程的Binder服务客户端的数目是否达到第一预设值。是则执行步骤205,否则执行步骤204。
应当说明的是,Android操作系统的电子设备中,系统进程持有很多应用进程的Binder服务客户端,应用进程通过跟系统进程进行Binder通讯并发送应用进程的Binder服务对象,可令系统进程持有应用进程的Binder服务客户端的代理。系统进程持有应用进程的Binder服务客户端的总数目存在一个阈值,称之为第三预设值,系统进程持有应用进程的Binder服务客户端的总数目若超过该第三预设值,会造成系统全局引用溢出,从而导致系统重启。
此外,可以为系统进程持有单个应用进程的Binder服务客户端的数目设置一个阈值,亦即第一预设值,所有第一预设值的总和小于第三预设值。比如,系统可以同时运行10个应用进程,单个应用进程的第一预设值为50,则系统的第三预设值必须大于500。
本申请实施例中,电子设备可以根据系统进程持有单个应用进程的Binder服务客户端的数目来检测应用进程是否为异常应用进程“本申请实施例中将可 能导致系统重启的应用进程称作异常应用进程”。其中,电子设备判断系统进程持有单个应用进程的Binder服务客户端的数目是否达到第一预设值,当系统进程持有单个应用进程的Binder服务客户端的数目达到对应阈值(第一预设值)时,电子设备即确定该应用进程为异常应用进程。若步骤203的判断结果为是,表明此时系统进程持有单个应用进程的Binder服务客户端的数目达到第一预设值,该单个应用进程为异常应用进程;若步骤203的判断结果为否,表明此时系统进程持有单个应用进程的Binder服务客户端的数目未达到第一预设值,该单个应用进程是否为异常应用进程需进一步判断。
步骤204,判断系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量是否达到第二预设值。是则执行步骤205,否则返回步骤201。
应当说明的是,存在一种情况,即系统进程持有单个应用进程的Binder服务客户端的数目并未超过对应阈值,但在预设时长(即为相邻的两个异常应用进程识别时刻之间的时长,或者说,当前异常应用进程识别时刻与上一异常应用进程识别时刻之间的时长)内,系统进程持有该单个应用进程的Binder服务客户端的数目持续增长。比如,单个应用进程的第一预设值为50,三次扫描结果显示的系统进程持有该单个应用进程的Binder服务客户端的数目分别为28、37、49,这种情况下,系统进程持有该单个应用进程的Binder服务客户端的数目必将很快超过对应阈值(即第一预设值)。可以为系统进程持有单个应用进程的Binder服务客户端的数目的增长量设置一个阈值,亦即第二预设值,以此判断预设时长内系统进程持有单个应用进程的Binder服务客户端的数目的增长量是否过大,是则判定该应用进程为异常应用进程。
本申请实施例中,当系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到对应阈值(第二预设值)时,电子设备即确定该应用进程为异常应用进程。这表明在一个扫描周期内,该单个应用进程持续向系统进程发送Binder服务客户端,导致系统进程持有该单个应用进程的Binder服务客户端的数目在该扫描周期内不断增长。若步骤204的判断结果为是,表明此时系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值,该单个应用进程为异常应用进程;若步骤204的判断结果为否,表明此时系统进程持有单个应用进程的Binder服务客户 端的数目在预设时长内的增长量未达到第二预设值,该单个应用进程是否为异常应用进程需下一次扫描获取系统进程持有单个应用进程的Binder服务客户端的数目后重新判断。
步骤205,判断该异常应用进程是否为预设应用进程。是则执行步骤207,否则执行步骤206。
经过步骤203和步骤204的判断,异常应用进程已经被识别出来。但考虑到该异常应用进程可能为用户经常访问或者正在访问的,所以设置一个步骤,由用户确认是否终止该异常应用进程。
在一种实施方式中,可以将用户不经常访问且非正在访问的应用进程设为预设应用进程。若步骤205的判断结果为是,表明该异常应用进程为用户不经常访问且非正在访问的应用进程,则可以直接终止该异常应用进程;若步骤205的判断结果为否,表明该异常应用进程为用户经常访问和/或正在访问的应用进程,则需要输出询问信息,通过该询问信息询问用户是否终止异常应用进程。
步骤206,输出询问信息。
在一种实施方式中,可以通过通知栏显示该询问信息。
比如,请参阅图3,图3为本申请实施例中显示询问信息的一种示例图。如图3所示,电子设备可以在通知栏中显示询问信息:“XXX应用进程为异常应用进程,点击此通知确认终止。”其中“XXX”为该异常应用进程名称。用户点击通知栏的询问信息,电子设备将显示该异常应用进程的详细信息并提供用户确认终止该异常应用进程的按钮,供用户确认终止该异常应用进程。
在一种实施方式中,可以生成提示框,通过该提示框显示该询问信息。
比如,请参阅图4,图4为本申请实施例中显示询问信息的另一种示例图。在电子设备的显示区域弹出一个提示框300,该提示框300的内容可以包括:询问信息301“XXX应用进程为异常应用进程,持续运行将导致系统重启,是否终止该应用进程?”、确认按钮302和取消按钮303。用户可直接在提示框300中点击确认按钮302以确认终止该异常应用进程,或者点击取消按钮303以取消终止该异常应用进程。
另外,若该异常应用进程为用户正在访问的应用进程,用户无法立即终止该异常应用进程时,可点击取消按钮303以取消终止该异常应用进程。因为所 有第一预设值(系统进程持有单个应用进程的Binder服务客户端的数目的阈值)的总和小于第三预设值(系统进程持有应用进程的Binder服务客户端的总数目的阈值),所以即使用户选择取消终止该异常应用进程,系统全局引用也不会立刻溢出从而导致系统重启。
在输出询问信息之后,若接收到用户输入的终止异常应用进程的确认信息,则转入步骤207,终止异常应用进程。
步骤207,终止异常应用进程。
由于本申请实施例可以有效地检测持续向系统进程发送Binder服务对象并导致系统进程持有Binder服务客户端数目不断增长的异常应用进程,主动终止该异常应用进程,故本申请实施例可以有效防止异常应用进程造成系统全局引用溢出的系统重启,从而减少用户在正常设备的使用过程中发生异常重启,从而带给用户更好的体验。
请参阅图5,图5为本申请实施例提供的进程运行控制装置的一种结构示意图。该进程运行控制装置可以应用于电子设备,该进程运行控制装置可以包括:第一获取模块501,第二获取模块502,确定模块503和执行模块504。
第一获取模块501,用于获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
本申请实施例中,可以设置一个扫描周期。在该扫描周期内,第一获取模块501按照预设的时间间隔,间歇性地对系统进程的Binder通讯状态进行扫描。每扫描一次就获得一组系统进程的Binder通讯状态数据,可以将该状态数据存储到存储器中待处理器调用。由该系统进程的Binder通讯状态数据即可获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
第二获取模块502,用于获取预设的异常应用进程判定条件。
本申请实施例中,预先设置有异常应用进程判定条件,根据该异常应用进程判定条件可以检测出可能导致系统重启的应用进程,并将这种可能导致系统重启的应用进程称作异常应用进程。相应的,在第一获取模块501获取到系统进程持有单个应用进程的Binder服务客户端的状态信息之后,第二获取模块502可以进一步获取预设的异常应用进程判定条件,从而根据该异常应用进程判定条件来检测出可能导致系统重启的异常应用进程。
确定模块503,用于确定该状态信息满足该异常应用进程判定条件的异常应用进程。
本申请实施例中,在第二获取模块502获取到预设的异常应用进程判定条件之后,确定模块503将单个应用进程的状态信息与异常应用进程判定条件进行比对,确定出状态信息满足该异常应用进程判定条件的应用进程,并将状态信息满足该异常应用进程判定条件的应用进程记为异常应用进程。
执行模块504,用于终止该异常应用进程。
根据确定模块503确定的异常应用进程,执行模块504强行终止该异常应用进程。
在一种实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,异常应用进程判定条件包括:
系统进程持有所述单个应用进程的Binder服务客户端的数目达到第一预设值。
应当说明的是,Android操作系统的电子设备中,系统进程持有很多应用进程的Binder服务客户端,应用进程通过跟系统进程进行Binder通讯并发送应用进程的Binder服务对象,可令系统进程持有应用进程的Binder服务客户端的代理。系统进程持有应用进程的Binder服务客户端的总数目存在一个阈值,称之为第三预设值,系统进程持有应用进程的Binder服务客户端的总数目若超过该第三预设值,会造成系统全局引用溢出,从而导致系统重启。
本申请实施例中,可以为系统进程持有单个应用进程的Binder服务客户端的数目设置一个阈值,亦即第一预设值,所有第一预设值的总和小于第三预设值。比如,系统可以同时运行10个应用进程,单个应用进程的第一预设值为50,则系统的第三预设值必须大于500。由此,可以设置异常应用进程判定条件为:系统进程持有单个应用进程的Binder服务客户端的数目达到第一预设值。即,当系统进程持有单个应用进程的Binder服务客户端的数目达到对应阈值时,可判定该应用进程为异常应用进程。
在一实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,异常应用进程判定条件包括:
系统进程持有所述单个应用进程的Binder服务客户端的数目在预设时长 内的增长量达到第二预设值。
应当说明的是,存在一种情况,即系统进程持有单个应用进程的Binder服务客户端的数目并未超过对应阈值,但在一段时间内,系统进程持有该单个应用进程的Binder服务客户端的数目持续增长。比如,单个应用进程的第一预设值为50,三次扫描结果显示的系统进程持有该单个应用进程的Binder服务客户端的数目分别为28、37、49,这种情况下,系统进程持有该单个应用进程的Binder服务客户端的数目必将很快超过对应阈值。可以为系统进程持有单个应用进程的Binder服务客户端的数目的增长量设置一个阈值,亦即第二预设值,以此判断预设时长内系统进程持有单个应用进程的Binder服务客户端的数目的增长量是否过大,是则判定该应用进程为异常应用进程。由此,可以设置异常应用进程判定条件为:系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。即,当系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到对应阈值时,可判定该应用进程为异常应用进程。
在一种实施方式中,在获取系统进程持有单个应用进程的Binder服务客户端的状态信息之前,第一获取模块501可以用于:
判断当前时刻是否达到预设的异常应用进程识别时刻;
若是,则获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
本申请实施例中,可以设置一个扫描周期。第一获取模块501按照该扫描周期,间歇性地对系统进程的Binder通讯状态进行扫描,获取到系统进程持有单个应用进程的Binder服务客户端的状态信息。其中,每一扫描周期对应一异常应用进程识别时刻,第一获取模块501判断当前时刻是否到达预设的异常应用进程识别时刻,若判断结果为是,开始对系统进程的Binder通讯状态进行扫描,以获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
在一种实施方式中,在终止异常应用进程之前,执行模块504可以用于:
判断异常应用进程是否为预设应用进程;
若是,则终止异常应用进程。
其中,可以由本领域普通技术人员根据实际需要将用户不经常访问且非正在访问的应用进程设为预设应用进程。这样,在终止异常应用进程之前,执行模块504可以判断确定出的异常应用进程是否为预设应用进程,是则表明该异常应用进程为用户不经常访问且非正在访问的应用进程,则可以直接终止该异常应用进程。
在一种实施方式中,在判断异常应用进程是否为预设应用进程之后,执行模块504还可以用于:
若否,则输出询问信息,询问信息用于询问用户是否终止异常应用进程;
若接收到用户输入的终止异常应用进程的确认信息,则终止异常应用进程。
其中,若判断结果为否,则表明该异常应用进程为用户经常访问和/或正在访问的应用进程,此时可由用户确认是否需要终止异常应用进程。
执行模块504输出询问信息,该询问信息用于询问用户是否终止异常应用进程。若接收到用户输入的终止异常应用进程的确认信息,则执行模块504终止异常应用进程。
作为一种可选的实施方式,在输出询问信息时,执行模块504可以用于:
通过通知栏显示询问信息。
比如,请参阅图3,图3为本申请实施例中显示询问信息的一种示例图。如图3所示,执行模块504可以在通知栏中显示询问信息:“XXX应用进程为异常应用进程,点击此通知确认终止。”其中“XXX”为该异常应用进程名称。用户点击通知栏的询问信息,执行模块504将显示该异常应用进程的详细信息并提供用户确认终止该异常应用进程的按钮,供用户确认终止该异常应用进程。
在另一种可选的实施方式,在输出询问信息时,执行模块504可以用于:
生成提示框,通过提示框显示询问信息。
比如,请参阅图4,图4为本申请实施例中显示询问信息的另一种示例图。在电子设备的显示区域弹出一个提示框300,该提示框300的内容可以包括:询问信息301“XXX应用进程为异常应用进程,持续运行将导致系统重启,是否终止该应用进程?”、确认按钮302和取消按钮303。用户可直接在提示框300中点击确认按钮302以确认终止该异常应用进程,或者点击取消按钮 303以取消终止该异常应用进程。
本申请实施例提供一种计算机可读的存储介质,其上存储有计算机程序,当该计算机程序在计算机上执行时,使得该计算机执行如本实施例第一方面提供的进程运行控制方法中的步骤。
本申请实施例还提供一种电子设备,包括存储器,处理器,该处理器通过调用该存储器中存储的计算机程序,用于执行本实施例提供的进程运行控制方法中的流程。
请参阅图6,图6为本申请实施例提供的电子设备的一种结构示意图。电子设备可以包括存储器601和处理器602等部件。本领域技术人员可以理解,图6中示出的电子设备结构并不构成对电子设备的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。
存储器601可以用于存储应用程序和数据。存储器601存储的应用程序中包含有可执行代码。应用程序可以组成各种功能模块。处理器602通过运行存储在存储器601的应用程序,从而执行各种功能应用以及数据处理。
处理器602是电子设备的控制中心,利用各种接口和线路连接整个电子设备的各个部分,通过运行或执行存储在存储器601内的应用程序,以及调用存储在存储器601内的数据,执行电子设备的各种功能和处理数据,从而对电子设备进行整体监控。
在本实施例中,电子设备中的处理器602会按照如下的指令,将一个或一个以上的应用程序的进程对应的可执行代码加载到存储器601中,并由处理器602来运行存储在存储器601中的应用程序,从而执行:
获取系统进程持有单个应用进程的Binder服务客户端的状态信息;
获取预设的异常应用进程判定条件;
确定该状态信息满足该异常应用进程判定条件的异常应用进程;
终止该异常应用进程。
请参阅图7,图7为本申请实施例提供的电子设备的另一种结构示意图。与图6所示电子设备的区别在于,电子设备除了存储器601和处理器602,还可以包括输入单元603和输出单元604等部件。
其中,输入单元603可用于接收输入的数字、字符信息或用户特征信息(比 如指纹、声纹、人脸信息等),以及产生与用户设置以及功能控制有关的键盘、鼠标、操作杆、光学或者轨迹球信号输入等。
输出单元604可用于输出由用户输入的信息或提供给用户的信息,如扬声器等。
在本实施例中,电子设备中的处理器602会按照如下的指令,将一个或一个以上的应用程序的进程对应的可执行代码加载到处理器601中,并由处理器602来运行存储在处理器601中的应用程序,从而执行:
获取系统进程持有单个应用进程的Binder服务客户端的状态信息;
获取预设的异常应用进程判定条件;
确定该状态信息满足该异常应用进程判定条件的异常应用进程;
终止该异常应用进程。
在一种实施方式中,处理器602在获取系统进程持有单个应用进程的Binder服务客户端的状态信息之前,还可以执行:判断当前时刻是否达到预设的异常应用进程识别时刻;若是,则获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
在一种实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,异常应用进程判定条件可以包括:系统进程持有单个应用进程的Binder服务客户端的数目达到第一预设值。
在一种实施方式中,状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,异常应用进程判定条件可以包括:系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。
在一种实施方式中,处理器602在终止该异常应用进程之前,还可以执行:判断该异常应用进程是否为预设应用进程;若是,则终止该异常应用进程。
在一实施方式中,处理器602在判断该异常应用进程是否为预设应用进程之后,还可以执行:若否,则输出询问信息,询问信息用于询问用户是否终止异常应用进程;若接收到用户输入的终止异常应用进程的确认信息,则终止异常应用进程。
在一种实施方式中,处理器602在输出询问信息时,可以执行:通过通知栏显示该询问信息。
在一种实施方式中,处理器602在输出询问信息时,可以执行:生成提示框,通过该提示框显示该询问信息。
本申请实施例提供的电子设备与上文实施例中的进程运行控制方法属于同一构思,在该电子设备上可以运行该进程运行控制方法实施例中提供的任一方法,其具体实现过程详见该进程运行控制方法实施例,此处不再赘述。
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见上文针对进程运行控制方法的详细描述,此处不再赘述。
需要说明的是,对本申请实施例提供的进程运行控制方法而言,本领域普通技术人员可以理解实现本申请实施例提供的进程运行控制方法的全部或部分流程,是可以通过计算机程序来控制相关的硬件来完成,该计算机程序可存储于一计算机可读取存储介质中,如存储在存储器中,并被至少一个处理器执行,在执行过程中可包括如该进程运行控制方法的实施例的流程。其中,该存储介质可为磁碟、光盘、只读存储器(ROM,Read Only Memory)、随机存取记忆体(RAM,Random Access Memory)等。
对本申请实施例的该进程运行控制装置而言,其各功能模块可以集成在一个处理芯片中,也可以是各个模块单独物理存在,也可以两个或两个以上模块集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。该集成的模块如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中,该存储介质譬如为只读存储器,磁盘或光盘等。
以上对本申请实施例所提供的一种进程运行控制方法、装置、存储介质以及电子设备进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本申请的限制。
Claims (20)
- 一种进程运行控制方法,应用于电子设备,其中,包括:获取系统进程持有单个应用进程的Binder服务客户端的状态信息;获取预设的异常应用进程判定条件;确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;终止所述异常应用进程。
- 根据权利要求1所述的进程运行控制方法,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目达到第一预设值。
- 根据权利要求1所述的进程运行控制方法,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。
- 根据权利要求1所述的进程运行控制方法,其中,所述获取系统进程持有单个应用进程的Binder服务客户端的状态信息之前,还包括:判断当前时刻是否达到预设的异常应用进程识别时刻;若是,则获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
- 根据权利要求1所述的进程运行控制方法,其中,所述终止所述异常应用进程之前,还包括:判断所述异常应用进程是否为预设应用进程;若是,则终止所述异常应用进程。
- 根据权利要求5所述的进程运行控制方法,其中,所述判断所述异常应用进程是否为预设应用进程之后,还包括:若否,则输出询问信息,所述询问信息用于询问用户是否终止所述异常应用进程;若接收到用户输入的终止所述异常应用进程的确认信息,则终止所述异常 应用进程。
- 根据权利要求6所述的进程运行控制方法,其中,所述输出询问信息包括:通过通知栏显示所述询问信息。
- 根据权利要求6所述的进程运行控制方法,其中,所述输出询问信息包括:生成提示框,通过所述提示框显示所述询问信息。
- 一种进程运行控制装置,应用于电子设备,其中,包括:第一获取模块,用于获取系统进程持有单个应用进程的Binder服务客户端的状态信息;第二获取模块,用于获取预设的异常应用进程判定条件;确定模块,用于确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;执行模块,用于终止所述异常应用进程。
- 根据权利要求9所述的进程运行控制装置,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目达到第一预设值。
- 根据权利要求9所述的进程运行控制装置,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。
- 一种存储介质,其上存储有计算机程序,其中,当所述计算机程序在计算机上执行时,使得所述计算机执行如权利要求1至8中任一项所述的方法。
- 一种电子设备,包括存储器,处理器,其中,所述处理器通过调用所述存储器中存储的计算机程序,用于执行:获取系统进程持有单个应用进程的Binder服务客户端的状态信息;获取预设的异常应用进程判定条件;确定所述状态信息满足所述异常应用进程判定条件的异常应用进程;终止所述异常应用进程。
- 根据权利要求13所述的电子设备,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目达到第一预设值。
- 根据权利要求13所述的电子设备,其中,所述状态信息包括系统进程持有单个应用进程的Binder服务客户端的数目在预设时长内的增长量,所述异常应用进程判定条件包括:所述系统进程持有所述单个应用进程的Binder服务客户端的数目在预设时长内的增长量达到第二预设值。
- 根据权利要求13所述的电子设备,其中,在获取系统进程持有单个应用进程的Binder服务客户端的状态信息之前,所述处理器用于执行:判断当前时刻是否达到预设的异常应用进程识别时刻;若是,则获取系统进程持有单个应用进程的Binder服务客户端的状态信息。
- 根据权利要求13所述的电子设备,其中,在终止所述异常应用进程之前,所述处理器用于执行:判断所述异常应用进程是否为预设应用进程;若是,则终止所述异常应用进程。
- 根据权利要求17所述的电子设备,其中,在判断所述异常应用进程是否为预设应用进程之后,所述处理器用于执行:若否,则输出询问信息,所述询问信息用于询问用户是否终止所述异常应用进程;若接收到用户输入的终止所述异常应用进程的确认信息,则终止所述异常应用进程。
- 根据权利要求18所述的电子设备,其中,在输出询问信息时,所述处理器用于执行:通过通知栏显示所述询问信息。
- 根据权利要求18所述的电子设备,其中,在输出询问信息时,所述处理器用于执行:生成提示框,通过所述提示框显示所述询问信息。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/CN2018/116690 WO2020103032A1 (zh) | 2018-11-21 | 2018-11-21 | 进程运行控制方法、装置、存储介质及电子设备 |
CN201880098425.7A CN113168465A (zh) | 2018-11-21 | 2018-11-21 | 进程运行控制方法、装置、存储介质及电子设备 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/CN2018/116690 WO2020103032A1 (zh) | 2018-11-21 | 2018-11-21 | 进程运行控制方法、装置、存储介质及电子设备 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020103032A1 true WO2020103032A1 (zh) | 2020-05-28 |
Family
ID=70774293
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/116690 WO2020103032A1 (zh) | 2018-11-21 | 2018-11-21 | 进程运行控制方法、装置、存储介质及电子设备 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN113168465A (zh) |
WO (1) | WO2020103032A1 (zh) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104376257A (zh) * | 2014-12-12 | 2015-02-25 | 北京奇虎科技有限公司 | 应用程序自我保护、主动防御方法与装置 |
CN104462952A (zh) * | 2014-12-31 | 2015-03-25 | 北京奇虎科技有限公司 | 一种禁止应用自启动的方法及装置 |
CN105468941A (zh) * | 2015-12-30 | 2016-04-06 | 杭州华为数字技术有限公司 | 一种权限控制方法和装置 |
US20180314425A1 (en) * | 2013-02-20 | 2018-11-01 | Red Hat, Inc. | Non-uniform memory access (numa) resource assignment and re-evaluation |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105335134A (zh) * | 2014-06-30 | 2016-02-17 | 北京金山安全软件有限公司 | 处理app的cpu占用率异常的方法、装置及移动终端 |
CN107368326A (zh) * | 2016-05-13 | 2017-11-21 | 腾讯科技(深圳)有限公司 | 进程控制方法和装置 |
CN106708641B (zh) * | 2016-06-20 | 2018-09-04 | 腾讯科技(深圳)有限公司 | 进程守护方法及装置 |
-
2018
- 2018-11-21 WO PCT/CN2018/116690 patent/WO2020103032A1/zh active Application Filing
- 2018-11-21 CN CN201880098425.7A patent/CN113168465A/zh active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180314425A1 (en) * | 2013-02-20 | 2018-11-01 | Red Hat, Inc. | Non-uniform memory access (numa) resource assignment and re-evaluation |
CN104376257A (zh) * | 2014-12-12 | 2015-02-25 | 北京奇虎科技有限公司 | 应用程序自我保护、主动防御方法与装置 |
CN104462952A (zh) * | 2014-12-31 | 2015-03-25 | 北京奇虎科技有限公司 | 一种禁止应用自启动的方法及装置 |
CN105468941A (zh) * | 2015-12-30 | 2016-04-06 | 杭州华为数字技术有限公司 | 一种权限控制方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
CN113168465A (zh) | 2021-07-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11662974B2 (en) | Mechanism for retrieval of previously captured audio | |
TWI669710B (zh) | 音箱的控制方法、控制裝置、存儲介質及電子設備 | |
US11682397B2 (en) | Transferring an automated assistant routine between client devices during execution of the routine | |
EP3547715B1 (en) | Method and apparatus for reducing continuous-wakeup delay of bluetooth loudspeaker, and bluetooth loudspeaker | |
WO2020062670A1 (zh) | 电器设备的控制方法、装置、电器设备和介质 | |
CN110784858B (zh) | 蓝牙设备控制方法、装置、电子设备及存储介质 | |
US10425349B2 (en) | Idle worker-process page-out | |
US20120209921A1 (en) | Instant Message Management Method and Apparatus | |
WO2019062090A1 (zh) | 控制服务设备执行服务操作的方法、装置、设备及介质 | |
WO2020135776A1 (zh) | 交互数据的传输方法、装置、终端及服务器 | |
US20220276722A1 (en) | Expanding physical motion gesture lexicon for an automated assistant | |
CN113424256B (zh) | 在可再充电设备上的播送请求和/或用户输入的自适应管理 | |
US7249024B2 (en) | Resource saving preemption | |
KR20210083222A (ko) | 음성 데이터 처리 방법, 장치, 기기 및 저장매체 | |
US9727394B2 (en) | Establishing causality order of computer trace records | |
CN112233676B (zh) | 智能设备唤醒方法、装置、电子设备及存储介质 | |
CN110995817A (zh) | 请求回调方法、装置及客户端设备 | |
WO2020103032A1 (zh) | 进程运行控制方法、装置、存储介质及电子设备 | |
KR20200108348A (ko) | 데이터 전송 | |
WO2023193527A1 (zh) | 线程执行方法、装置、电子设备及计算机可读存储介质 | |
CN110944064B (zh) | 嵌入式网络的远程访问控制系统、方法、设备和介质 | |
US8521917B2 (en) | Remote inking | |
US20190019505A1 (en) | Sustaining conversational session | |
CN113938305A (zh) | 一种非法外联的判定方法、系统及装置 | |
CN118433145A (zh) | 消息处理方法、装置、设备和存储介质 |
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: 18940540 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 29.09.2021) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18940540 Country of ref document: EP Kind code of ref document: A1 |