WO2017219589A1 - 程序崩溃消息的处理方法及系统 - Google Patents

程序崩溃消息的处理方法及系统 Download PDF

Info

Publication number
WO2017219589A1
WO2017219589A1 PCT/CN2016/105545 CN2016105545W WO2017219589A1 WO 2017219589 A1 WO2017219589 A1 WO 2017219589A1 CN 2016105545 W CN2016105545 W CN 2016105545W WO 2017219589 A1 WO2017219589 A1 WO 2017219589A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
online
program
preset value
processing
Prior art date
Application number
PCT/CN2016/105545
Other languages
English (en)
French (fr)
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 WO2017219589A1 publication Critical patent/WO2017219589A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system

Definitions

  • the present patent application relates to the field of communications, and in particular, to a method and system for processing a program crash message.
  • the system will broadcast, and the application will listen to these broadcasts, and when the status does not improve, the dialog box will pop up all the time, causing a big trouble to the user.
  • the app store on the TV will monitor the boot broadcast, the app store needs to be automatically updated at boot time, and if the app store's code is abnormal, causing a crash, then the dialog box "App Store Stops Running" will pop up during the TV boot process. If the application store code is not modified, the dialog box will pop up all the time, and the user will frequently click the dialog box when using it, which makes the operation process more complicated. But in fact, even if the app store crashes, it does not affect the user watching TV. Such a dialog box pops up and can not match the user's needs.
  • an embodiment of the present invention provides a method for processing a program crash message, including: determining whether an application has been online when a crash occurs in an application is detected; and blocking an application crash message when the application is online. .
  • the embodiment of the present invention further provides a processing system for a program crash message, including: a monitoring module, a judging module, and a feedback module; a monitoring module, configured to monitor whether an application crashes; and a judging module for monitoring The module monitors whether the application has gone online when the application crashes.
  • the feedback module is used to block the application crash message when the determining module determines that the application has gone online.
  • an embodiment of the present invention further provides an electronic device, including: at least one processor; and a memory; wherein the memory stores a program executable by the at least one processor, where the instruction is The at least one processor executes to enable the at least one processor to perform the processing method of any of the above program crash messages of the present invention.
  • an embodiment of the present invention further provides a non-volatile computer storage medium storing computer-executable instructions for performing a method for processing a crash message of any of the above-described programs of the present invention.
  • the embodiment of the present invention further provides a computer program capable of executing the processing method of the program crash message of any of the above aspects of the present invention.
  • the embodiment of the present invention determines whether the application has been online when a crash occurs in the application is detected; and when the application is online, the application crashes the message; so that the application is online after the application is online.
  • the user is not aware of the code exceptions of the background application, which effectively matches the user's needs.
  • the determination is made by reading the switch variable when determining whether the application has been online. In this way, developers can save design time and improve program development or modification efficiency.
  • the switch variable is set to a first preset value or a second preset value; wherein the first preset value indicates that the application is in a development or testing phase, and the second preset value indicates that the application has been online.
  • the preset value of the switch variable can be obtained by the preset value of the switch variable, so that the developer can carry out the design and the later modification and upgrade, further ensuring the embodiment of the present invention. Feasibility.
  • the method when the determining is performed by reading the preset value of the switch variable, specifically includes: adding a judgment statement to the source code of the application; when the read switch variable is the first preset value, popping up A dialog box that prompts the program to crash; masks the application's crash message when the read switch variable is at the second preset value.
  • the switch variable is a global variable.
  • the switch variables can be saved in the application's configuration file, and the application program can be read during the run.
  • the application's log file is also read and the read log file is uploaded to the log backend.
  • the user can view and analyze the log files uploaded to the log background more intuitively, and can adapt the application according to the log file to achieve better performance.
  • the determining module is further configured to determine whether the application has been online by reading the switch variable.
  • FIG. 1 is a flowchart of a method of processing a program crash message in accordance with a first embodiment of the present invention
  • FIG. 2 is a flowchart of a method of processing a program crash message in accordance with a second embodiment of the present invention
  • FIG. 3 is a flowchart of a method of processing a program crash message in accordance with a third embodiment of the present invention.
  • FIG. 4 is a flowchart of a method of processing a program crash message according to a fourth embodiment of the present invention.
  • FIG. 5 is a block diagram showing a processing system of a program crash message in accordance with a fifth embodiment of the present invention.
  • FIG. 6 is a block diagram showing a processing system of a program crash message in accordance with a sixth embodiment of the present invention.
  • Figure 7 is a block diagram of a terminal device in a seventh embodiment of the present invention.
  • FIG. 8 is a block diagram of an electronic device in accordance with an eighth embodiment of the present invention.
  • a first embodiment of the present invention relates to a method of processing a program crash message.
  • the processing method of the program crash message includes: when detecting that the application crashes, determining whether the application is Already online; blocking application crash messages when the app is online.
  • Figure 1 includes:
  • step 101 it is determined whether the application has crashed. If yes, go to step 102, otherwise, return to step 101 to continue the determination.
  • an application interface is provided in the processing system of the program crash message, and the application interface can be used to monitor whether the application crashes.
  • the application crash can be, but is not limited to, the following: the wrong address of the application, the error content of the application, the application is incompatible with the running system, the application cannot be updated, and the like.
  • step 102 it is determined whether the application has been online. If yes, go to step 103, otherwise end.
  • step 103 the message that the application crashes is blocked.
  • the message that crashes the application is blocked, so that the user can not perceive the code anomaly of the background application, so that the user needs can be effectively matched. It should be noted that these applications crash or abnormally on the program, and have no significant impact on the user's current use, so it does not affect the normal function of the application.
  • a second embodiment of the present invention relates to a method of processing a program crash message.
  • the second embodiment is substantially the same as the first embodiment, and the main difference is that, in the first embodiment, when the application is not online, whether or not the application is prompted to be unrestricted when the application crashes.
  • a prompt dialog box is popped up.
  • the steps 201 to 203 are similar to the steps 101 to 103 in the first embodiment, and are not described here.
  • the main difference is that when the application is detected to be crashed, if the application is not online, the process proceeds to step 204. , pops up a dialog box prompting the program to crash.
  • a third embodiment of the present invention relates to a method of processing a program crash message.
  • the third embodiment is improved on the basis of the first or second embodiment, and the main improvement is that, in the third embodiment, when it is judged whether or not the application has been online, the determination is made by reading the switch variable.
  • Step 301 is similar to step 201 in the second embodiment, and details are not described herein again.
  • the switch variable is read.
  • the switch variable can be a global variable.
  • the switch variable can be saved in the application's configuration file (for example, the application's Manifest.xml file holds the element about the application configuration). Data), the application program is read during the run.
  • the switch variable may be set to a first preset value or a second preset value; wherein the first preset value indicates that the application is in a development or testing phase, and the second preset value indicates an application process The order has been online. Specifically, during the development or testing phase of the application, the first preset value of the switch variable is written, and when the application is online, the second preset value of the switch variable is written.
  • Step 303 Determine whether a pop-up dialog box is allowed according to the switch variable. If yes, go to step 304, otherwise, go to step 305.
  • the preset value of the switch variable read in step 302 is the first preset value, indicating that the application is in the development or testing phase, the application is not online, and it may be determined that the pop-up dialog box is allowed to proceed to step 304; if The preset value of the obtained switch variable is a second preset value, indicating that the application has been online, and it can be determined that the pop-up dialog box is not allowed, and the process proceeds to step 305.
  • Step 304 and step 305 are similar to step 204 and step 203 in the second embodiment, and details are not described herein again.
  • the method may include: adding a judgment statement to the source code of the application; and the read switch variable is the first pre- When the value is set, a dialog box prompting the program to crash is displayed; when the read switch variable is the second preset value, the application crash message is blocked.
  • the program developer can perform the setting of whether or not the pop-up dialog box can be performed by simply modifying the switch variable, thereby saving design time and improving design efficiency.
  • a fourth embodiment of the present invention relates to a method of processing a program crash message.
  • the fourth embodiment is improved on the basis of the first, second or second embodiment, and the main improvement is that in the fourth embodiment, when the application is detected to be crashed, the application is also read. Log files and upload the read log files to the log background.
  • Steps 401 to 405 are similar to steps 301 to 305 in the third embodiment, and are not described herein again.
  • step 406 the log file of the application is read.
  • step 407 the read log file is uploaded to the log background.
  • the log background can refer to the log server.
  • the log server can analyze the received log file, and the log server can also classify and store the crash content of the application according to the error address and error information of the application. Therefore, it is advantageous to modify or optimize the application in the later stage according to the crash content stored in the log server when the application crashes.
  • a fifth embodiment of the present invention relates to a processing system for a program crash message.
  • the processing system 5 for a program crash message includes a monitoring module 51, a determining module 52, and a feedback module 53.
  • the monitoring module 51 is used to monitor whether the application has crashed.
  • the determining module 52 is configured to determine whether the application has been online when the monitoring module 51 detects that the application has crashed.
  • Feedback mode Block 53 is for masking the application crash message when the decision module 52 determines that the application has gone live.
  • the present embodiment is a system embodiment corresponding to the first embodiment, and the present embodiment can be implemented in cooperation with the first embodiment.
  • the related technical details mentioned in the first embodiment are still effective in the present embodiment, and are not described herein again in order to reduce repetition. Accordingly, the related art details mentioned in the present embodiment can also be applied to the first embodiment.
  • each module involved in this embodiment is a logic module.
  • a logical unit may be a physical unit, a part of a physical unit, or multiple physical entities. A combination of units is implemented.
  • the present embodiment does not introduce a unit that is not closely related to solving the technical problem proposed by the present invention, but this does not mean that there are no other units in the present embodiment.
  • a sixth embodiment of the present invention relates to a processing system for a program crash message. As shown in FIG. 6, the sixth embodiment is improved on the basis of the fifth embodiment, and the main improvement is that in the embodiment, when it is judged whether the application has been online, by reading the switch variable, Make a judgment.
  • the determining module 62 determines whether the application has been online by reading the switch variable.
  • the feedback module 63 is configured to block the message that the application crashes when the determining module 62 determines that the application has gone online.
  • the switch variable is set to a first preset value or a second preset value, and the preset value of the switch variable may be stored in the storage module 64; wherein the first preset value indicates that the application is in a development or testing phase The second preset value indicates that the application is online.
  • the present embodiment can be implemented in cooperation with the third embodiment.
  • the related technical details mentioned in the third embodiment are still effective in the present embodiment, and the technical effects that can be achieved in the third embodiment are also the same in the present embodiment. It can be implemented, in order to reduce the repetition, it will not be repeated here. Accordingly, the related art details mentioned in the present embodiment can also be applied to the third embodiment.
  • each module involved in this embodiment is a logic module.
  • a logical unit may be a physical unit, a part of a physical unit, or multiple physical entities. A combination of units is implemented.
  • the present embodiment does not introduce a unit that is not closely related to solving the technical problem proposed by the present invention, but this does not mean that there are no other units in the present embodiment.
  • a seventh embodiment of the present invention relates to a terminal device.
  • the terminal device 7 of the present embodiment may include a processor 70, a memory 71, a display 72, and a transceiver 73.
  • the processor 70 is the core of the system, and can be a CPU (Central Processing Unit), a DSP (Digital Signal Processor), etc., which is mainly responsible for coordination between components in the terminal device 7, and monitoring.
  • the memory 71 may be a storage device such as a ROM (Read Only Memory), a RAM (Random Access Memory), a cache, or a flash memory, and may be used to store computer-readable program instructions.
  • the display 72 is mainly used to display a human-computer interaction interface to facilitate user operations.
  • the transceiver 73 is mainly configured to communicate with the server, send information that the application crashes to the server, and receive the report information sent by the server, and provide the report information to the processor 70.
  • the present embodiment is a terminal device embodiment corresponding to the first embodiment, and the present embodiment can be implemented in cooperation with the first embodiment.
  • the related technical details mentioned in the first embodiment are still effective in the present embodiment, and are not described herein again in order to reduce repetition. Accordingly, the related art details mentioned in the present embodiment can also be applied to the first embodiment.
  • An eighth embodiment of the present invention relates to an electronic device for processing a program crash message, and a hardware structure diagram is shown in FIG. 8.
  • the device includes:
  • One or more processors 810 and memory 820, one processor 810 is taken as an example in FIG.
  • the electronic device for processing the program crash message may further include an input device 830 and an output device 840.
  • the processor 810, the memory 820, the input device 830, and the output device 840 may be connected by a bus or other means, as exemplified by a bus connection in FIG.
  • the memory 820 is a non-volatile computer readable storage medium, and can be used for storing non-volatile software programs, non-volatile computer-executable programs, and modules, such as a method for processing a program crash message in the embodiment of the present invention.
  • Program instructions/modules eg, monitoring module 51, decision module 52, and feedback module 53 shown in FIG. 5.
  • the processor 810 executes various functional applications of the server and data processing by executing non-volatile software programs, instructions, and modules stored in the memory 820, that is, a processing method for implementing the program crash message of the above method embodiment.
  • the memory 820 may include a storage program area and an storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created by a processing method for a program crash message, and the like.
  • memory 820 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
  • memory 820 can optionally include memory remotely located relative to processor 810, which can be connected via a network to a processing device for program crash messages. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
  • Input device 830 can receive input numeric or character information, as well as key signal inputs related to user settings and function control of the processing device of the program crash message.
  • the output device 840 can include a display device such as a display screen.
  • the one or more modules are stored in the memory 820 when the one or more When the processor 810 executes, the processing method of the program crash message in any of the above method embodiments is executed.
  • the above product can perform the method provided by the embodiment of the present invention, and has the corresponding functional modules and beneficial effects of the execution method.
  • the above product can perform the method provided by the embodiment of the present invention, and has the corresponding functional modules and beneficial effects of the execution method.
  • the electronic device of the embodiment of the invention exists in various forms, including but not limited to:
  • Mobile communication devices These devices are characterized by mobile communication functions and are mainly aimed at providing voice and data communication.
  • Such terminals include: smart phones (such as iPhone), multimedia phones, functional phones, and low-end phones.
  • Ultra-mobile personal computer equipment This type of equipment belongs to the category of personal computers, has computing and processing functions, and generally has mobile Internet access.
  • Such terminals include: PDAs, MIDs, and UMPC devices, such as the iPad.
  • Portable entertainment devices These devices can display and play multimedia content. Such devices include: audio, video players (such as iPod), handheld game consoles, e-books, and smart toys and portable car navigation devices.
  • the server consists of a processor, a hard disk, a memory, a system bus, etc.
  • the server is similar to a general-purpose computer architecture, but because of the need to provide highly reliable services, processing power and stability High reliability in terms of reliability, security, scalability, and manageability.
  • a ninth embodiment of the present invention is directed to a nonvolatile computer storage medium storing computer executable instructions executable by any of the above methods The processing method of the program crash message in the embodiment.
  • a tenth embodiment of the present invention relates to a computer program capable of executing a method of processing a program crash message in any of the above method embodiments.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本专利申请涉及通信领域,公开了一种程序崩溃消息的处理方法。该程序崩溃消息的处理方法包括:在监测到应用程序出现崩溃时,判断应用程序是否已经上线;在应用程序已经上线时,屏蔽应用程序崩溃的消息。本发明实施例还提供了一种程序崩溃消息的处理系统,包括:监测模块、判断模块和反馈模块;监测模块,用于监测应用程序是否出现崩溃;判断模块,用于在监测模块监测到应用程序出现崩溃时,判断应用程序是否已经上线;反馈模块,用于在判断模块判定应用程序已经上线时,屏蔽应用程序崩溃的消息。采用本发明实施例使得用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。

Description

程序崩溃消息的处理方法及系统
本申请基于申请号为201610440486X、申请日为2016/6/19的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。
技术领域
本专利申请涉及通信领域,特别涉及一种程序崩溃消息的处理方法及系统。
背景技术
目前,电子设备(比如,手机、电视或电脑)上某个应用出现程序上的异常时,会弹出“XX应用停止运行”的对话框,或者,用户通过设备观看视频,此时设备中的其他应用程序需要更新,但是,由于网络信号较弱,会不停的弹出对话框,提示“网络异常,无法更新”,从而无法有效地匹配用户需求。
wifi信号的强弱变化或者无线切换到有线等情况时,系统会发出广播,应用中有监听这些广播,并且其状态不改善时,会一直弹出对话框,对用户带来比较大的困扰。比如,电视上的应用商店会监听开机广播,应用商店需要在开机时自动更新,如果应用商店的代码异常,导致崩溃,那么在电视开机过程中会弹出“应用商店停止运行”这样的对话框,如果应用商店代码没有修改,会一直弹出对话框,用户在使用时会频繁点击对话框,使得操作过程较为繁琐。但实际上,即使应用商店崩溃,也不影响用户看电视,这样的对话框弹出来会导致无法匹配用户需求。
发明内容
本发明部分实施例的目的在于提供一种程序崩溃消息的处理方法及系统,使得用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
第一方面,本发明实施例提供了一种程序崩溃消息的处理方法,包括:在监测到应用程序出现崩溃时,判断应用程序是否已经上线;在应用程序已经上线时,屏蔽应用程序崩溃的消息。
第二方面,本发明实施例还提供了一种程序崩溃消息的处理系统,包括:监测模块、判断模块和反馈模块;监测模块,用于监测应用程序是否出现崩溃;判断模块,用于在监测模块监测到应用程序出现崩溃时,判断应用程序是否已经上线;反馈模块,用于在判断模块判定应用程序已经上线时,屏蔽应用程序崩溃的消息。
第三方面,本发明实施例还提供了一种电子设备,包括:至少一个处理器;以及存储器;其中,所述存储器存储有可被所述至少一个处理器执行的程序,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行本发明上述任一项程序崩溃消息的处理方法。
第四方面,本发明实施例还提供了一种非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令用于执行本发明上述任一项程序崩溃消息的处理方法。
第五方面,本发明实施例还提供了一种计算机程序,能够执行本发明上述任一项程序崩溃消息的处理方法。
本发明实施例相对于现有技术而言,通过在监测到应用程序出现崩溃时,判断应用程序是否已经上线;并且在应用程序已经上线时,屏蔽应用程序崩溃的消息;使得应用程序在上线后出现程序崩溃时,用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
在一个实施例中,在判断应用程序是否已经上线时,通过读取开关变量来进行判断。通过这种方式,可以节省开发人员的设计时间,提高程序的开发或修改效率。
在一个实施例中,开关变量设为第一预设值或第二预设值;其中,第一预设值表示应用程序处于开发或测试阶段,第二预设值表示应用程序已经上线。在实际的应用中,可以通过开关变量的预设值,来获取应用程序是处于开发或测试阶段,还是处于已经上线阶段,便于开发人员进行设计和后期的修改及升级,进一步保证本发明实施例的可行性。
在一个实施例中,在通过读取开关变量的预设值来进行判断时,具体包括:在应用程序的源代码中加入判断语句;在读取的开关变量为第一预设值时,弹出提示程序崩溃的对话框;在读取的开关变量为第二预设值时,屏蔽应用程序崩溃的消息。在实际的实现中,可以在源代码中查找此类消息对话框出现的位置,从而决定是否弹出对话框,并且,通过这种方式可以实现快速定位。
在一个实施例中,开关变量为全局变量。通过全局变量的设置,可以进一步节省开发人员的设计时间,提高程序的开发或修改效率。
在一个实施例中,为了进一步方便开发人员对应用程序进行分析、修改和优化,可以将开关变量保存在应用程序的配置文件中,供应用程序在运行过程中读取。
在一个实施例中,在监测到应用程序出现崩溃时,还读取应用程序的日志文件,并将读取的日志文件上传到日志后台。通过这种方式,可以使用户更为直观的根据上传到日志后台的日志文件进行查看并分析,并可以根据日志文件对应用程序作出适应性修改,以达到较好的性能。
在一个实施例中,判断模块,还用于通过读取开关变量来进行判断应用程序是否已经上线。
附图说明
图1是根据本发明第一实施方式中程序崩溃消息的处理方法的流程图;
图2是根据本发明第二实施方式中程序崩溃消息的处理方法的流程图;
图3是根据本发明第三实施方式中程序崩溃消息的处理方法的流程图;
图4是根据本发明第四实施方式中程序崩溃消息的处理方法的流程图;
图5是根据本发明第五实施方式中程序崩溃消息的处理系统的方框图;
图6是根据本发明第六实施方式中程序崩溃消息的处理系统的方框图;
图7是根据本发明第七实施方式中终端设备的方框图;
图8是根据本发明第八实施方式中电子设备的方框图。
具体实施方式
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合附图对本发明的各实施方式进行详细的阐述。然而,本领域的普通技术人员可以理解,在本发明各实施方式中,为了使读者更好地理解本申请而提出了许多技术细节。但是,即使没有这些技术细节和基于以下各实施方式的种种变化和修改,也可以实现本申请所要求保护的技术方案。
本发明的第一实施方式涉及一种程序崩溃消息的处理方法。该程序崩溃消息的处理方法包括:在监测到应用程序出现崩溃时,判断应用程序是否 已经上线;在应用程序已经上线时,屏蔽应用程序崩溃的消息。
具体流程如图1所示,其包括:
步骤101,判断应用程序是否出现崩溃。如果是,则进入步骤102,否则,返回步骤101继续判断。
具体地说,程序崩溃消息的处理系统中提供有应用程序接口,可以通过应用程序接口监测应用程序是否出现崩溃。并且,需要说明的是,应用程序崩溃可以但不限于指以下内容:应用程序的错误地址,应用程序的错误内容,应用程序与运行的系统不兼容,应用程序无法更新等。
步骤102,判断应用程序是否已经上线。如果是,则进入步骤103,否则结束。
步骤103,屏蔽应用程序崩溃的消息。将应用程序崩溃的消息进行屏蔽,使得用户无法感知后台应用程序的代码异常现象,从而可以有效的匹配用户需求。需要说明的是,这些应用程序在程序上发生崩溃或异常,对用户当前的使用并没有太大影响,因此不会影响应用程序的正常功能。
通过上述内容,不难发现,通过在监测到应用程序出现崩溃时,判断应用程序是否已经上线;并且在应用程序已经上线时,屏蔽应用程序崩溃的消息;使得应用程序在上线后出现程序崩溃时,用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
本发明的第二实施方式涉及一种程序崩溃消息的处理方法。第二实施方式与第一实施方式大致相同,主要区别之处在于:在第一实施方式中,在应用程序未上线时,对应用程序发生崩溃时是否提示不做限制。而在本发明第二实施方式中,在应用程序未上线时,如果应用程序发生崩溃,则弹出提示对话框。
具体流程,如图2所示:
步骤201至步骤203与第一实施方式中的步骤101至步骤103类似,在此不再赘述,主要不同之处在于:在监测到应用程序出现崩溃时,如果应用程序没有上线,则进入步骤204,弹出提示程序崩溃的对话框。
需要说明的是,当应用程序未上线时,说明应用程序处于开发或测试阶段。结合上述内容,不难发现,在应用程序处于开发或测试阶段,当应用程序发生崩溃时,弹出提示程序崩溃的对话框,便于开发人员对应用程序进行设计、修改、优化和升级。
本发明的第三实施方式涉及一种程序崩溃消息的处理方法。第三实施方式在第一或第二实施方式的基础上做了改进,主要改进之处在于:在第三实施方式中,在判断应用程序是否已经上线时,通过读取开关变量来进行判断。
具体流程,如图3所示:
步骤301与第二实施方式中的步骤201类似,在此不再赘述。
步骤302,读取开关变量。其中,开关变量可以为全局变量。通过全局变量的设置,可以进一步节省开发人员的设计时间,提高程序的开发或修改效率。
具体地说,为了进一步方便开发人员对应用程序进行分析、修改和优化,可以将开关变量保存在应用程序的配置文件中(比如,应用程序的Manifest.xml文件中保存了有关应用程序配置的元数据),供应用程序在运行过程中读取。
需要说明的是,可以将开关变量设为第一预设值或第二预设值;其中,第一预设值表示应用程序处于开发或测试阶段,第二预设值表示应用程 序已经上线。具体地说,在应用程序的开发或测试阶段,写入开关变量的第一预设值,在应用程序上线时,写入开关变量的第二预设值。
步骤303,根据开关变量判断是否允许弹出对话框。如果是,则进入步骤304,否则,进入步骤305。
如果在步骤302中读取的开关变量的预设值为第一预设值,表示应用程序处于开发或测试阶段,则应用程序未上线,可以判定为允许弹出对话框,进入步骤304;如果读取的开关变量的预设值为第二预设值,表示应用程序已上线,可以判定为不允许弹出对话框,进入步骤305。
步骤304,步骤305分别与第二实施方式中的步骤204,步骤203类似,在此不再赘述。
需要说明的是,本实施方式中,在通过读取开关变量的预设值来进行判断时,可以具体包括:在应用程序的源代码中加入判断语句;在读取的开关变量为第一预设值时,弹出提示程序崩溃的对话框;在读取的开关变量为第二预设值时,屏蔽应用程序崩溃的消息。在实际的实现中,可以在源代码中查找此类消息对话框出现的位置,从而决定是否弹出对话框,并且,通过这种方式可以实现快速定位。
通过上述内容,不难发现,通过读取开关变量来判断应用程序是否已经上线,可以节省开发人员的设计时间,提高程序的开发或修改效率。并且,使得程序开发人员只需通过简单的对开关变量进行修改,即可进行是否弹出对话框的设置,从而可以节约设计时间,提高设计效率。
本发明的第四实施方式涉及一种程序崩溃消息的处理方法。第四实施方式在第一、第二或第二实施方式的基础上做了改进,主要改进之处在于:在第四实施方式中,在监测到应用程序出现崩溃时,还读取应用程序的日志文件,并将读取的日志文件上传到日志后台。
具体流程如图4所示,其包括:
步骤401至步骤405与第三实施方式中的步骤301至步骤305类似,在此不再赘述。
步骤406,读取应用程序的日志文件。
步骤407,将读取的日志文件上传到日志后台。日志后台可以指日志服务器。
需要说明的是,日志服务器可以对接收的日志文件进行分析,并且日志服务器还可以根据应用程序的错误地址和错误信息,对应用程序的崩溃内容进行归类和存储。从而,有利于后期根据应用程序崩溃时归类存储在日志服务器中的崩溃内容,来对应用程序进行修改或优化处理。
通过上述内容,不难发现,通过在监测到应用程序出现崩溃时,还读取应用程序的日志文件,并将读取的日志文件上传到日志后台,可以使用户更为直观的根据上传到日志后台的日志文件进行查看并分析,并可以根据日志文件对应用程序作出适应性修改,以达到较好的性能。
上面各种方法的步骤划分,只是为了描述清楚,实现时可以合并为一个步骤或者对某些步骤进行拆分,分解为多个步骤,只要包括相同的逻辑关系,都在本专利的保护范围内;对算法中或者流程中添加无关紧要的修改或者引入无关紧要的设计,但不改变其算法和流程的核心设计都在该专利的保护范围内。
本发明第五实施方式涉及一种程序崩溃消息的处理系统,如图5所示,程序崩溃消息的处理系统5包括:监测模块51、判断模块52和反馈模块53。监测模块51用于监测应用程序是否出现崩溃。判断模块52用于在监测模块51监测到应用程序出现崩溃时,判断应用程序是否已经上线。反馈模 块53用于在判断模块52判定应用程序已经上线时,屏蔽应用程序崩溃的消息。
不难发现,本实施方式为与第一实施方式相对应的系统实施例,本实施方式可与第一实施方式互相配合实施。第一实施方式中提到的相关技术细节在本实施方式中依然有效,为了减少重复,这里不再赘述。相应地,本实施方式中提到的相关技术细节也可应用在第一实施方式中。
值得一提的是,本实施方式中所涉及到的各模块均为逻辑模块,在实际应用中,一个逻辑单元可以是一个物理单元,也可以是一个物理单元的一部分,还可以以多个物理单元的组合实现。此外,为了突出本发明的创新部分,本实施方式中并没有将与解决本发明所提出的技术问题关系不太密切的单元引入,但这并不表明本实施方式中不存在其它的单元。
本发明第六实施方式涉及一种程序崩溃消息的处理系统。如图6所示,第六实施方式是在第五实施方式的基础上做了改进,主要改进之处在于:在本实施方式中,在判断应用程序是否已经上线时,通过读取开关变量来进行判断。
具体地说,监测模块61在监测应用程序出现崩溃时,判断模块62通过读取开关变量来进行判断应用程序是否已经上线。反馈模块63用于在判断模块62判定应用程序已经上线时,屏蔽应用程序崩溃的消息。
进一步地,开关变量设为第一预设值或第二预设值,并且可以将开关变量的预设值存储在存储模块64内;其中,第一预设值表示应用程序处于开发或测试阶段,第二预设值表示应用程序已经上线。
由于第三实施方式与本实施方式相互对应,因此本实施方式可与第三实施方式互相配合实施。第三实施方式中提到的相关技术细节在本实施方式中依然有效,在第三实施方式中所能达到的技术效果在本实施方式中也同样 可以实现,为了减少重复,这里不再赘述。相应地,本实施方式中提到的相关技术细节也可应用在第三实施方式中。
值得一提的是,本实施方式中所涉及到的各模块均为逻辑模块,在实际应用中,一个逻辑单元可以是一个物理单元,也可以是一个物理单元的一部分,还可以以多个物理单元的组合实现。此外,为了突出本发明的创新部分,本实施方式中并没有将与解决本发明所提出的技术问题关系不太密切的单元引入,但这并不表明本实施方式中不存在其它的单元。
本发明的第七实施方式涉及一种终端设备,如图7所示,本实施方式的终端设备7可以包括:处理器70、存储器71、显示器72和收发器73。
其中,处理器70为系统的核心,其可以CPU(中央处理器)、DSP(Digital Signal Processor,数字信号处理器)等,其主要负责终端设备7中各部件之间的协调工作,以及在监测到应用程序出现崩溃时,根据应用程序已经上线,来屏蔽应用程序崩溃的消息。其中,存储器71可以为ROM(Read Only Memory,只读存储器)、RAM(Random Access Memory,随机访问存储器)、缓存或闪存等存储设备,其可以用于存储计算机可读的程序指令,该程序指令用于使得处理器70实现本实施例所示的程序崩溃消息的处理的功能。其中,显示器72主要用于显示人机交互界面,以方便用户进行操作。其中,收发器73主要用于与服务器进行通信,发送应用程序出现崩溃的信息给服务器,并可以接收服务器发来的上报信息,将上报信息提供至处理器70。
不难发现,本实施方式为与第一实施方式相对应的终端设备实施例,本实施方式可与第一实施方式互相配合实施。第一实施方式中提到的相关技术细节在本实施方式中依然有效,为了减少重复,这里不再赘述。相应地,本实施方式中提到的相关技术细节也可应用在第一实施方式中。
本发明第八实施方式涉及程序崩溃消息的处理方法的电子设备,硬件结构示意图如图8所示,该设备包括:
一个或多个处理器810以及存储器820,图8中以一个处理器810为例。
用于程序崩溃消息的处理方法的电子设备还可以包括:输入装置830和输出装置840。
处理器810、存储器820、输入装置830和输出装置840可以通过总线或者其他方式连接,图8中以通过总线连接为例。
存储器820作为一种非易失性计算机可读存储介质,可用于存储非易失性软件程序、非易失性计算机可执行程序以及模块,如本发明实施例中的程序崩溃消息的处理方法对应的程序指令/模块(例如,附图5所示的监测模块51、判断模块52和反馈模块53)。处理器810通过运行存储在存储器820中的非易失性软件程序、指令以及模块,从而执行服务器的各种功能应用以及数据处理,即实现上述方法实施例程序崩溃消息的处理方法。
存储器820可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储用于程序崩溃消息的处理方法所创建的数据等。此外,存储器820可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。在一些实施例中,存储器820可选包括相对于处理器810远程设置的存储器,这些远程存储器可以通过网络连接至用于程序崩溃消息的处理装置。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
输入装置830可接收输入的数字或字符信息,以及产生与程序崩溃消息的处理装置的用户设置以及功能控制有关的键信号输入。输出装置840可包括显示屏等显示设备。
所述一个或者多个模块存储在所述存储器820中,当被所述一个或者多 个处理器810执行时,执行上述任意方法实施例中的程序崩溃消息的处理方法。
上述产品可执行本发明实施例所提供的方法,具备执行方法相应的功能模块和有益效果。未在本实施例中详尽描述的技术细节,可参见本发明实施例所提供的方法。
本发明实施例的电子设备以多种形式存在,包括但不限于:
(1)移动通信设备:这类设备的特点是具备移动通信功能,并且以提供话音、数据通信为主要目标。这类终端包括:智能手机(例如iPhone)、多媒体手机、功能性手机,以及低端手机等。
(2)超移动个人计算机设备:这类设备属于个人计算机的范畴,有计算和处理功能,一般也具备移动上网特性。这类终端包括:PDA、MID和UMPC设备等,例如iPad。
(3)便携式娱乐设备:这类设备可以显示和播放多媒体内容。该类设备包括:音频、视频播放器(例如iPod),掌上游戏机,电子书,以及智能玩具和便携式车载导航设备。
(4)服务器:提供计算服务的设备,服务器的构成包括处理器、硬盘、内存、系统总线等,服务器和通用的计算机架构类似,但是由于需要提供高可靠的服务,因此在处理能力、稳定性、可靠性、安全性、可扩展性、可管理性等方面要求较高。
(5)其他具有数据交互功能的电子装置。
与现有技术相比,本实施方式中,应用程序在上线后出现程序崩溃时,用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
本发明第九实施方式涉及一种非易失性计算机存储介质,所述计算机存储介质存储有计算机可执行指令,该计算机可执行指令可执行上述任意方法 实施例中的程序崩溃消息的处理方法。
与现有技术相比,本实施方式中,应用程序在上线后出现程序崩溃时,用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
本发明第十实施方式涉及一种计算机程序,能够执行上述任意方法实施例中的程序崩溃消息的处理方法。
与现有技术相比,本实施方式中,应用程序在上线后出现程序崩溃时,用户无法感知后台应用程序的代码异常,从而可以有效的匹配用户需求。
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。
最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。

