CN112527546A - Application exception rapid positioning method, system, equipment and storage medium - Google Patents

Application exception rapid positioning method, system, equipment and storage medium Download PDF

Info

Publication number
CN112527546A
CN112527546A CN202011466339.2A CN202011466339A CN112527546A CN 112527546 A CN112527546 A CN 112527546A CN 202011466339 A CN202011466339 A CN 202011466339A CN 112527546 A CN112527546 A CN 112527546A
Authority
CN
China
Prior art keywords
application
exception
source code
positioning
version number
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.)
Pending
Application number
CN202011466339.2A
Other languages
Chinese (zh)
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.)
Ctrip Travel Network Technology Shanghai Co Ltd
Original Assignee
Ctrip Travel Network Technology Shanghai 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 Ctrip Travel Network Technology Shanghai Co Ltd filed Critical Ctrip Travel Network Technology Shanghai Co Ltd
Priority to CN202011466339.2A priority Critical patent/CN112527546A/en
Publication of CN112527546A publication Critical patent/CN112527546A/en
Pending legal-status Critical Current

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/0706Error 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 the processing taking place on a specific hardware platform or in a specific software environment
    • 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)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a system, equipment and a storage medium for rapidly positioning an application exception, wherein the method comprises the following steps: acquiring a version number and a source code text generated when an application is released, and establishing a mapping table about a mapping relation between the version number and the source code text; when an application is operated, generating abnormal stack information and reporting the abnormal stack information; obtaining a corresponding source code text according to the version number in the abnormal stack information; and positioning the line number and the column number of the abnormal object from the source code text through code positioning. The invention can analyze, compare and search through the error information of the application program of the user terminal, provide detailed error information, and can quickly position the source code with the error through the error information.

Description

