CN110851332B - Log file processing method, device, equipment and medium - Google Patents
Log file processing method, device, equipment and medium Download PDFInfo
- Publication number
- CN110851332B CN110851332B CN201911106807.2A CN201911106807A CN110851332B CN 110851332 B CN110851332 B CN 110851332B CN 201911106807 A CN201911106807 A CN 201911106807A CN 110851332 B CN110851332 B CN 110851332B
- Authority
- CN
- China
- Prior art keywords
- log file
- modem
- file
- grabbed
- format conversion
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/254—Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/258—Data format conversion from or to a database
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention discloses a method, a device, equipment and a medium for processing log files. The method is applied to windows development environment, wherein the method comprises the following steps: storing the grabbed modem log file to a local place; and performing format conversion on the modem log file stored in the local area to obtain a readable version of the log file. According to the technical scheme, the captured log file is stored locally, and the format of the modem log file stored locally is converted to obtain the readable version of the log file, so that the processing process of the modem log file is simplified.
Description
Technical Field
The present invention relates to the field of log grabbing technologies, and in particular, to a method, an apparatus, a device, and a medium for processing a log file.
Background
Windows development on the high-pass platform introduces the function of the modem, so that the development and test end needs to grasp the log file of the modem to test and maintain the modem.
The existing method for grabbing the log of the modem generally needs to debug the 9001 port, and after the 9001 port is debugged, the log of the modem needs to be grabbed by a tool connected to a PC through a USB, so that the grabbing process of the whole log is complicated.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment and a medium for processing log files, and provides a method for processing modem log files conveniently and rapidly.
In a first aspect, an embodiment of the present invention provides a method for processing a log file, which is applied to a windows development environment, where the method includes:
storing the grabbed modem log file to a local place;
and performing format conversion on the modem log file stored in the local area to obtain a readable version of the log file.
In a second aspect, an embodiment of the present invention further provides a log file processing device configured in a windows development environment, where the device includes:
the storage module is used for storing the grabbed modem log file to the local;
and the format conversion module is used for carrying out format conversion on the modem log file stored in the local area to obtain a readable version of the log file.
In a third aspect, an embodiment of the present invention further provides an apparatus, including:
one or more processors;
a storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement a method for processing log files according to any one of the embodiments of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer readable storage medium, on which a computer program is stored, where the program when executed by a processor implements a method for processing a log file according to any one of the embodiments of the present invention.
According to the embodiment of the invention, the fetched modem log file is stored locally, and format conversion is carried out on the modem log file stored locally, so that a readable version of the log file is obtained. According to the embodiment of the invention, the modem log file is directly stored locally, so that the storage mode of the modem log file is simplified, the modem log file stored locally is directly converted into the file format of a readable version, a user can conveniently read the grabbed log file, and the convenience in processing the modem log file is further improved.
Drawings
FIG. 1 is a flowchart of a log file processing method according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of a program interface of a log file grabbing tool according to a second embodiment of the present invention;
FIG. 3 is a schematic operation flow chart of a log file grabbing tool according to a second embodiment of the present invention;
fig. 4 is a schematic structural diagram of a log file processing device according to a third embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a log file processing method according to an embodiment of the present invention, where the present embodiment is applicable to a case of processing a modem log file, and the method is typically applied to maintenance and testing of a modem in a windows development environment of a high-pass platform. The method may be performed by a processing device of the log file, which may be implemented in hardware and/or software. As shown in fig. 1, the method specifically includes the following steps:
step 110, storing the grabbed modem log file locally.
In this embodiment, the modem is applied to a windows development environment on a high-pass platform.
The modem is a computer hardware capable of translating the digital signal of the computer into pulse signals that can be transmitted along a common telephone line, which can be received by another modem at the other end of the line and translated into a language understandable by the computer.
The log file in this embodiment is the log information generated in the working process of the modem, and the user and the maintainer can check the cause of the error of the system through the log file, or find the trace left by the attacker when being attacked, so as to realize maintenance and test on the introduced modem under the windows development environment on the high-pass platform.
Specifically, before storing the grabbed modem log file locally, the method further includes: loading a configuration file, wherein the configuration file is used for grabbing a modem log file; setting a storage mode of the modem log file in the configuration file to be stored locally; the system is restarted to store the crawled modem log file locally.
The method for storing the modem log file in the configuration file is set to be stored locally, and comprises the following steps: and setting the attribute value of the storage interface in the registry key of the modem log file so as to set the storage mode of the grabbed modem log file to be saved to the local.
For example, the TransportType in the registry is a storage interface of the log file, and its attribute value represents a storage manner of the log file, and if TransportType=0 is a locally specified path for storing the modem log file to the terminal, the value of TransportType needs to be set to 0 before each execution of the modem log file grabbing event, so that the storage manner of the modem log file is set to be stored locally. According to the method, the captured log files are directly stored in the local appointed path, so that the process of exporting the log files to the PC through the external USB in the prior art is simplified.
Further, after the modem is set, storing the grabbed modem log file locally includes: responding to a starting instruction triggered by a user, and grabbing a modem log file according to the configuration file; and storing the grabbed modem log file to the local according to the attribute value of the storage interface. When an instruction for starting to grab the log files issued by a user is received, grabbing the log files in a specified range according to configuration information in the configuration files, and storing the grabbed log files of the modem to the local according to attribute values of a storage interface, so that grabbing and storing of the log files are realized.
Step 120, format conversion is performed on the modem log file stored locally, so as to obtain a readable version of the log file.
In this embodiment, the format of the original log file is an unreadable etl type file, and the format conversion tool can be used to convert the etl type file into the log files of txt, doc and other readable versions, so that the user can conveniently and directly obtain the content of the log file.
According to the technical scheme, the captured modem log file is stored locally, and format conversion is carried out on the modem log file stored locally, so that a readable version of the log file is obtained. The method has the advantages that the modem log files are directly stored locally, so that the storage mode of the modem log files is simplified, the modem log files stored locally are directly converted into the file format of a readable version, a user can conveniently read the grabbed log files, and the convenience in processing the modem log files is further improved.
Further, after format converting the local modem log file to obtain a readable version of the log file, the method further includes:
renaming the modem log files before and after format conversion according to the time nodes after format conversion to distinguish the modem log files grabbed by different time nodes. The file names of the log files captured at different time points are the same, so that the situation that the log files captured later cover the log files captured before can occur, the log files before and after conversion are renamed according to the time nodes after format conversion, the covering situation of the log files can be avoided, and the log files captured each time can be completely reserved.
Example two
Fig. 2 is a schematic program interface diagram of a log file grabbing tool according to a second embodiment of the present invention. The embodiment is an application tool implemented on the basis of the embodiment, and the application tool is an interfacial installation-free exe program, so that a user can directly run the application tool with the authority of an administrator to finish the grabbing operation of the log file.
Referring to fig. 2, the application tool's program interface contains 4 keys, respectively, ready, start, stop, and reset, and a window for setting the transport type attribute value.
Further, the operation flow of the application tool refers to fig. 3.
Before log file crawling, when a preparation button is clicked, a configuration file for crawling the log file of the modem in a specified range is loaded first, for example, an input. And switching the storage mode after the grabbing of the log file of the modem, namely setting the TransportType value in the configuration file to 0, so as to directly store the log file which is originally required to be connected to a tool on the PC through the USB into the local. When the setting is completed, the program interface prompts a restarting operation to take effect of the modified configuration.
After the configuration is effective, the related instruction set of the application tool is called to start grabbing the log information of the work of the modem by clicking a start button, the cache area is automatically refreshed, the log file generated by the log information is stored in a local designated directory, wherein the designated directory can be set according to the user requirement, and the configuration is not limited.
Further, when the stop button is clicked, the application tool is called to stop grabbing the log information of the modem, the cache area is automatically refreshed, the grabbed log files are saved to the directory of the designated path, and the format conversion tool is called to convert the etl type log files into readable file formats. By way of example, the etl type log file can be converted into a qmdl type file which can be directly read by the QCAT, and the content of the log file can be directly read without additional format conversion operation by a user. After the format conversion of the log file is completed, the current time of the system is read, renaming is carried out on the generated etl and the log file after the format conversion, and the phenomenon that the log files grabbed at different times are covered due to the fact that the names are the same is avoided. For example, log files before and after conversion may be named diag_20190503-xxx.etl and diag_20190503-xxx.qmdl, respectively.
After log file grabbing is finished, a reset button is clicked, and the environment can be set to be a system default value.
Further, when the application tool is used for grabbing log files, attribute values of the TransportType need to be displayed back each time the button is clicked, the application tool can be used for grabbing log files only when the TransportType=0, otherwise 'run error' is displayed for error reporting, and the operation ensures that the grabbed log files are saved in the local area.
According to the log file grabbing tool provided by the embodiment of the invention, a user can save the modem log file to the local place by performing simple operation on the program interface, and the readable version of the log file is directly obtained through the format conversion tool, so that the storing and reading processes of the modem log file in the prior art are greatly simplified.
Example III
Fig. 4 is a schematic structural diagram of a log file processing device according to a third embodiment of the present invention. Referring to fig. 4, the processing device for log files provided by the embodiment of the present invention includes: a storage module 210 and a target format conversion module 220.
The storage module 210 is configured to store the grabbed modem log file locally.
The format conversion module 220 is configured to perform format conversion on the modem log file stored locally, so as to obtain a readable version of the log file.
According to the technical scheme, the captured modem log file is stored locally, and format conversion is carried out on the modem log file stored locally, so that a readable version of the log file is obtained. The method has the advantages that the modem log files are directly stored locally, so that the storage mode of the modem log files is simplified, the modem log files stored locally are directly converted into the file format of a readable version, a user can conveniently read the grabbed log files, and the convenience in processing the modem log files is further improved.
On the basis of the embodiment, the device further comprises a configuration file loading module, a storage mode setting module and a system restarting module.
The system comprises a configuration file loading module, a configuration file loading module and a configuration file loading module, wherein the configuration file loading module is used for loading a configuration file, and the configuration file is used for grabbing a modem log file.
And the storage mode setting module is used for setting the storage mode of the modem log file in the configuration file to be saved to the local.
And the system restarting module is used for storing the grabbed modem log file to the local.
Based on the above embodiment, the storage module 210 is specifically configured to: responding to a starting instruction triggered by a user, and grabbing a modem log file according to the configuration file; and storing the grabbed modem log file to the local according to the attribute value of the storage interface.
On the basis of the above embodiment, the storage module 220 is specifically further configured to: and setting the attribute value of the storage interface in the registry key of the modem log file so as to set the storage mode of the grabbed modem log file to be saved to the local.
Based on the above embodiment, the format conversion module 220 is specifically configured to: and carrying out format conversion on the locally stored modem log file through a format conversion tool to obtain a readable version of the log file.
On the basis of the above embodiment, the apparatus further includes a renaming module, configured to rename the modem log files before and after format conversion according to the time nodes after format conversion, respectively, so as to distinguish the modem log files grabbed by different time nodes.
The log file processing device provided by the embodiment of the invention can execute the log file processing method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example IV
Fig. 5 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention. Fig. 5 shows a block diagram of an exemplary device 12 suitable for use in implementing embodiments of the present invention. The device 12 shown in fig. 5 is merely an example and should not be construed as limiting the functionality and scope of use of embodiments of the present invention.
As shown in fig. 5, device 12 is in the form of a general purpose computing device. Components of device 12 may include, but are not limited to: one or more processors 16 or processing units, a system memory device 28, a bus 18 that connects the various system components, including the system memory device 28 and the processor 416.
Bus 18 represents one or more of several types of bus structures, including a memory device bus or memory device controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, micro channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 12 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The storage 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 30 and/or cache memory 32. Device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, commonly referred to as a "hard disk drive"). Although not shown in fig. 5, a magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be coupled to bus 18 through one or more data medium interfaces. The storage device 28 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of the embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in storage 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 42 generally perform the functions and/or methods of the embodiments described herein.
Device 12 may also communicate with one or more external device 14 (e.g., keyboard, pointing device) displays 24, etc., as well as with one or more devices that enable a user to interact with device 12, and/or with any device (e.g., network card, modem, etc.) that enables device 12 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 22. Also, device 12 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network, such as the Internet, via network adapter 20. As shown, network adapter 20 communicates with other modules of device 12 over bus 18. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with device 12, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
The processor 16 executes various functional applications and data processing by running programs stored in the system memory 28, for example, implementing the log file processing method provided by the embodiment of the present invention.
Example five
The fifth embodiment of the present invention also provides a storage medium containing computer executable instructions, which when executed by a computer processor, are used to execute a method for processing a log file, and the method is applied to a windows development environment, and the method includes:
storing the grabbed modem log file to a local place;
and performing format conversion on the modem log file stored in the local area to obtain a readable version of the log file.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present invention is not limited to the method operations described above, and may also perform the related operations in the log file processing method provided in any embodiment of the present invention.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a terminal, a network device, etc.) to execute the method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the log file processing apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above-mentioned division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.
Claims (8)
1. The method for processing the log file is characterized by being applied to a windows development environment, and comprises the following steps:
loading a configuration file, wherein the configuration file is used for grabbing a modem log file;
setting a storage mode of the modem log file in the configuration file to be stored locally;
the setting the storage mode of the modem log file in the configuration file to be stored locally includes: setting an attribute value of a storage interface in a registry key of the modem log file so as to set a storage mode of the grabbed modem log file to be stored locally;
restarting the system to store the grabbed modem log file to the local;
storing the grabbed modem log file to a local place;
and performing format conversion on the modem log file stored in the local area to obtain a readable version of the log file.
2. The method of claim 1, wherein storing the crawled modem log file locally comprises:
responding to a starting instruction triggered by a user, and grabbing a modem log file according to the configuration file;
and storing the grabbed modem log file to the local according to the attribute value of the storage interface.
3. The method of claim 1, wherein the format converting the locally stored modem log file to a readable version of the log file comprises:
and carrying out format conversion on the locally stored modem log file through a format conversion tool to obtain a readable version of the log file.
4. The method of claim 1, further comprising, after said format converting the locally stored modem log file to a readable version of the log file:
renaming the modem log files before and after format conversion according to the time nodes after format conversion to distinguish the modem log files grabbed by different time nodes.
5. A log file processing apparatus configured in a windows development environment, the apparatus comprising:
the loading module is used for loading a configuration file, and the configuration file is used for grabbing a modem log file;
the setting module is used for setting the storage mode of the modem log file in the configuration file to be stored locally;
the setting module is specifically configured to set an attribute value of a storage interface in the registry key of the modem log file, so as to set a storage mode of the grabbed modem log file to be saved to a local;
the restarting module is used for restarting the system so as to store the grabbed modem log file to the local;
the storage module is used for storing the grabbed modem log file to the local;
and the format conversion module is used for carrying out format conversion on the modem log file stored in the local area to obtain a readable version of the log file.
6. The apparatus of claim 5, wherein the apparatus further comprises:
and the renaming module is used for renaming the modem log files before and after format conversion according to the time nodes after format conversion so as to distinguish the modem log files grabbed by different time nodes.
7. A log file processing apparatus, the apparatus comprising:
one or more processors;
a storage means for storing one or more programs;
when executed by the one or more processors, causes the one or more processors to implement the method of processing log files of any of claims 1-4.
8. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements a method of processing a log file according to any of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911106807.2A CN110851332B (en) | 2019-11-13 | 2019-11-13 | Log file processing method, device, equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911106807.2A CN110851332B (en) | 2019-11-13 | 2019-11-13 | Log file processing method, device, equipment and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110851332A CN110851332A (en) | 2020-02-28 |
CN110851332B true CN110851332B (en) | 2023-09-26 |
Family
ID=69601825
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911106807.2A Active CN110851332B (en) | 2019-11-13 | 2019-11-13 | Log file processing method, device, equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110851332B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112748885B (en) * | 2021-01-18 | 2023-01-17 | 联想(北京)有限公司 | Information processing method, device, equipment and storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9405755B1 (en) * | 2013-10-03 | 2016-08-02 | Initial State Technologies, Inc. | Apparatus and method for processing log file data |
CN106027307A (en) * | 2016-05-30 | 2016-10-12 | 努比亚技术有限公司 | Device and method for recording logs of modem |
CN109542844A (en) * | 2018-12-03 | 2019-03-29 | 郑州云海信息技术有限公司 | A kind of event log collection method, system and electronic equipment and storage medium |
CN110224858A (en) * | 2019-05-16 | 2019-09-10 | 平安科技(深圳)有限公司 | Alarm method and relevant apparatus based on log |
-
2019
- 2019-11-13 CN CN201911106807.2A patent/CN110851332B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9405755B1 (en) * | 2013-10-03 | 2016-08-02 | Initial State Technologies, Inc. | Apparatus and method for processing log file data |
CN106027307A (en) * | 2016-05-30 | 2016-10-12 | 努比亚技术有限公司 | Device and method for recording logs of modem |
CN109542844A (en) * | 2018-12-03 | 2019-03-29 | 郑州云海信息技术有限公司 | A kind of event log collection method, system and electronic equipment and storage medium |
CN110224858A (en) * | 2019-05-16 | 2019-09-10 | 平安科技(深圳)有限公司 | Alarm method and relevant apparatus based on log |
Also Published As
Publication number | Publication date |
---|---|
CN110851332A (en) | 2020-02-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102525502B1 (en) | Method and apparatus for storing auto-drive test data, electronic device, storage medium and program | |
CN110457277B (en) | Service processing performance analysis method, device, equipment and storage medium | |
EP2880537B1 (en) | Function evaluation using lightweight process snapshots | |
US8856742B2 (en) | Distributed debugging | |
US9063766B2 (en) | System and method of manipulating virtual machine recordings for high-level execution and replay | |
CN109471851B (en) | Data processing method, device, server and storage medium | |
US8797338B2 (en) | Platform agnostic screen capture tool | |
US7353498B2 (en) | Multi-process debugger | |
WO2015131804A1 (en) | Call stack relationship acquiring method and apparatus | |
CN111538659B (en) | Interface testing method, system, electronic equipment and storage medium of business scene | |
US20130205280A1 (en) | Debugging code visually on a canvas | |
CN111177113A (en) | Data migration method and device, computer equipment and storage medium | |
US20080134062A1 (en) | Method and apparatus for obtaining user interface information from executable program code | |
US8683448B2 (en) | Protecting integrity of breakpoints in a software debugger | |
CN110597704B (en) | Pressure test method, device, server and medium for application program | |
US9122791B2 (en) | Identifying a storage location for a storage address requested during debugging | |
CN110851332B (en) | Log file processing method, device, equipment and medium | |
CN112416762B (en) | API test method and device, equipment and computer readable storage medium | |
CN114490394A (en) | Test range determining method, device, equipment and medium | |
US10997057B2 (en) | Debugging asynchronous functions | |
EP2587380B1 (en) | Runtime environment and method for non-invasive monitoring of software applications | |
CN117112522A (en) | Concurrent process log management method, device, equipment and storage medium | |
CN115374074A (en) | Log processing method and device, storage medium and electronic equipment | |
US8327338B2 (en) | Overlay identification of data processing target structure | |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |