CN109669798B - Crash analysis method, crash analysis device, electronic equipment and storage medium - Google Patents

Crash analysis method, crash analysis device, electronic equipment and storage medium Download PDF

Info

Publication number
CN109669798B
CN109669798B CN201811593393.6A CN201811593393A CN109669798B CN 109669798 B CN109669798 B CN 109669798B CN 201811593393 A CN201811593393 A CN 201811593393A CN 109669798 B CN109669798 B CN 109669798B
Authority
CN
China
Prior art keywords
window
crash
target application
target
log file
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201811593393.6A
Other languages
Chinese (zh)
Other versions
CN109669798A (en
Inventor
张丹
樊杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software Co Ltd
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 Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201811593393.6A priority Critical patent/CN109669798B/en
Publication of CN109669798A publication Critical patent/CN109669798A/en
Application granted granted Critical
Publication of CN109669798B publication Critical patent/CN109669798B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/079Root cause analysis, i.e. error or fault diagnosis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0766Error or fault reporting or storing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a crash analysis method, a crash analysis device, electronic equipment and a storage medium, which are applied to target application, wherein the method comprises the steps of recording information of each window in the target application into a preset log file in real time; when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log. By the method and the device, window abnormity causing breakdown can be analyzed in time, and the breakdown analysis effect is effectively improved.

Description

Crash analysis method, crash analysis device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a crash analysis method and apparatus, an electronic device, and a storage medium.
Background
In the related art, crash analysis is performed through a third-party software development kit, or a crash log is collected based on an internal crash analysis method to analyze a crash.
In this way, because the crash log is a crash of the system inside which the application program is loaded, and is not a crash caused by an action event of the window in the application use process, the window abnormality causing the crash cannot be analyzed, and the crash analysis effect is poor.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, the invention aims to provide a crash analysis method, a crash analysis device, an electronic device and a storage medium, which can analyze window abnormality causing crash in time and effectively improve crash analysis effect.
To achieve the above object, a crash analysis method provided in an embodiment of the first aspect of the present invention is applied in a target application, and includes: recording the information of each window in the target application into a preset log file in real time; and when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
In the crash analysis method provided in the embodiment of the first aspect of the present invention, information of each window in the target application is recorded in the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormality causing the crash is analyzed in time, and a crash analysis effect is effectively improved.
In order to achieve the above object, a crash analysis apparatus according to an embodiment of the second aspect of the present invention is applied in a target application, and includes: the recording module is used for recording the information of each window in the target application into a preset log file in real time; and the analysis module is used for analyzing the crash of the application based on the preset log file and the crash log when the target application generates a crash event.
The crash analysis device provided in the embodiment of the second aspect of the present invention records information of each window in the target application into the preset log file in real time, and analyzes the crash of the application based on the preset log file and the crash log when the target application generates a crash event, so as to analyze window abnormality causing the crash in time, and effectively improve crash analysis effect.
In order to achieve the above object, an electronic device according to a third aspect of the present invention includes: a processor, a memory, a power circuit, a multimedia component, an audio component, an interface for input/output (I/O), a sensor component, and a communication component; wherein, the circuit board is arranged in the space enclosed by the shell, and the processor and the memory are arranged on the circuit board; the power supply circuit is used for supplying power to each circuit or device of the electronic equipment; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing: recording the information of each window in the target application into a preset log file in real time; and when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
In the electronic device provided in the third aspect of the present invention, information of each window in the target application is recorded in the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormality causing the crash is analyzed in time, and a crash analysis effect is effectively improved.
To achieve the above object, a non-transitory computer-readable storage medium is provided in a fourth embodiment of the present invention, wherein instructions of the storage medium, when executed by a processor of a mobile terminal, enable the mobile terminal to execute a crash analysis method applied in a target application, the method including: recording the information of each window in the target application into a preset log file in real time; and when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
The non-transitory computer-readable storage medium provided in the fourth aspect of the present invention records information of each window in the target application into the preset log file in real time, and analyzes the crash of the application based on the preset log file and the crash log when the target application generates a crash event, so as to analyze window abnormalities causing the crash in time, and effectively improve the crash analysis effect.
To achieve the above object, a computer program product according to a fifth embodiment of the present invention is a computer program product, wherein when instructions of the computer program product are executed by a processor, a crash analysis method is performed, and the method is applied to a target application, and the method includes: recording the information of each window in the target application into a preset log file in real time; and when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
According to the computer program product provided by the embodiment of the fifth aspect of the invention, the information of each window in the target application is recorded into the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that the window abnormity causing the crash is analyzed in time, and the crash analysis effect is effectively improved.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow chart illustrating a crash analysis method according to an embodiment of the invention;
FIG. 2 is a flow chart illustrating a crash analysis method according to an embodiment of the invention;
FIG. 3 is a schematic structural diagram of a crash analysis device according to an embodiment of the invention;
FIG. 4 is a schematic structural diagram of a crash analysis device according to another embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. On the contrary, the embodiments of the invention include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
Fig. 1 is a flowchart illustrating a crash analysis method according to an embodiment of the invention.
The present embodiment is illustrated in a case where the crash analysis method is configured as a crash analysis apparatus.
The crash analysis method in this embodiment may be configured in the crash analysis apparatus, and the crash analysis apparatus may be set in the server, or may also be set in the electronic device, which is not limited in this disclosure.
The embodiment takes the example that the crash analysis method is configured in the electronic device.
It should be noted that the execution subject of the embodiment of the present disclosure may be, for example, a Central Processing Unit (CPU) in a server or an electronic device in terms of hardware, and may be, for example, a related background service in the server or the electronic device in terms of software, which is not limited to this.
The crash analysis method is applied to a target application, wherein the target application is an application program in an android operating system, and the application program may be a software program running on an electronic device, the electronic device is, for example, a Personal Computer (PC), a cloud device or a mobile device, and the mobile device is, for example, a smartphone or a tablet computer.
In an application program in an android operating system, each page display is realized based on a Window, and in the use process of the application program, diversified crashes such as bad token exception, type named changed exception and the like occur. Therefore, it is necessary to analyze these breakdowns in a timely manner.
In the related art, crash analysis is performed through a third-party software development kit, or a crash log is collected based on an internal crash analysis method to analyze a crash.
In this way, because the crash log is the crash of the system that carries the application program, and not the crash caused by the action event of the window in the application use process, the window abnormality that causes the crash cannot be analyzed, and the crash analysis effect is not good.
In order to solve the foregoing technical problem, an embodiment of the present invention provides a crash analysis method, which records information of each window in a target application into a preset log file in real time, and analyzes a crash of the application based on the preset log file and a crash log when the target application generates a crash event, so as to analyze window anomalies causing the crash in time, and effectively improve a crash analysis effect.
S101: and recording the information of each window in the target application into a preset log file in real time.
The window is used for displaying each interface in the application.
The information of the window may be, for example, an identifier of the window, and information such as a type.
In the specific execution process, the embodiment of the invention can create the target class in advance, and hook the window global management class of the target application based on the hook function provided by the target class so as to monitor the information of each window in the target application.
The target class may be, for example, a windowmanager globalohook class.
The WindowManagerGlobalHook class is used for providing a hook function (hook function), hooking a window global management class (WindowManagerGlobular class) of the target application through the hook function provided by the target class, and hooking the window global management class of the target application through the hook function so as to monitor information of each window in the target application in real time in the running process of the target application.
In the specific execution process, the information of each window in the target application is monitored in real time in the running process of the target application, and the information of each window in the target application is recorded into the preset log file in real time.
Optionally, in some embodiments, referring to fig. 2, the recording information of each window in the target application in a preset log file in real time includes:
s201: and recording the identification of each window in the target application into a preset log file.
S202: when each window in the target application generates an action event, recording the type of the window generating the action event into a preset log file in real time.
S203: and recording the number of the windows which are currently in the starting state in the target application into a preset log file in real time.
The information of the windows in the application can be collected in real time by collecting the information of the windows in real time, namely the marks of the windows, the types of the windows generating action events and the number of the windows in the current starting state, and recording the information into a preset log file in real time, so that the window abnormity causing crash can be captured in follow-up in time.
S102: when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
In the specific execution process, aiming at the recorded information of each window, a refined crash analysis step is provided, namely, when a crash event is generated in the target application, the type of each window recorded in a preset log file can be determined, and the initial type of each recorded window is determined from a crash log; respectively judging whether the recorded types of the windows are the same as the recorded initial types of the windows; and if not, determining the target windows with different types as the result obtained by performing the crash analysis.
Where the type of each window may be referred to as the initial type before a crash event is generated.
For example, the types before and after the crash event is generated may be compared for each window in all windows included in the target application, and whether the two types are the same or not is determined, if the two types are the same, it is determined that the crash event is not caused by the window exception, and if the two types are different, it is determined that the crash event is caused by the window exception.
In the specific execution process, after determining the target windows with different types as the result obtained by performing the crash analysis, the embodiment of the invention can also obtain the processing logic corresponding to the target windows; determining a target processing logic from the processing logic, the target processing logic being: processing logic to modify the window type; a repair process for the target processing logic is received.
Through the steps, not only can the window abnormity generating the crash event be accurately positioned in time, but also the window abnormity can be repaired in time.
In this embodiment, information of each window in the target application is recorded into the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormality causing the crash is analyzed in time, and the crash analysis effect is effectively improved.
Fig. 3 is a schematic structural diagram of a crash analysis apparatus according to an embodiment of the invention.
The device is applied to target application.
Referring to fig. 3, the apparatus 300 includes:
the recording module 301 is configured to record information of each window in the target application in a preset log file in real time;
the analysis module 302 is configured to analyze the crash of the application based on the preset log file and the crash log when the target application generates a crash event.
Optionally, in some embodiments, referring to fig. 4, further comprising:
the creating module 303 is configured to create a target class, and hook a window global management class of the target application based on a hook function provided by the target class, so as to monitor information of each window in the target application.
Optionally, in some embodiments, the recording module 301 is specifically configured to:
recording the identification of each window in the target application into a preset log file;
when each window in the target application generates an action event, recording the type of the window generating the action event into a preset log file in real time;
and recording the number of the windows which are currently in the starting state in the target application into a preset log file in real time.
Optionally, in some embodiments, the analysis module 302 is specifically configured to:
when the target application generates a crash event, determining the type of each window recorded in a preset log file, and determining the initial type of each recorded window from a crash log;
respectively judging whether the recorded types of the windows are the same as the recorded initial types of the windows;
and if not, determining the target windows with different types as the result obtained by performing the crash analysis.
Optionally, in some embodiments, referring to fig. 4, further comprising:
an obtaining module 304, configured to obtain processing logic corresponding to a target window;
a determining module 305, configured to determine a target processing logic from the processing logic, where the target processing logic is: processing logic to modify the window type;
a receiving module 306, configured to receive a repair process for the target processing logic.
It should be noted that the explanations of the embodiments of the crash analysis method in the foregoing embodiments of fig. 1-2 are also applicable to the crash analysis apparatus 300 of the embodiments, and the implementation principles thereof are similar and will not be described herein again.
In the embodiment, the information of each window in the target application is recorded into the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormity causing the crash is analyzed in time, and the crash analysis effect is effectively improved.
An embodiment of the present invention further provides an electronic device, and referring to fig. 5, the electronic device 500 may include one or more of the following components: a processor 501, a memory 502, a power circuit 503, a multimedia component 504, an audio component 505, an input/output (I/O) interface 506, a sensor component 507, and a communication component 508. A power supply circuit 503 for supplying power to each circuit or device of the electronic apparatus; memory 502 is used to store executable program code; the processor 501 runs a program corresponding to the executable program code by reading the executable program code stored in the memory 502, for performing the steps of:
recording information of each window in the target application into a preset log file in real time;
when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
It should be noted that the foregoing explanations of the embodiment of the crash analysis method in fig. 1-fig. 2 are also applicable to the electronic device 500 of this embodiment, and the implementation principles thereof are similar and will not be described herein again.
In the embodiment, the information of each window in the target application is recorded into the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormity causing the crash is analyzed in time, and the crash analysis effect is effectively improved.
To achieve the above embodiments, the present invention further proposes a non-transitory computer-readable storage medium, wherein instructions of the storage medium, when executed by a processor of a terminal, enable the terminal to execute a crash analysis method applied to a target application, the method comprising:
recording information of each window in the target application into a preset log file in real time;
when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
In the non-transitory computer-readable storage medium in this embodiment, information of each window in the target application is recorded in the preset log file in real time, and when the target application generates a crash event, the crash of the application is analyzed based on the preset log file and the crash log, so that window abnormality causing the crash is analyzed in time, and the crash analysis effect is effectively improved.
In order to implement the foregoing embodiment, the present invention further provides a computer program product, wherein when instructions in the computer program product are executed by a processor, a crash analysis method is performed, and the method is applied to a target application, and the method includes:
recording information of each window in the target application into a preset log file in real time;
when the target application generates a crash event, analyzing the crash of the application based on the preset log file and the crash log.
The computer program product in this embodiment records information of each window in the target application into the preset log file in real time, and analyzes the crash of the application based on the preset log file and the crash log when the target application generates a crash event, so as to analyze window abnormality causing the crash in time, and effectively improve crash analysis effect.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In addition, in the description of the present invention, "a plurality" means two or more unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A crash analysis method is applied to a target application, and comprises the following steps:
recording the information of each window in the target application into a preset log file in real time;
when the target application generates a crash event, analyzing the crash of the application based on the preset log file and a crash log, wherein when the target application generates the crash event, determining the type of each window recorded in the preset log file, determining the initial type of each recorded window from the crash log, wherein the initial type of each recorded window is the type of each window before the crash event is generated, and respectively judging whether the type of each recorded window is the same as the initial type of each recorded window: and if not, determining the target windows with different types as the result obtained by performing the crash analysis.
2. A crash analysis method as recited in claim 1, wherein prior to said recording information for each window in the target application in real-time to a predetermined log file, further comprising:
creating a target class, and hooking the window global management class of the target application based on a hook function provided by the target class so as to monitor the information of each window in the target application.
3. A crash analysis method as recited in claim 1, wherein said recording information for each window in the target application in real-time to a predetermined log file comprises:
recording the identification of each window in the target application into the preset log file;
when each window in the target application generates an action event, recording the type of the window generating the action event into the preset log file in real time;
and recording the number of the windows which are currently in the starting state in the target application into the preset log file in real time.
4. A crash analysis method as recited in claim 3, wherein after determining that the target windows of different types are the results of performing crash analysis, further comprising:
acquiring processing logic corresponding to the target window;
determining a target processing logic from the processing logic, the target processing logic being: processing logic to modify the window type;
a repair process is received for the target processing logic.
5. A crash analysis device, applied to a target application, includes:
the recording module is used for recording the information of each window in the target application into a preset log file in real time;
an analysis module, configured to analyze a crash of the application based on the preset log file and a crash log when the target application generates a crash event, where when the target application generates a crash event, a type of each window recorded in the preset log file is determined, an initial type of each recorded window is determined from the crash log, the initial type of each recorded window is a type of each window before the crash event is generated, and whether the type of each recorded window is the same as the initial type of each recorded window is respectively determined: and if not, determining the target windows with different types as the result obtained by performing the crash analysis.
6. A crash analysis apparatus as recited in claim 5, further comprising:
and the creating module is used for creating a target class and hooking the window global management class of the target application based on the hook function provided by the target class so as to monitor the information of each window in the target application.
7. A crash analysis device as recited in claim 6, wherein the logging module is specifically configured to:
recording the mark of each window in the target application into the preset log file;
when each window in the target application generates an action event, recording the type of the window generating the action event into the preset log file in real time;
and recording the number of the windows which are currently in the starting state in the target application into the preset log file in real time.
8. A crash analysis apparatus as recited in claim 7, further comprising:
the acquisition module is used for acquiring the processing logic corresponding to the target window;
a determining module, configured to determine a target processing logic from the processing logic, where the target processing logic is: processing logic to modify the window type;
and the receiving module is used for receiving the repair processing of the target processing logic.
9. An electronic device, comprising one or more of the following components: a processor, a memory, a power circuit, a multimedia component, an audio component, an interface for input/output (I/O), a sensor component, and a communication component; wherein a circuit board is arranged inside a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; the power supply circuit is used for supplying power to each circuit or device of the electronic equipment; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing:
recording information of each window in the target application into a preset log file in real time;
when the target application generates a crash event, analyzing the crash of the application based on the preset log file and a crash log, wherein when the target application generates the crash event, determining the type of each window recorded in the preset log file, determining the initial type of each recorded window from the crash log, wherein the initial type of each recorded window is the type of each window before the crash event is generated, and respectively judging whether the type of each recorded window is the same as the initial type of each recorded window: and if not, determining the target windows with different types as the result obtained by performing the crash analysis.
10. A non-transitory computer-readable storage medium having stored thereon a computer program, wherein the program, when executed by a processor, implements a crash analysis method as recited in any one of claims 1-4.
CN201811593393.6A 2018-12-25 2018-12-25 Crash analysis method, crash analysis device, electronic equipment and storage medium Active CN109669798B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811593393.6A CN109669798B (en) 2018-12-25 2018-12-25 Crash analysis method, crash analysis device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811593393.6A CN109669798B (en) 2018-12-25 2018-12-25 Crash analysis method, crash analysis device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109669798A CN109669798A (en) 2019-04-23
CN109669798B true CN109669798B (en) 2022-09-16

Family

ID=66147213

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811593393.6A Active CN109669798B (en) 2018-12-25 2018-12-25 Crash analysis method, crash analysis device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109669798B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110221961B (en) * 2019-04-26 2024-05-28 平安科技(深圳)有限公司 Global hook automatic repair method, device, equipment and storage medium
CN110532178A (en) * 2019-08-09 2019-12-03 四川虹美智能科技有限公司 A kind of Android system library file collapse location positioning method and device
CN111198725B (en) * 2019-12-30 2023-02-28 掌阅科技股份有限公司 Application starting processing method, computing equipment and computer storage medium
CN113204445B (en) * 2021-05-10 2024-04-19 北京奇艺世纪科技有限公司 Information transmission method, device, equipment and storage medium for crash positioning
CN116909800B (en) * 2023-09-13 2024-03-08 深圳市智慧城市科技发展集团有限公司 Method and device for locating crash information and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630682A (en) * 2015-12-28 2016-06-01 珠海金山网络游戏科技有限公司 System and method for automatically collecting and analyzing collapse of mobile terminal
CN107402877A (en) * 2016-05-19 2017-11-28 福建天晴数码有限公司 APP method of testings and system based on Android ends
CN107861830A (en) * 2017-12-01 2018-03-30 深圳乐信软件技术有限公司 Detection method, device, storage medium and the mobile terminal of application crash

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9798647B2 (en) * 2015-10-30 2017-10-24 Ca, Inc. Display window contextual visualization for application performance monitoring

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630682A (en) * 2015-12-28 2016-06-01 珠海金山网络游戏科技有限公司 System and method for automatically collecting and analyzing collapse of mobile terminal
CN107402877A (en) * 2016-05-19 2017-11-28 福建天晴数码有限公司 APP method of testings and system based on Android ends
CN107861830A (en) * 2017-12-01 2018-03-30 深圳乐信软件技术有限公司 Detection method, device, storage medium and the mobile terminal of application crash

Also Published As

Publication number Publication date
CN109669798A (en) 2019-04-23

Similar Documents

Publication Publication Date Title
CN109669798B (en) Crash analysis method, crash analysis device, electronic equipment and storage medium
CN108717393B (en) Application program testing method and mobile terminal
CN110245073A (en) Client code coverage rate monitoring method, system, medium and electronic equipment
US8489941B2 (en) Automatic documentation of ticket execution
CN103927255A (en) Software testing method based on cloud testing system, cloud testing system and client side of cloud testing system
CN109460343A (en) System exception monitoring method, device, equipment and storage medium based on log
US20150006961A1 (en) Capturing trace information using annotated trace output
CN105426310A (en) Method and apparatus for detecting performance of target process
CN110674047A (en) Software testing method and device and electronic equipment
CN108241560B (en) Memory test method and device and electronic equipment
CN106557419B (en) Program testing method and device
CN104268049A (en) Method, device and terminal for judging storage device abnormity
CN110580220B (en) Method for measuring code segment execution time and terminal equipment
CN103678380A (en) Test state presentation and anomaly indexing system and method
US20120054724A1 (en) Incremental static analysis
CN110059064B (en) Log file processing method and device and computer readable storage medium
CN108595332B (en) Software testing method and device
CN108647284B (en) Method and device for recording user behavior, medium and computing equipment
CN109710521B (en) Multimedia application performance test method and device, computer equipment and storage medium
CN110502486B (en) Log processing method and device, electronic equipment and computer readable storage medium
CN116738091A (en) Page monitoring method and device, electronic equipment and storage medium
CN116990660A (en) eMMC aging test method, eMMC aging test device, electronic equipment and computer readable storage medium
CN116306429A (en) Method, device, computer storage medium and terminal for realizing state data capture
CN111679924B (en) Reliability simulation method and device for componentized software system and electronic equipment
CN114814643A (en) Alternating current power supply ground fault monitoring method and fire early warning system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant