CN108132852B - Method and device for collecting crash exception information, computer equipment and storage medium - Google Patents

Method and device for collecting crash exception information, computer equipment and storage medium Download PDF

Info

Publication number
CN108132852B
CN108132852B CN201810015524.6A CN201810015524A CN108132852B CN 108132852 B CN108132852 B CN 108132852B CN 201810015524 A CN201810015524 A CN 201810015524A CN 108132852 B CN108132852 B CN 108132852B
Authority
CN
China
Prior art keywords
crash
name
application software
information
specified
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
CN201810015524.6A
Other languages
Chinese (zh)
Other versions
CN108132852A (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.)
Youmi Technology Co ltd
Original Assignee
Youmi Technology 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 Youmi Technology Co ltd filed Critical Youmi Technology Co ltd
Priority to CN201810015524.6A priority Critical patent/CN108132852B/en
Publication of CN108132852A publication Critical patent/CN108132852A/en
Application granted granted Critical
Publication of CN108132852B publication Critical patent/CN108132852B/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/0766Error or fault reporting or storing
    • G06F11/0781Error filtering or prioritizing based on a policy defined by the user or on a policy defined by a hardware/software module, e.g. according to a severity level

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a method and a device for collecting crash anomaly information, computer equipment and a storage medium. A method of crash exception information collection, comprising the steps of: receiving crash exception information of the application software, screening the crash exception information carrying each preset specified characteristic according to the crash exception information of the application software, wherein each preset specified characteristic is a thread name or a packet name characteristic initially set in the application software, and pushing the screened crash exception information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.

Description