Claims (13)

  1. 一种程序崩溃消息的处理方法,应用于终端,包括:
    在监测到应用程序出现崩溃时,判断应用程序是否已经上线;
    在所述应用程序已经上线时,屏蔽所述应用程序崩溃的消息。
  2. 根据权利要求1所述的程序崩溃消息的处理方法,其中,在判断应用程序是否已经上线时,通过读取开关变量来进行判断。
  3. 根据权利要求2所述的程序崩溃消息的处理方法,其中,所述开关变量设为第一预设值或第二预设值;
    其中,所述第一预设值表示所述应用程序处于开发或测试阶段,所述第二预设值表示所述应用程序已经上线。
  4. 根据权利要求3所述的程序崩溃消息的处理方法,其中,在通过读取开关变量的预设值来进行判断时,具体包括:
    在所述应用程序的源代码中加入判断语句;
    在读取的开关变量为第一预设值时,弹出提示程序崩溃的对话框;
    在读取的开关变量为第二预设值时,屏蔽所述应用程序崩溃的消息。
  5. 根据权利要求2,3或4所述的程序崩溃消息的处理方法,其中,所述开关变量为全局变量。
  6. 根据权利要求2至5任一项所述的程序崩溃消息的处理方法,其中,所述开关变量保存在所述应用程序的配置文件中,供应用程序在运行过程中读取。
  7. 根据权利要求1至6任一项所述的程序崩溃消息的处理方法,其中,在监测到应用程序出现崩溃时,还读取应用程序的日志文件,并将读取的所述日志文件上传到日志后台。
  8. 一种程序崩溃消息的处理系统,包括:监测模块、判断模块和反馈模块;
    所述监测模块,用于监测应用程序是否出现崩溃;
    所述判断模块,用于在所述监测模块监测到应用程序出现崩溃时,判断应用程序是否已经上线;
    所述反馈模块,用于在所述判断模块判定应用程序已经上线时,屏蔽所述应用程序崩溃的消息。
  9. 根据权利要求8所述的程序崩溃消息的处理系统,其中,所述判断模块,还用于通过读取开关变量来进行判断应用程序是否已经上线。
  10. 根据权利要求9所述的程序崩溃消息的处理系统,其中,所述开关变量设为第一预设值或第二预设值;
    其中,所述第一预设值表示所述应用程序处于开发或测试阶段,所述第二预设值表示所述应用程序已经上线。
  11. 一种电子设备,包括:
    至少一个处理器;以及,
    与所述至少一个处理器通信连接的存储器;其中,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够:
    在监测到应用程序出现崩溃时,判断应用程序是否已经上线;
    在所述应用程序已经上线时,屏蔽所述应用程序崩溃的消息。
  12. 一种非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为:
    在监测到应用程序出现崩溃时,判断应用程序是否已经上线;
    在所述应用程序已经上线时,屏蔽所述应用程序崩溃的消息。
  13. 一种计算机程序,能够:
    在监测到应用程序出现崩溃时,判断应用程序是否已经上线;
    在所述应用程序已经上线时,屏蔽所述应用程序崩溃的消息。