Application exception rapid positioning method, system, equipment and storage medium
Technical Field
The invention relates to the field of anomaly detection, in particular to a method, a system, equipment and a storage medium for rapidly positioning application anomalies.
Background
Such tools are a function of internal systems in other internet companies, and no open source tools for targets are currently on the market. The defects of the existing internal technical tools are obvious, and the internal technical tools mainly have strong process dependence and strong coupling with other development process tools. Or code invasion exists, so that the acquisition and feedback of the abnormal positioning information are realized.
Process dependence: in the whole development process, independent abstraction is not completed depending on the processing results of one or more other tools, so that the development process tool cannot be adapted to other scenes which do not use the development process tool.
Code intrusion: in the process of collecting abnormal information, the characteristic information of positioning abnormality, including files, line numbers, column numbers and the like, is written in a coding mode, so that more codes which are not related to the service exist in normal service codes, the performance of the codes is influenced, and the coding work is complicated.
Therefore, the invention provides a method, a system, equipment and a storage medium for rapidly positioning an application exception.
Disclosure of Invention
The invention aims to provide a method, a system, equipment and a storage medium for quickly positioning an application exception, overcomes the difficulties in the prior art, can analyze, compare and search error reporting information of a user side application program, provides detailed error reporting information, and can quickly position a source code with an error through the error reporting information.
The embodiment of the invention provides a method for quickly positioning application exception, which comprises the following steps:
s110, collecting a version number and a source code text generated when the application is released, and establishing a mapping table about a mapping relation between the version number and the source code text;
s120, generating abnormal stack information to report when an application is operated and is abnormal;
s130, obtaining a corresponding source code text according to the version number in the abnormal stack information; and
s140, positioning the line number and the column number of the abnormal condition from the source code text through code positioning.
Preferably, in step S110, the mapping table includes a mapping relationship between each version number and a code file name, and a mapping relationship between each code file name and the source code text.
Preferably, in step S110, the first server collects a version number and a source code text generated when the application is released, and establishes a mapping table about a mapping relationship between the version number and the source code text;
in step S120, when an application is run by the mobile terminal or the second server, an exception stack information is generated and reported to the first server, and the mobile terminal or the second server performs exception positioning through the code management system.
Preferably, the step S120 includes the steps of:
s121, carrying out anomaly detection during application running;
s122, judging whether the abnormality is found, if so, executing a step S123, and if not, executing the step;
s123, carrying out exception positioning in the applied codes to obtain the line numbers and the column numbers of the exceptions;
and S124, generating abnormal stack information and reporting.
Preferably, in step S120, the exception stack information at least includes a version number of the application, a row number and a column number of the application where the exception occurs.
Preferably, the step S130 includes obtaining a source code text corresponding to the version number in the mapping table according to the version number in the exception stack information.
Preferably, the step S130 includes locating, according to the row number and the column number of the exception occurring in the exception stack information, the row number and the column number of the exception occurring in the source code text.
The embodiment of the present invention further provides an application exception fast positioning system, which is used for implementing the application exception fast positioning method, and the application exception fast positioning system includes:
the version mapping module is used for acquiring a version number and a source code text generated when the application is released and establishing a mapping table about the mapping relation between the version number and the source code text;
the exception reporting module generates exception stack information to report when an application runs;
the code obtaining module is used for obtaining a corresponding source code text according to the version number in the abnormal stack information; and
and the exception positioning module is used for positioning the line number and the column number of the exception from the source code text through code positioning.
An embodiment of the present invention further provides an application exception fast positioning apparatus, including:
a processor;
a memory having stored therein executable instructions of the processor;
wherein the processor is configured to perform the steps of the application anomaly fast localization method described above via execution of the executable instructions.
The embodiment of the present invention further provides a computer-readable storage medium for storing a program, where the program implements the steps of the above-mentioned application anomaly fast positioning method when executed.
The invention aims to provide a method, a system, equipment and a storage medium for rapidly positioning an application exception, which can analyze, compare and search error reporting information of a user side application program, provide detailed error reporting information and rapidly position a source code with an error through the error reporting information. In the implementation process, zero invasion is performed on the existing codes, an abstract mode is adopted for implementing the association between the version information and the source code file information, the access fee is reduced, and the universality and the expansibility are improved.
Drawings
Other features, objects and advantages of the present invention will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, with reference to the accompanying drawings.
FIG. 1 is a flow chart of the method for applying exception quick location of the present invention.
FIG. 2 is a block diagram of an anomaly fast positioning system according to the present invention.
Fig. 3 is a schematic structural diagram of an applied anomaly fast positioning device of the present invention.
Fig. 4 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals in the drawings denote the same or similar structures, and thus their repetitive description will be omitted.
FIG. 1 is a flow chart of the method for applying exception quick location of the present invention. As shown in fig. 1, an embodiment of the present invention provides a method for rapidly positioning an application exception, including the following steps:
s110, collecting a version number and a source code text generated when the application is released, and establishing a mapping table about a mapping relation between the version number and the source code text;
s120, generating abnormal stack information to report when an application is operated and is abnormal;
s130, obtaining a corresponding source code text according to the version number in the abnormal stack information; and
and S140, positioning the line number and the column number of the abnormal condition from the source code text through code positioning.
In a preferred embodiment, in step S110, the mapping table includes a mapping relationship between each version number and a code file name, and a mapping relationship between each code file name and source code text.
In a preferred embodiment, in step S110, the first server collects a version number and a source code text generated when the application is released, and establishes a mapping table about a mapping relationship between the version number and the source code text;
in step S120, when the application runs on the mobile terminal or the second server, an exception stack is generated and reported to the first server, and the mobile terminal or the second server performs exception positioning through the code management system.
In a preferred embodiment, step S120 includes the following steps:
s121, carrying out anomaly detection during application running;
s122, judging whether the abnormality is found, if so, executing a step S123, and if not, executing the step;
s123, carrying out exception positioning in the applied codes to obtain the line numbers and the column numbers of the exceptions;
and S124, generating abnormal stack information and reporting.
In a preferred embodiment, in step S120, the exception stack information at least includes a version number of the application, a row number and a column number where the exception occurs.
In a preferred embodiment, step S130 includes obtaining, according to the version number in the exception stack information, the source code text corresponding to the version number in the mapping table.
In a preferred embodiment, step S130 includes locating the row number and column number of the exception from the source code text according to the row number and column number of the exception in the exception stack information.
The invention aims to realize the abstraction of the association of the application program of the user end and the corresponding code version information, realize the abstraction of the association of the error reporting information of the user end and the code source file information, and realize the information prompt function that the error reporting information of the user end can be quickly positioned to the code source file.
The invention is divided into three parts, namely, the abstraction of the correlation between the application program of the user end and the corresponding code version information, the abstraction of the correlation between the error reporting information of the user end and the code source file information and the information prompt function of quickly positioning the error reporting information of the user end to the code source file are realized.
The abstract implementation manner of the association between the user-side application program and the corresponding code version information is as follows:
the version number of the application program, called BuildID for short, is marked by the ID number generated when the application program of the user side is issued.
And when the user is abnormal, acquiring the version number of the current application program in the reported information structure.
And querying the release system by taking the version number of the current application program as a condition to find the version information of the corresponding source code.
For example: when the user is abnormal, collecting reported error stack information, intercepting one part of the error stack information, wherein the format is as follows: 666731, hbc:1:9913
666731, hbc: file name number
1: wrong row number
9913: error column number
Inquiring the file name mapping relation in the release system by taking the version number of the current application program obtained in the last step as a condition, and finding out the real file name, called FileName for short, in the source code corresponding to 666731, hbc;
the actual error line number and column number in the FileName are found through an open source tool by publishing a Source map (source code mapping table) during system compiling and combining the FileName, the error line number and the column number as conditions so as to realize error code positioning.
The realization mode of the information prompt function that the error information reported by the user side can be quickly positioned to the code source file is as follows: aggregating the abstract of the user side application program associated with the corresponding code version information and the abstract associated with the code source file information; the information prompt function is implemented in a detailed manner.
The implementation process of the invention comprises the following steps:
preparation work: the user client side is provided with a complete code management system (Gitlab or Github) and a packaging and issuing system.
Analyzing; and establishing a server which can carry the logic processing code of the scheme.
Collecting: the embedded point acquisition and uploading function of the user client is relied on.
And (4) output work: when an abnormal report exists, the abnormal information is analyzed and positioned through the server carrying the scheme, and the notification output function is realized in the form of butting mails or other IM tools.
The application abnormity rapid positioning method can analyze, compare and search through the error reporting information of the user side application program, provide detailed error reporting information, and can rapidly position the source code with the error through the error reporting information.
FIG. 2 is a block diagram of an anomaly fast positioning system according to the present invention. As shown in fig. 2, the system 5 for fast locating an application anomaly of the present invention includes:
the version mapping module 51 collects a version number and a source code text generated when the application is released, and establishes a mapping table about a mapping relationship between the version number and the source code text.
And an exception reporting module 52, which generates exception stack information to report when an exception occurs during running of the application.
And the code obtaining module 53 obtains a corresponding source code text according to the version number in the exception stack information.
And the exception positioning module 54 is used for positioning the line number and the column number of the exception from the source code text through code positioning.
The application abnormity rapid positioning system can analyze, compare and search through the error reporting information of the user side application program, provide detailed error reporting information, and can rapidly position the source code with the error through the error reporting information.
The embodiment of the invention also provides application exception rapid positioning equipment which comprises a processor. A memory having stored therein executable instructions of the processor. Wherein the processor is configured to apply the steps of the anomaly fast localization method via execution of the executable instructions.
As shown above, the application exception fast positioning system of the present invention can perform analysis, comparison and search through the error information of the application program at the user end, so as to provide detailed error information, and the source code with the error can be fast positioned through the error information.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" platform.
Fig. 3 is a schematic structural diagram of an applied anomaly fast positioning device of the present invention. An electronic device 600 according to this embodiment of the invention is described below with reference to fig. 3. The electronic device 600 shown in fig. 3 is only an example and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 3, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: at least one processing unit 610, at least one memory unit 620, a bus 630 connecting the different platform components (including the memory unit 620 and the processing unit 610), a display unit 640, etc.
Wherein the storage unit stores program code executable by the processing unit 610 to cause the processing unit 610 to perform steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of the present specification. For example, processing unit 610 may perform the steps as shown in fig. 1.
The storage unit 620 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)6201 and/or a cache memory unit 6202, and may further include a read-only memory unit (ROM) 6203.
The memory unit 620 may also include a program/utility 6204 having a set (at least one) of program modules 6205, such program modules 6205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 630 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 600 may also communicate with one or more external devices 700 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 600, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 650. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 660. The network adapter 660 may communicate with other modules of the electronic device 600 via the bus 630. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage platforms, to name a few.
The embodiment of the invention also provides a computer readable storage medium for storing the program, and the steps of the method for quickly positioning the application exception are realized when the program is executed. In some possible embodiments, the aspects of the present invention may also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned electronic prescription flow processing method section of this specification, when the program product is run on the terminal device.
As shown above, the application exception fast positioning system of the present invention can perform analysis, comparison and search through the error information of the application program at the user end, so as to provide detailed error information, and the source code with the error can be fast positioned through the error information.
Fig. 4 is a schematic structural diagram of a computer-readable storage medium of the present invention. Referring to fig. 4, a program product 800 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited in this regard and, in the present document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
A computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, the present invention provides a method, a system, a device and a storage medium for fast positioning an application exception, which can analyze, compare and search through error information of a client application program to provide detailed error information, and fast position a source code having an error through the error information. In the implementation process, zero invasion is performed on the existing codes, an abstract mode is adopted for implementing the association between the version information and the source code file information, the access fee is reduced, and the universality and the expansibility are improved.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. An application abnormity quick positioning method is characterized by comprising the following steps:
s110, collecting a version number and a source code text generated when the application is released, and establishing a mapping table about a mapping relation between the version number and the source code text;
s120, generating abnormal stack information to report when an application is operated and is abnormal;
s130, obtaining a corresponding source code text according to the version number in the abnormal stack information; and
s140, positioning the line number and the column number of the abnormal condition from the source code text through code positioning.
2. The method for fast locating an application exception according to claim 1, wherein in said step S110, said mapping table includes a mapping relationship between each of said version numbers and code file names, and a mapping relationship between each of said code file names and said source code text.
3. The method for rapidly locating the application exception according to claim 1, wherein in the step S110, the first server collects a version number and a source code text generated when the application is released, and establishes a mapping table about a mapping relationship between the version number and the source code text;
in step S120, when an application is run by the mobile terminal or the second server, an exception stack information is generated and reported to the first server, and the mobile terminal or the second server performs exception positioning through the code management system.
4. The method for fast locating an application anomaly according to claim 3, wherein the step S120 comprises the following steps:
s121, carrying out anomaly detection during application running;
s122, judging whether the abnormality is found, if so, executing a step S123, and if not, executing the step;
s123, carrying out exception positioning in the applied codes to obtain the line numbers and the column numbers of the exceptions;
and S124, generating abnormal stack information and reporting.
5. The method for fast locating application exception according to claim 1, wherein in said step S120, said exception stack information at least includes a version number of said application, a row number and a column number of an exception occurring.
6. The method as claimed in claim 5, wherein the step S130 includes obtaining a source code text corresponding to the version number in the mapping table according to the version number in the exception stack information.
7. The method as claimed in claim 5, wherein the step S130 includes locating, from the source code text, a row number and a column number of the exception according to the row number and the column number of the exception occurring in the exception stack information.
8. An application anomaly fast positioning system for implementing the application anomaly fast positioning method of claim 1, comprising:
the version mapping module is used for acquiring a version number and a source code text generated when the application is released and establishing a mapping table about the mapping relation between the version number and the source code text;
the exception reporting module generates exception stack information to report when an application runs;
the code obtaining module is used for obtaining a corresponding source code text according to the version number in the abnormal stack information; and
and the exception positioning module is used for positioning the line number and the column number of the exception from the source code text through code positioning.
9. An apparatus for rapid location of an application anomaly, comprising:
a processor;
a memory having stored therein executable instructions of the processor;
wherein the processor is configured to perform the steps of applying the anomaly fast localization method of any one of claims 1 to 7 via execution of the executable instructions.
10. A computer-readable storage medium storing a program which, when executed, performs the steps of any one of claims 1 to 7 of applying the anomaly fast-localization method.
CN202011466339.2A 2020-12-14 2020-12-14 Application exception rapid positioning method, system, equipment and storage medium Pending CN112527546A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011466339.2A CN112527546A (en) 2020-12-14 2020-12-14 Application exception rapid positioning method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011466339.2A CN112527546A (en) 2020-12-14 2020-12-14 Application exception rapid positioning method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112527546A true CN112527546A (en) 2021-03-19