Method and device for collecting crash exception information, computer equipment and storage medium
Technical Field
The present invention relates to the field of software development and application, and in particular, to a method and an apparatus for collecting crash anomaly information, a computer device, and a storage medium.
Background
With the development of science and technology, various application software continuously appears, the application software may crash in the process of using the application software, and in order to provide better use experience for users, crash exception information of the software needs to be collected, and then problems are repaired according to the collected crash exception information. The reasons for the software crash are various, so the types of crash exception information of the software which needs to be collected are also various, including crash exception information of the application software module itself and crash exception information of other third-party modules, and the like.
The crash information of all kinds of the whole application is generally collected by the existing method for collecting crash exception information, the quantity of the crash exception information of the module of the application software which is expected to be collected is small in all kinds of the crash information of the whole application, while the exception information from other third-party modules accounts for most of the crash exception information, and the exception information of the other third-party modules interferes with the collection of the crash exception information of the module of the application software, so that the efficiency of solving the exception problem of the application software is seriously reduced.
Disclosure of Invention
Therefore, it is necessary to provide a method, an apparatus, a computer device, and a storage medium for collecting crash anomaly information for solving the problem that the anomaly information of other third-party modules interferes with the collection of crash anomaly information of the application software itself.
A method of crash exception information collection, comprising the steps of:
receiving crash exception information of the application software;
screening crash abnormal information carrying preset specified characteristics according to the crash abnormal information of the application software, wherein the preset specified characteristics are thread names or package name characteristics initially set in the application software;
and pushing the screened crash abnormal information carrying the preset specified characteristics.
In one embodiment, the step of screening the crash exception information carrying the preset specified characteristics includes:
setting specified thread name or package name characteristics to be screened;
detecting whether the crash abnormal information carries specified thread name or packet name characteristics to be screened;
and when the crash exception information carries the specified thread name or packet name characteristic to be screened, collecting the crash exception information.
In one embodiment, the step of setting the specified thread name or package name characteristics to be filtered comprises:
and selecting one of any preset specified characteristics as a specified thread name or package name characteristic to be screened.
In one embodiment, the step of receiving crash exception information of the application software further comprises:
and creating a thread carrying the thread name of the preset specified characteristic.
In one embodiment, the step of creating a thread with a thread name carrying the preset specified characteristics further comprises:
and creating application software carrying the package name of the preset specified characteristics.
In one embodiment, the step of pushing the screened crash anomaly information carrying the preset specified characteristics includes:
and pushing the screened crash abnormal information carrying the preset specified characteristics to a server.
In one embodiment, the thread name or package name feature initially set in the application software is a prefix feature of the thread name or package name.
An apparatus for crash exception information collection, comprising:
the receiving module is used for receiving crash exception information of the application software;
the screening module is used for screening out the crash exception information carrying each preset specified characteristic according to the crash exception information of the application software, wherein each preset specified characteristic is a thread name or packet name characteristic initially set in the application software;
and the pushing module is used for pushing the screened crash abnormal information carrying the preset specified characteristics.
A computer device comprising a processor and a memory, the memory storing a computer program which, when executed by the processor, causes the processor to perform the steps of the method of crash exception information collection.
A computer-readable storage medium, storing a computer program which, when executed by a processor, causes the processor to perform the steps of a method of crash anomaly information collection.
The method, the device, the computer equipment and the storage medium for collecting the crash abnormal information firstly receive the crash abnormal information of the application software, then screen out the crash abnormal information carrying each preset specified characteristic according to the crash abnormal information of the application software, wherein each preset specified characteristic is a thread name or a packet name characteristic initially set in the application software, and finally push the screened crash abnormal information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.
Drawings
FIG. 1 is a flow chart illustrating one embodiment of a method for crash anomaly information collection according to the present application;
FIG. 2 is a flowchart illustrating an embodiment of a crash anomaly information collection method according to the present application;
FIG. 3 is a schematic diagram of an embodiment of a crash anomaly information collection apparatus according to the present application;
fig. 4 is a schematic structural diagram of an embodiment of a crash anomaly information collection apparatus according to the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein in the description of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. It should be understood that the steps in the flowcharts of the present application are shown in order as indicated by the arrows, but the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in the figures may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least some of the sub-steps or stages of other steps.
As shown in FIG. 1, in one embodiment, a method of crash exception information collection includes the steps of:
s300: crash exception information for the application software is received.
Specifically, the application software refers to various programming languages that can be used by a user, and a collection of application programs programmed by the various programming languages, which are divided into an application software package and a user program. An application crash typically appears as an immediate exit or card screen when it is opened, or commissioned. When the application software exits or the card screen is displayed, a prompt box pops up to show that the application software crashes, and crash exception information is sent to the application.
S400: screening out crash abnormal information carrying preset specified characteristics according to the crash abnormal information of the application software, wherein the preset specified characteristics are thread names or package name characteristics initially set in the application software.
In particular, a thread is a collection of instructions or a special piece of a program that can be executed independently within the program or that can be interpreted as the context in which the code runs, so a thread is essentially a lightweight process that is responsible for performing multiple tasks within a single program. The package name refers to a unique identifier of application software, is named by adopting an inverse domain name naming rule, and the first character of each level of the package name must be a letter.
The received crash exception information is all kinds of crash exception information of the whole application, and in order to screen out the crash exception information of the application software module which is needed by us, the received crash exception information needs to be screened out.
For example, in the process of developing software, before the implementation of the class library using the method, a specified thread name or packet name characteristic needs to be set for identifying information to be collected, and when all crash exception information of the whole application is received, crash exception information carrying each preset specified characteristic is screened out. Since the thread name or packet name characteristics set to the information to be collected are different from those of other information, they can be distinguished by the characteristics. During screening, the implementation class library of the method can accurately screen out the required crash anomaly information according to the specified characteristics.
S500: and pushing the screened crash abnormal information carrying the preset specified characteristics.
Specifically, the screened crash abnormal information can be pushed to the server, so that a developer can check the crash abnormal information conveniently through the server.
The method for collecting the crash anomaly information comprises the steps of firstly receiving the crash anomaly information of the application software, then screening the crash anomaly information carrying each preset specified characteristic according to the crash anomaly information of the application software, wherein each preset specified characteristic is a thread name or a packet name characteristic initially set in the application software, and finally pushing the screened crash anomaly information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.
As shown in fig. 2, in one embodiment, S400 includes:
s420: the specified thread name or package name characteristics to be filtered are set.
Specifically, the screening feature is one of the preset designated features. Each preset designated feature may be a name feature, that is, a part of any prefix or suffix is selected as the designated feature for the original thread name or package name. In order to facilitate the screening work, the name feature may be in the form of an english alphabet. Wherein, the digit of the characteristic English letter can be set according to the requirement.
Further, for example, when the english alphabet is used as the feature and the digit of the english alphabet is 3, the name of the thread is aaa.
S440: and detecting whether the crash exception information carries specified thread name or packet name characteristics to be screened.
Specifically, the specified thread name or packet name feature to be filtered may be matched with the thread name or packet name in the crash anomaly information one by one, and the anomaly information corresponding to the thread carrying the specified filtering feature or the packet name carrying the specified filtering feature may be detected.
S460: and when the crash exception information carries the specified thread name or packet name characteristic to be screened, collecting the crash exception information.
As shown in fig. 2, in one embodiment, S420 includes:
s422: and selecting one of any preset specified characteristics as a specified thread name or package name characteristic to be screened.
Specifically, all the crash exception information required to be collected carries preset specific characteristics which are different from each other. The implementation class library of the method selects one of the preset specified characteristics as the specified screening characteristic according to the requirement of actually receiving the crash abnormal information.
Furthermore, the implementation class library of the method is screened according to preset specified characteristics, and the crash exception information is collected as long as the crash exception information is matched with one of the preset specified characteristics.
As shown in fig. 2, in one embodiment, S300 further includes:
s200: and creating a thread carrying the thread name of the preset specified characteristic.
Specifically, the preset specified feature refers to a feature that can distinguish the thread from other threads, and is realized by setting a thread name. The general designated feature may select any prefix or suffix portion as the designated feature for the original thread name, and the thread meeting the designated feature can be accurately found through the prefix or suffix.
As shown in fig. 2, in one embodiment, S200 further includes, before:
s100: and creating application software carrying the package name of the preset specified characteristics.
Specifically, the preset specified feature refers to a feature that can distinguish the package name from other package names, and is realized by setting the package name when creating an application. The general designated feature may select any prefix or suffix portion as the designated feature for the original packet name, and the packet name meeting the designated feature can be accurately found through the prefix or suffix.
As shown in fig. 2, in one embodiment, S500 includes:
s520: and pushing the screened crash abnormal information carrying the preset specified characteristics to a server.
Specifically, the collected crash exception information is pushed to the server, so that a developer can conveniently check the received crash exception information on the server at a later stage, and debug the application program according to the received crash exception information, thereby solving the crash exception problem of the application software as soon as possible.
In one embodiment, the thread name or package name feature initially set in the application software is a prefix feature of the thread name or package name.
Specifically, a part of any prefix may be selected as the specified feature for the original thread name or packet name of the crash exception information of the application software that needs to be collected. In order to facilitate the screening work, the prefix feature may be in the form of english letters. The digit of the English letters of the prefix features can be set according to needs.
Further, for example, when the english alphabet is used as the prefix feature and the digit of the english alphabet of the prefix feature is 3 digits, the name of the thread is aaa.
In one embodiment, as shown in FIG. 3, an apparatus for crash exception information collection comprises:
a receiving module 300, configured to receive crash exception information of the application software;
the screening module 400 is configured to screen out crash exception information carrying preset specified features according to the crash exception information of the application software, where the preset specified features are thread names or package name features initially set in the application software;
the pushing module 500 is configured to push the screened crash exception information carrying the preset specified features.
Specifically, the receiving module 300 receives crash exception information of the application software, the screening module 400 screens out crash exception information carrying preset specified features according to the crash exception information of the application software, the preset specified features are thread names or package name features initially set in the application software, and finally the pushing module 500 pushes the screened crash exception information carrying the preset specified features.
As shown in fig. 4, in one embodiment, the screening module 400 further includes:
a setting module 420 for setting the specified thread name or packet name characteristics to be screened;
the detection module 440 is configured to detect whether the crash exception information carries a specified thread name or packet name feature to be screened;
the collecting module 460 is configured to collect the crash exception information when the crash exception information carries the specified thread name or packet name feature to be screened.
As shown in fig. 4, in one embodiment, the setting module 420 further includes a selecting module 422, configured to select one of any preset specified features as the specified thread name or package name feature to be filtered.
As shown in fig. 4, in an embodiment, the apparatus for collecting crash exception information further includes a first creating module 100, configured to create a thread carrying a thread name of a preset specified feature.
As shown in fig. 4, in an embodiment, the apparatus for collecting crash anomaly information further includes a second creating module 200, configured to create application software carrying a packet name with preset specified characteristics.
The device for collecting the crash abnormal information firstly receives the crash abnormal information of the application software, then screens out the crash abnormal information carrying each preset specified characteristic according to the crash abnormal information of the application software, wherein each preset specified characteristic is a thread name or a packet name initially set in the application software, and finally pushes the screened crash abnormal information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.
A computer device comprising a processor and a memory, the memory storing a computer program which, when executed by the processor, causes the processor to perform the steps of the method of crash exception information collection.
The computer device comprises a processor, a memory, a network interface, an input device and a display screen which are connected through a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may also store a computer program that, when executed by the processor, causes the processor to implement a method of collecting crash exception information. The internal memory may also have a computer program stored therein, which when executed by the processor, causes the processor to perform a method of crash exception information collection. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like. Those skilled in the art will appreciate that the above-described arrangements are merely part of the arrangements associated with the present application and do not constitute a limitation on the computing devices to which the present application may be applied, and that a particular computing device may comprise more or less elements than those shown, or some of the elements may be combined, or have a different arrangement of elements.
In one embodiment, the crash anomaly information collection apparatus provided in the present application may be implemented in the form of a computer program, and the computer program may be run on a computer device. The memory of the computer device may store various program modules constituting the crash anomaly information collecting apparatus, such as the receiving module 300, the filtering module 400, and the pushing module 500 shown in fig. 3. The computer program constituted by the respective program modules causes the processor to execute the steps in the method of collecting crash anomaly information of the embodiments of the present application described in the present specification.
For example, the computer device may execute step S300 through the receiving module 300, the filtering module 400 through the step S400, and the pushing module 500 through the crash anomaly information collecting apparatus as shown in fig. 3 through step S500.
The computer equipment for collecting the crash anomaly information firstly receives the crash anomaly information of the application software, then screens out the crash anomaly information carrying each preset specified characteristic according to the crash anomaly information of the application software, wherein each preset specified characteristic is a thread name or a packet name characteristic initially set in the application software, and finally pushes the screened crash anomaly information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.
A computer-readable storage medium, storing a computer program which, when executed by a processor, causes the processor to perform the steps of a method of crash anomaly information collection.
It will be understood by those skilled in the art that all or part of the processes of the method for collecting crash anomaly information described above may be implemented by a computer program that can be stored in a non-volatile computer-readable storage medium and that, when executed, can include the processes of the embodiments of the method for collecting crash anomaly information described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The storage medium for collecting the crash anomaly information firstly receives the crash anomaly information of the application software, then screens out the crash anomaly information carrying each preset specified characteristic according to the crash anomaly information of the application software, wherein each preset specified characteristic is a thread name or a packet name characteristic initially set in the application software, and finally pushes the screened crash anomaly information carrying each preset specified characteristic. By the aid of the method and the device, collapse abnormal information carrying each preset specified characteristic can be screened out, collapse abnormal information of the application software module is collected, and efficiency of solving the abnormal problem of the application software is improved.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (8)