PCT/CN2016/105545 2016-06-19 2016-11-12 程序崩溃消息的处理方法及系统 WO2017219589A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610440486.XA CN106126397A (zh) 2016-06-19 2016-06-19 程序崩溃消息的处理方法及系统
CN201610440486.X 2016-06-19

Publications (1)

Publication Number Publication Date
WO2017219589A1 true WO2017219589A1 (zh) 2017-12-28

Family

ID=57470479

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/105545 WO2017219589A1 (zh) 2016-06-19 2016-11-12 程序崩溃消息的处理方法及系统

Country Status (2)

Country Link
CN (1) CN106126397A (zh)
WO (1) WO2017219589A1 (zh)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597703A (zh) * 2018-12-05 2019-04-09 广州华多网络科技有限公司 一种软件开发工具包崩溃的处理方法、装置及设备
CN109710415A (zh) * 2018-12-29 2019-05-03 乐蜜有限公司 调用弹窗控件的处理方法、装置及电子设备
CN110865920A (zh) * 2019-11-05 2020-03-06 RealMe重庆移动通信有限公司 开机异常处理方法、装置、电子设备以及存储介质
CN111382077A (zh) * 2020-03-13 2020-07-07 北京奇艺世纪科技有限公司 应用程序崩溃原因定位方法、装置、电子设备及存储介质
CN111552586A (zh) * 2020-04-22 2020-08-18 郑州阿帕斯数云信息科技有限公司 应用程序崩溃处理方法和装置
CN112148548A (zh) * 2019-06-27 2020-12-29 北京百度网讯科技有限公司 启动次数确定方法、装置及设备
CN112162954A (zh) * 2020-10-28 2021-01-01 广州虎牙科技有限公司 用户操作日志生成、路径的定位方法、装置、设备及介质
CN112527681A (zh) * 2020-12-24 2021-03-19 中国银联股份有限公司 一种程序的漏洞检测方法及装置
CN113485929A (zh) * 2021-07-12 2021-10-08 北大方正集团有限公司 数据处理方法、装置、设备、存储介质及程序产品
CN113591090A (zh) * 2020-04-30 2021-11-02 腾讯科技(深圳)有限公司 程序漏洞的上报方法、装置、设备及存储介质
CN113836540A (zh) * 2021-09-02 2021-12-24 青岛海信移动通信技术股份有限公司 管理应用权限的方法、设备、存储介质和程序产品
CN114265782A (zh) * 2021-12-27 2022-04-01 北京深思数盾科技股份有限公司 基于应用程序的加壳工具测试方法、存储介质及电子设备
CN115098292A (zh) * 2022-07-05 2022-09-23 中国电信股份有限公司 应用程序崩溃根原因识别方法、装置及电子设备

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126397A (zh) * 2016-06-19 2016-11-16 乐视控股(北京)有限公司 程序崩溃消息的处理方法及系统
CN107491383A (zh) * 2017-08-17 2017-12-19 杭州师范大学 应用崩溃操作日志的捕获方法、装置及移动终端
CN107967425A (zh) * 2017-11-29 2018-04-27 深圳市金立通信设备有限公司 应用报错的处理方法、终端及计算机可读存储介质
CN110221961B (zh) * 2019-04-26 2024-05-28 平安科技(深圳)有限公司 全局hook自动修复方法、装置、设备及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309668A (zh) * 2013-06-17 2013-09-18 深圳Tcl新技术有限公司 应用程序未截获异常的处理方法及装置
CN103458120A (zh) * 2013-08-27 2013-12-18 小米科技有限责任公司 事件处理方法、装置和移动终端
CN106126397A (zh) * 2016-06-19 2016-11-16 乐视控股(北京)有限公司 程序崩溃消息的处理方法及系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6173417B1 (en) * 1998-04-30 2001-01-09 Intel Corporation Initializing and restarting operating systems
CN101620529B (zh) * 2008-07-03 2013-05-01 联想(北京)有限公司 拦截弹出窗口的方法和系统
CN101562827B (zh) * 2009-05-22 2011-05-25 中兴通讯股份有限公司 一种故障信息采集方法及系统
CN104572318B (zh) * 2013-10-24 2018-09-18 腾讯科技(深圳)有限公司 上报信息获取方法、装置、设备及系统
CN104461542B (zh) * 2014-12-10 2018-02-02 北京国双科技有限公司 弹出框报警的处理方法和装置
CN105468478B (zh) * 2015-11-26 2019-06-04 北京京东尚科信息技术有限公司 一种应用崩溃后的业务数据恢复方法及装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309668A (zh) * 2013-06-17 2013-09-18 深圳Tcl新技术有限公司 应用程序未截获异常的处理方法及装置
CN103458120A (zh) * 2013-08-27 2013-12-18 小米科技有限责任公司 事件处理方法、装置和移动终端
CN106126397A (zh) * 2016-06-19 2016-11-16 乐视控股(北京)有限公司 程序崩溃消息的处理方法及系统

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597703A (zh) * 2018-12-05 2019-04-09 广州华多网络科技有限公司 一种软件开发工具包崩溃的处理方法、装置及设备
CN109710415A (zh) * 2018-12-29 2019-05-03 乐蜜有限公司 调用弹窗控件的处理方法、装置及电子设备
CN109710415B (zh) * 2018-12-29 2023-10-03 卓米私人有限公司 调用弹窗控件的处理方法、装置及电子设备
CN112148548B (zh) * 2019-06-27 2023-08-08 北京百度网讯科技有限公司 启动次数确定方法、装置及设备
CN112148548A (zh) * 2019-06-27 2020-12-29 北京百度网讯科技有限公司 启动次数确定方法、装置及设备
CN110865920B (zh) * 2019-11-05 2023-08-29 RealMe重庆移动通信有限公司 开机异常处理方法、装置、电子设备以及存储介质
CN110865920A (zh) * 2019-11-05 2020-03-06 RealMe重庆移动通信有限公司 开机异常处理方法、装置、电子设备以及存储介质
CN111382077A (zh) * 2020-03-13 2020-07-07 北京奇艺世纪科技有限公司 应用程序崩溃原因定位方法、装置、电子设备及存储介质
CN111382077B (zh) * 2020-03-13 2023-09-01 北京奇艺世纪科技有限公司 应用程序崩溃原因定位方法、装置、电子设备及存储介质
CN111552586A (zh) * 2020-04-22 2020-08-18 郑州阿帕斯数云信息科技有限公司 应用程序崩溃处理方法和装置
CN111552586B (zh) * 2020-04-22 2022-09-30 郑州阿帕斯数云信息科技有限公司 应用程序崩溃处理方法和装置
CN113591090A (zh) * 2020-04-30 2021-11-02 腾讯科技(深圳)有限公司 程序漏洞的上报方法、装置、设备及存储介质
CN113591090B (zh) * 2020-04-30 2024-01-09 腾讯科技(深圳)有限公司 程序漏洞的上报方法、装置、设备及存储介质
CN112162954A (zh) * 2020-10-28 2021-01-01 广州虎牙科技有限公司 用户操作日志生成、路径的定位方法、装置、设备及介质
CN112162954B (zh) * 2020-10-28 2024-03-01 广州虎牙科技有限公司 用户操作日志生成、路径的定位方法、装置、设备及介质
CN112527681A (zh) * 2020-12-24 2021-03-19 中国银联股份有限公司 一种程序的漏洞检测方法及装置
CN112527681B (zh) * 2020-12-24 2024-03-12 中国银联股份有限公司 一种程序的漏洞检测方法及装置
CN113485929A (zh) * 2021-07-12 2021-10-08 北大方正集团有限公司 数据处理方法、装置、设备、存储介质及程序产品
CN113836540A (zh) * 2021-09-02 2021-12-24 青岛海信移动通信技术股份有限公司 管理应用权限的方法、设备、存储介质和程序产品
CN114265782B (zh) * 2021-12-27 2023-01-24 北京深盾科技股份有限公司 基于应用程序的加壳工具测试方法、存储介质及电子设备
CN114265782A (zh) * 2021-12-27 2022-04-01 北京深思数盾科技股份有限公司 基于应用程序的加壳工具测试方法、存储介质及电子设备
CN115098292B (zh) * 2022-07-05 2023-12-08 中国电信股份有限公司 应用程序崩溃根原因识别方法、装置及电子设备
CN115098292A (zh) * 2022-07-05 2022-09-23 中国电信股份有限公司 应用程序崩溃根原因识别方法、装置及电子设备

Also Published As

Publication number Publication date
CN106126397A (zh) 2016-11-16

Similar Documents

Publication Publication Date Title
WO2017219589A1 (zh) 程序崩溃消息的处理方法及系统
US20180183651A1 (en) Content push method and server, and terminal
US9519775B2 (en) Pre-identifying probable malicious behavior based on configuration pathways
US10176327B2 (en) Method and device for preventing application in an operating system from being uninstalled
CN105487966B (zh) 程序测试方法、装置及系统
US9998488B2 (en) Protection system including machine learning snapshot evaluation
US20140359685A1 (en) Video processing method, television dongle, control terminal, and system
US9509755B2 (en) Computer-implemented method, mobile device, computer network system, and computer product for optimized audio data provision
CN107145782B (zh) 一种异常应用程序的识别方法、移动终端及服务器
WO2017107830A1 (zh) 一种安装应用软件的方法、装置及电子设备
EP3241142A1 (en) Malware detection
CN109947449B (zh) 系统升级方法、装置、存储介质及电子设备
CN105677477A (zh) 一种优化应用程序资源的方法、装置及电子设备
CN109086606B (zh) 一种程序漏洞挖掘方法、装置、终端及存储介质
JP2018519604A5 (zh)
US20200389354A1 (en) Network Accessing Method, Apparatus for a Voice Device, and Storage Medium
CN106203092B (zh) 一种拦截恶意程序关机的方法、装置及电子设备
WO2021147455A1 (zh) 消息处理方法、装置及电子设备
CN110780918B (zh) 中间件容器处理方法、装置、电子设备及存储介质
CN111142900A (zh) 程序更新方法、装置及终端设备
CN112162782B (zh) 基于可信根动态度量确定应用程序可信状态的方法、装置及相关产品
CN107872363B (zh) 数据包丢失的处理方法、系统、可读存储介质及电子设备
CN111124627B (zh) 应用程序的调起者确定方法、装置、终端及存储介质
EP3671463A1 (en) Server, electronic device, and control method thereof
CN108400901B (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: 16906128

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: 16906128

Country of ref document: EP

Kind code of ref document: A1