Family

ID=74999493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011466339.2A Pending CN112527546A (en) 2020-12-14 2020-12-14 Application exception rapid positioning method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112527546A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113867730A (en) * 2021-09-28 2021-12-31 北京达佳互联信息技术有限公司 Method, device and equipment for determining target source code mapping file and storage medium
CN114139084A (en) * 2021-11-01 2022-03-04 上海绊糖信息科技有限公司 Web application cross-version error classification method, system, terminal and medium
CN114416414A (en) * 2022-01-17 2022-04-29 北京百度网讯科技有限公司 Fault information positioning method, device, equipment and storage medium
CN116450400A (en) * 2023-06-19 2023-07-18 北京翼辉信息技术有限公司 Application program abnormality analysis method and device, electronic equipment and storage medium
CN114416414B (en) * 2022-01-17 2024-05-14 北京百度网讯科技有限公司 Fault information positioning method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101211309A (en) * 2006-12-29 2008-07-02 中兴通讯股份有限公司 Embedded system progress abnormal tracking position-finding method
US20160246703A1 (en) * 2015-02-20 2016-08-25 International Business Machines Corporation Identifying the lines of code that caused the error as identified in the stack trace in a source code version that generated the stack trace that does not reside on the user's computing device
CN108132850A (en) * 2017-12-22 2018-06-08 北京比特大陆科技有限公司 Code location method, apparatus and electronic equipment
CN111367796A (en) * 2020-02-26 2020-07-03 浪潮通用软件有限公司 Application program debugging method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101211309A (en) * 2006-12-29 2008-07-02 中兴通讯股份有限公司 Embedded system progress abnormal tracking position-finding method
US20160246703A1 (en) * 2015-02-20 2016-08-25 International Business Machines Corporation Identifying the lines of code that caused the error as identified in the stack trace in a source code version that generated the stack trace that does not reside on the user's computing device
CN108132850A (en) * 2017-12-22 2018-06-08 北京比特大陆科技有限公司 Code location method, apparatus and electronic equipment
CN111367796A (en) * 2020-02-26 2020-07-03 浪潮通用软件有限公司 Application program debugging method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113867730A (en) * 2021-09-28 2021-12-31 北京达佳互联信息技术有限公司 Method, device and equipment for determining target source code mapping file and storage medium
CN114139084A (en) * 2021-11-01 2022-03-04 上海绊糖信息科技有限公司 Web application cross-version error classification method, system, terminal and medium
CN114416414A (en) * 2022-01-17 2022-04-29 北京百度网讯科技有限公司 Fault information positioning method, device, equipment and storage medium
CN114416414B (en) * 2022-01-17 2024-05-14 北京百度网讯科技有限公司 Fault information positioning method, device, equipment and storage medium
CN116450400A (en) * 2023-06-19 2023-07-18 北京翼辉信息技术有限公司 Application program abnormality analysis method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107330034B (en) Log analysis method and device, computer equipment and storage medium
CN112527546A (en) Application exception rapid positioning method, system, equipment and storage medium
CN110764945B (en) Crash log processing method, device, equipment and storage medium
CN109902105B (en) Data query system, method, device and storage medium for micro-service architecture
CN112019401B (en) Internet of vehicles application safety testing method, device and system and electronic equipment
CN111385148A (en) Service alarm method, device, computer equipment and storage medium
CN110891057A (en) Protocol conversion method, device, equipment and storage medium
US9298571B2 (en) Method and apparatus for correlating input and output messages of system under test
CN111667163A (en) Fault monitoring method based on RPA technology, RPA robot and storage medium
CN110716843B (en) System fault analysis processing method and device, storage medium and electronic equipment
CN112817853A (en) Automatic test method, system and electronic equipment
CN112559140A (en) Transaction control method, system, equipment and storage medium for data consistency
CN108647284B (en) Method and device for recording user behavior, medium and computing equipment
CN114036526A (en) Vulnerability testing method and device, computer equipment and storage medium
CN111339051B (en) Log processing method, system, device and storage medium
CN113590172A (en) Code file publishing method, device, equipment and storage medium
CN110147313B (en) Log output method and device
CN109146096B (en) Processing method and device for repair event, storage medium and electronic equipment
CN112069158A (en) Data restoration method, device, equipment and storage medium
CN111427736A (en) Log monitoring method, device, equipment and computer readable storage medium
CN114090514A (en) Log retrieval method and device for distributed system
CN115016929A (en) Data processing method, device, equipment and storage medium
CN110096281B (en) Code analysis method, analysis server, storage medium and device
CN113760696A (en) Program problem positioning method and device, electronic equipment and storage medium
CN112114811A (en) Compiling method, device and equipment

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