1. A method for collecting crash exception information, comprising the steps of:
creating a thread with a thread name carrying preset specified characteristics;
creating application software carrying a preset package name with specified characteristics;
receiving crash exception information of the application software;
screening crash abnormal information carrying preset specified characteristics according to the crash abnormal information of the application software, wherein the preset specified characteristics are thread name or packet name characteristics initially set in the application software, and the thread name or packet name characteristics initially set in the application software are prefix characteristics or suffix characteristics;
pushing the screened crash abnormal information carrying the preset specified characteristics;
the step of screening out the crash anomaly information carrying the preset specified characteristics comprises the following steps:
setting specified thread name or package name characteristics to be screened;
detecting whether the crash abnormal information carries the specified thread name or packet name characteristic to be screened;
and when the crash exception information carries the specified thread name or packet name characteristic to be screened, collecting the crash exception information.
2. The method of crash exception information collection according to claim 1, wherein said step of setting a specified thread name or packet name characteristic to be filtered comprises:
and selecting one of any preset specified characteristics as the specified thread name or package name characteristic to be screened.
3. The method for collecting crash anomaly information according to claim 1, wherein the step of pushing the screened crash anomaly information carrying the preset specified feature comprises:
and pushing the screened crash abnormal information carrying the preset specified characteristics to a server.
4. An apparatus for crash exception information collection, comprising:
the first establishing module is used for establishing a thread carrying a thread name with preset specified characteristics;
the second creating module is used for creating application software carrying the preset package name with the specified characteristics;
the receiving module is used for receiving crash exception information of the application software;
the screening module is used for screening out the crash abnormal information carrying each preset specified characteristic according to the crash abnormal information of the application software, wherein each preset specified characteristic is a thread name or packet name characteristic initially set in the application software, and the thread name or packet name characteristic initially set in the application software is a prefix characteristic or a suffix characteristic;
the pushing module is used for pushing the screened crash abnormal information carrying the preset specified characteristics;
the screening module still includes:
the setting module is used for setting the specified thread name or package name characteristics to be screened;
the detection module is used for detecting whether the crash abnormal information carries the specified thread name or packet name characteristics to be screened;
and the collecting module is used for collecting the crash exception information when the crash exception information carries the specified thread name or packet name characteristics to be screened.
5. The apparatus for crash anomaly information collection according to claim 4, wherein said configuration module further comprises a selection module for selecting one of any of the preset specified characteristics as a specified thread name or package name characteristic to be filtered.
6. The apparatus for collecting crash anomaly information according to claim 4, wherein the pushing module is further configured to push the screened crash anomaly information carrying the preset specified feature to a server.
7. A computer device comprising a processor and a memory, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of the method of any one of claims 1 to 3.
8. A computer-readable storage medium, storing a computer program which, when executed by a processor, causes the processor to perform the steps of the method of any one of claims 1 to 3.
CN201810015524.6A 2018-01-08 2018-01-08 Method and device for collecting crash exception information, computer equipment and storage medium Active CN108132852B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810015524.6A CN108132852B (en) 2018-01-08 2018-01-08 Method and device for collecting crash exception information, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810015524.6A CN108132852B (en) 2018-01-08 2018-01-08 Method and device for collecting crash exception information, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108132852A CN108132852A (en) 2018-06-08
CN108132852B true CN108132852B (en) 2022-03-11

Family

ID=62400314

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810015524.6A Active CN108132852B (en) 2018-01-08 2018-01-08 Method and device for collecting crash exception information, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108132852B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110442468A (en) * 2019-07-18 2019-11-12 北京奇艺世纪科技有限公司 Collapse diagnostic message collection method, system and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678091A (en) * 2013-12-19 2014-03-26 北京奇虎科技有限公司 Method and device for processing crash data of application software
WO2016133271A1 (en) * 2015-02-16 2016-08-25 에스케이플래닛 주식회사 Crash report processing system and apparatus for processing crash report in same system
CN105915365A (en) * 2015-12-25 2016-08-31 乐视致新电子科技(天津)有限公司 Method, server and client for controlling reporting of crash data
CN106844136A (en) * 2016-12-06 2017-06-13 北京智能管家科技有限公司 The collection method and system of a kind of program crashing information
CN107241212A (en) * 2017-04-20 2017-10-10 努比亚技术有限公司 A kind of log processing method and device, equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479145A (en) * 2010-11-30 2012-05-30 鸿富锦精密工业(深圳)有限公司 System and method for collecting software use information
CN105025318B (en) * 2015-06-30 2018-07-17 北京奇艺世纪科技有限公司 A kind of feedback method and device of the abnormal log information of application program
US9720765B2 (en) * 2015-12-16 2017-08-01 Facebook, Inc. Systems and methods for application crash management
CN105630682A (en) * 2015-12-28 2016-06-01 珠海金山网络游戏科技有限公司 System and method for automatically collecting and analyzing collapse of mobile terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678091A (en) * 2013-12-19 2014-03-26 北京奇虎科技有限公司 Method and device for processing crash data of application software
WO2016133271A1 (en) * 2015-02-16 2016-08-25 에스케이플래닛 주식회사 Crash report processing system and apparatus for processing crash report in same system
CN105915365A (en) * 2015-12-25 2016-08-31 乐视致新电子科技(天津)有限公司 Method, server and client for controlling reporting of crash data
CN106844136A (en) * 2016-12-06 2017-06-13 北京智能管家科技有限公司 The collection method and system of a kind of program crashing information
CN107241212A (en) * 2017-04-20 2017-10-10 努比亚技术有限公司 A kind of log processing method and device, equipment

Also Published As

Publication number Publication date
CN108132852A (en) 2018-06-08

Similar Documents

Publication Publication Date Title
CN108399124B (en) Application testing method and device, computer equipment and storage medium
CN107622008B (en) Traversal method and device for application page
US9424168B2 (en) System and method for automatic generation of software test
CN109783365A (en) Automated testing method, device, computer equipment and storage medium
CN110866258A (en) Method for quickly positioning bug, electronic device and storage medium
CN110362479B (en) System upgrade test method and system
CN111324716A (en) Index data acquisition method and device, computer equipment and storage medium
CN111797026A (en) Test case generation method and device, computer equipment and storage medium
US10387124B2 (en) System and method for creating domain specific language
CN110362341B (en) Business management method, device, equipment and storage medium based on micro-service architecture
CN108132852B (en) Method and device for collecting crash exception information, computer equipment and storage medium
CN111831300A (en) APP updating method and device, electronic equipment and computer readable storage medium
CN111159028B (en) Webpage testing method and device
CN107491316A (en) Extended method, device and the electronic equipment of baseboard management controller
CN112613275A (en) Receipt generation method and device, computer equipment and storage medium
CN110955813A (en) Data crawling method and device
CN112558982B (en) Code detection method and device and computer equipment
CN113886906A (en) CAD drawing loading method, font file replacing method, device and storage medium
CN113568581A (en) Multi-application resource recovery method and system for embedded equipment
CN107168875A (en) A kind of Activity component leakage detection methods based on Android application multiple entry characteristic
CN105224653A (en) Disposal route when a kind of browser is held as a hostage and treatment facility
CN112463630A (en) Version difference testing method and device, computer equipment and storage medium
CN112380122B (en) Universal resource static detection method, device, computer equipment and storage medium
CN114691440B (en) Data extraction method and device of equipment, computer equipment and storage medium
CN105160247A (en) Method for identifying hijacked browser

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