CN111930703A - Automatic log file capturing method and device and computer equipment - Google Patents

Automatic log file capturing method and device and computer equipment Download PDF

Info

Publication number
CN111930703A
CN111930703A CN202010844710.8A CN202010844710A CN111930703A CN 111930703 A CN111930703 A CN 111930703A CN 202010844710 A CN202010844710 A CN 202010844710A CN 111930703 A CN111930703 A CN 111930703A
Authority
CN
China
Prior art keywords
log
log file
preset
script
grabbing
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
CN202010844710.8A
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN202010844710.8A priority Critical patent/CN111930703A/en
Priority to PCT/CN2020/125556 priority patent/WO2022036865A1/en
Publication of CN111930703A publication Critical patent/CN111930703A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations

Abstract

The invention provides a method and a device for automatically capturing log files and computer equipment, wherein the method for automatically capturing the log files comprises the following steps: when a preset type log grabbing instruction is received, starting a corresponding log grabbing script; when the preset type log is generated, writing the preset type log into a log file of a preset storage space through the log capturing script; and after receiving the command of stopping grabbing, closing the log grabbing script. The automatic capture method of the log files can timely acquire the log files required in the computer equipment so as to timely locate and analyze problems and improve the experience degree of users.

Description

Automatic log file capturing method and device and computer equipment
Technical Field
The invention relates to the field of computers, in particular to a log file automatic capture method and device, computer equipment and a readable storage medium.
Background
The coupling degree between various software modules in the operating system of the computer device is higher and higher, and the interaction between various software modules is more and more frequent, so that some problems often occur, therefore, a log generation module is arranged in the computer device so as to record the time or messages and the like of the operating system of the computer device in the running process. However, logs generated after problems occur often cannot be stored well, or positioning and analysis of the problems are difficult to perform after a long time, so that the experience of customers is affected.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for automatically capturing a log file, a computer device, and a readable storage medium, and a log file required in the computer device is timely obtained, so as to locate and analyze the problem in time, and improve the user experience.
In order to achieve the purpose, the invention adopts the following technical scheme:
a log file automatic grabbing method comprises the following steps:
when a preset type log grabbing instruction is received, starting a corresponding log grabbing script;
when the preset type log is generated, writing the preset type log into a log file of a preset storage space through the log capturing script;
and after receiving the command of stopping grabbing, closing the log grabbing script.
Preferably, in the automatic log file capture method, the preset type log includes at least one log selected from an error log, an access log, a message log, a warning log, and a debug log.
Preferably, in the method for automatically capturing a log file, writing the log of the preset type into the log file of a preset storage space through the log capture script includes:
obtaining the size information of the log file, and if the size of the log file is lower than a preset value, continuously writing the preset type log into the log file;
and if the size of the log file is larger than or equal to the preset value, creating a new log file in the preset storage space, and writing the subsequent log of the preset type into the new log file.
Preferably, the log file automatic fetching method further includes:
before a new log file is established in the preset storage space, judging whether the number of the log files in the preset storage space is larger than a preset number, and if so, deleting the log file with the earliest establishment date.
Preferably, in the automatic log file capture method, the preset storage space includes a preset partition of an internal storage space of the device and/or an external storage space connected to the device in advance.
Preferably, the log file automatic fetching method further includes:
transmitting the log file to an after-sale server;
and receiving an upgrade package based on the log file and sent by the after-sale server, and operating the upgrade package.
Preferably, the log file automatic fetching method further includes:
and after the preset problem log is reproduced, closing the log capture script.
The invention also provides an automatic capture device for log files, which comprises:
the log capturing script starting module is used for starting a corresponding log capturing script when a preset log capturing instruction is received;
the log file writing module is used for writing the preset type log into a log file of a preset storage space through the log capturing script whenever the preset type log is generated;
and the grabbing script closing module is used for closing the log grabbing script after receiving the grabbing stopping instruction.
The invention also provides computer equipment, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor runs the computer program to enable the computer equipment to execute the automatic log file capturing method.
The invention also provides a readable storage medium, which stores a computer program, and the computer program executes the automatic log file capturing method when running on a processor.
The invention provides an automatic capture method of a log file, which comprises the following steps: when a preset type log grabbing instruction is received, starting a corresponding log grabbing script; when the preset type log is generated, writing the preset type log into a log file of a preset storage space through the log capturing script; and after receiving the command of stopping grabbing, closing the log grabbing script. The automatic capture method of the log files can timely acquire the log files required in the computer equipment so as to timely locate and analyze problems and improve the experience degree of users.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings required to be used in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention. Like components are numbered similarly in the various figures.
Fig. 1 is a flowchart of an automatic log file capture method according to embodiment 1 of the present invention;
fig. 2 is a flowchart of writing a log file according to embodiment 2 of the present invention;
fig. 3 is a flowchart of another write log file according to embodiment 2 of the present invention;
fig. 4 is a flowchart of an automatic log file capture method according to embodiment 3 of the present invention;
fig. 5 is a flowchart of an automatic log file capture method according to embodiment 4 of the present invention;
fig. 6 is a schematic structural diagram of an automatic log file capture device according to embodiment 5 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Hereinafter, the terms "including", "having", and their derivatives, which may be used in various embodiments of the present invention, are only intended to indicate specific features, numbers, steps, operations, elements, components, or combinations of the foregoing, and should not be construed as first excluding the existence of, or adding to, one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the present invention belong. The terms (such as those defined in commonly used dictionaries) should be interpreted as having a meaning that is consistent with their contextual meaning in the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in various embodiments of the present invention.
Example 1
Fig. 1 is a flowchart of an automatic log file capture method provided in embodiment 1 of the present invention, where the method includes the following steps:
step S11: and when a preset type log grabbing instruction is received, starting a corresponding log grabbing script.
In the embodiment of the invention, the coupling degree among various software modules in the operating system of the computer device is higher and higher, and the interaction among the various software modules is more and more frequent, so that some problems often occur, therefore, a log generation module is arranged in the computer device so as to record the time or messages and the like of the operating system of the computer device in the running process, so that various problems generated by the computer device can be diagnosed, tracked and processed in the following process.
In the embodiment of the invention, log capture scripts of various preset types of logs can be stored in the computer equipment in advance, and a user can input a preset type of log capture instruction to the computer equipment according to requirements so as to start the corresponding log capture script and capture the corresponding log by using the log capture script. For example, a computer device frequently reproduces a same error, and in order to solve the error, a corresponding error log is required, a user may input an error log capture instruction to the computer device to open a corresponding error log capture script to capture the error log of the computer device in real time during the operation process, and after the error is reproduced, the user may close the capture script to obtain a log file generated by the script, so as to analyze corresponding error data. The preset type log comprises at least one log of an error log, an access log, a message log, a warning log and a debugging log.
Step S12: and writing the preset type log into a log file of a preset storage space through the log capturing script whenever the preset type log is generated.
In the embodiment of the invention, when the computer equipment generates a new log with a preset type, the log capturing script can write the log with the preset type into the log file of the preset storage space, so that a user can inquire the corresponding log in the preset storage space. And when the computer equipment has problems, the user can open the capturing script of the corresponding log, upload the corresponding log file to the after-sale server after the problems are reproduced, or inform service personnel to obtain the corresponding log file from a preset space through a remote network so as to solve the problems.
Step S13: and after receiving the command of stopping grabbing, closing the log grabbing script.
In the embodiment of the invention, after the user acquires the corresponding log file and does not need to capture the log of the preset type, the capture stopping instruction can be input to the computer equipment so as to control the computer equipment to close the log capture script.
In an embodiment of the present invention, the computer device includes a mobile terminal, a tablet computer, an intelligent display device, and the like, which is not limited herein. For example, when a problem occurs in the television, the user can open the log capture script corresponding to the problem by using the method steps, then normally run the television to wait for the problem to reappear, and then obtain the corresponding problem log file, so that the problem can be analyzed and solved by using the log file. By the method, the user can acquire the log files required by the computer equipment in time so as to locate and analyze problems in time and improve the experience of the user.
Example 2
Fig. 2 is a flowchart of writing a log file according to embodiment 2 of the present invention, including the following steps:
step S21: and obtaining the size information of the log file, and if the size of the log file is lower than a preset value, continuously writing the preset type log into the log file.
In the embodiment of the invention, before capturing the newly generated preset type log and writing the log into the preset storage space, the size information of the log file needing to be written can be obtained, whether the size of the log file is lower than a preset value or not is judged, and if the size of the log file is lower than the preset value, the preset type log can be continuously written into the log file.
Step S22: and if the size of the log file is larger than or equal to the preset value, creating a new log file in the preset storage space, and writing the subsequent log of the preset type into the new log file.
In the embodiment of the invention, if the size of the log file to be written is larger than or equal to the preset value, a new log file is created in the preset storage space, and the log of the preset type is written into the new log file. I.e. the size of the log file is defined and the size can be set by the user.
Fig. 3 is a flowchart of another write log file according to embodiment 2 of the present invention, which further includes the following steps:
step S23: before a new log file is established in the preset storage space, judging whether the number of the log files in the preset storage space is larger than a preset number, and if so, deleting the log file with the earliest establishment date.
In the embodiment of the invention, the number of the log files in the preset storage space can also be limited, and when the number of the log files reaches the upper limit, the log file with the earliest establishing date is deleted after a new log file is established. The size of the preset storage space can be limited by limiting the size and the number of the log files, and the situation that the preset storage space occupies resources of the computer equipment due to the fact that the preset storage space is too large is avoided.
Example 3
Fig. 4 is a flowchart of an automatic log file capture method provided in embodiment 3 of the present invention, where the method includes the following steps:
step S41: and when a preset type log grabbing instruction is received, starting a corresponding log grabbing script.
This step is identical to step S11 described above, and will not be described herein again.
Step S42: and writing the preset type log into a log file of a preset storage space through the log capturing script whenever the preset type log is generated.
This step is identical to step S12 described above, and will not be described herein again.
Step S43: and after receiving the command of stopping grabbing, closing the log grabbing script.
This step is identical to step S13 described above, and will not be described herein again.
Step S44: and transmitting the log file to an after-sale server.
Step S45: and receiving an upgrade package based on the log file and sent by the after-sale server, and operating the upgrade package.
In the embodiment of the invention, after the log file is generated, the log file can be sent to the after-sale server, so that a worker at the after-sale server can monitor the operation condition of the computer equipment according to the log file, and can analyze the problem and generate a corresponding upgrade package according to the log file when finding the problem of the computer equipment. And the computer equipment can also receive an upgrade package of the after-sale service terminal based on the log file, and correspondingly upgrade to solve the problem of recurrence of the computer equipment during operation.
Example 4
Fig. 5 is a flowchart of an automatic log file capture method according to embodiment 4 of the present invention, where the method includes the following steps:
step S51: and when a preset type log grabbing instruction is received, starting a corresponding log grabbing script.
This step is identical to step S11 described above, and will not be described herein again.
Step S52: and writing the preset type log into a log file of a preset storage space through the log capturing script whenever the preset type log is generated.
This step is identical to step S12 described above, and will not be described herein again.
Step S53: and after receiving the command of stopping grabbing, closing the log grabbing script.
This step is identical to step S13 described above, and will not be described herein again.
Step S54: and after the preset problem log is reproduced, closing the log capture script.
In the embodiment of the invention, a user can correspondingly set a preset problem log after a problem occurs in the computer equipment, for example, when the computer equipment has an error, the log generated by the error can be set as the preset problem log, after the preset problem log reappears, the preset problem log is captured and written into a log file, and the log capturing script is closed, so that the log capturing script is prevented from occupying computer equipment resources after being operated for a long time.
Example 5
Fig. 6 is a schematic structural diagram of an automatic log file capture device according to embodiment 5 of the present invention.
The log file automatic grabbing apparatus 600 includes:
the capture script starting module 610 is configured to start a corresponding log capture script when a preset type log capture instruction is received;
a log file writing module 620, configured to write the preset type log into a log file in a preset storage space through the log capture script whenever the preset type log is generated;
and the capture script closing module 630 is configured to close the log capture script after receiving the capture stop instruction.
In the embodiment of the present invention, for more detailed description of functions of the modules, reference may be made to contents of corresponding parts in the foregoing embodiment, which are not described herein again.
In addition, the invention also provides a computer device, which comprises a memory and a processor, wherein the memory can be used for storing a computer program, and the processor enables the computer device to execute the functions of the method or the modules in the log file automatic grabbing device by running the computer program.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the computer device, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The present embodiment also provides a readable storage medium for storing a computer program used in the computer device described above.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An automatic log file capturing method is characterized by comprising the following steps:
when a preset type log grabbing instruction is received, starting a corresponding log grabbing script;
when the preset type log is generated, writing the preset type log into a log file of a preset storage space through the log capturing script;
and after receiving the command of stopping grabbing, closing the log grabbing script.
2. The method according to claim 1, wherein the predetermined type log includes at least one of an error log, an access log, a message log, a warning log, and a debug log.
3. The method for automatically capturing the log file according to claim 1, wherein the writing the log of the preset type into the log file of a preset storage space by the log capture script comprises:
obtaining the size information of the log file, and if the size of the log file is lower than a preset value, continuously writing the preset type log into the log file;
and if the size of the log file is larger than or equal to the preset value, creating a new log file in the preset storage space, and writing the subsequent log of the preset type into the new log file.
4. The log file automatic crawling method according to claim 3, further comprising:
before a new log file is established in the preset storage space, judging whether the number of the log files in the preset storage space is larger than a preset number, and if so, deleting the log file with the earliest establishment date.
5. The automatic log file grabbing method according to claim 1, wherein the preset storage space comprises a preset partition of an internal storage space of a device and/or an external storage space which is connected with the device in advance.
6. The log file automatic crawling method according to claim 1, further comprising:
transmitting the log file to an after-sale server;
and receiving an upgrade package based on the log file and sent by the after-sale server, and operating the upgrade package.
7. The log file automatic crawling method according to claim 1, further comprising:
and after the preset problem log is reproduced, closing the log capture script.
8. An automatic log file grabbing device is characterized by comprising:
the log capturing script starting module is used for starting a corresponding log capturing script when a preset log capturing instruction is received;
the log file writing module is used for writing the preset type log into a log file of a preset storage space through the log capturing script whenever the preset type log is generated;
and the grabbing script closing module is used for closing the log grabbing script after receiving the grabbing stopping instruction.
9. A computer device comprising a memory storing a computer program and a processor executing the computer program to cause the computer device to execute the log file automatic crawling method according to any one of claims 1 to 7.
10. A readable storage medium, characterized in that it stores a computer program which, when run on a processor, performs the log file automatic crawling method of any one of claims 1 to 7.
CN202010844710.8A 2020-08-20 2020-08-20 Automatic log file capturing method and device and computer equipment Pending CN111930703A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010844710.8A CN111930703A (en) 2020-08-20 2020-08-20 Automatic log file capturing method and device and computer equipment
PCT/CN2020/125556 WO2022036865A1 (en) 2020-08-20 2020-10-30 Method and apparatus for automatically capturing log file, and computer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010844710.8A CN111930703A (en) 2020-08-20 2020-08-20 Automatic log file capturing method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN111930703A true CN111930703A (en) 2020-11-13

Family

ID=73304919

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010844710.8A Pending CN111930703A (en) 2020-08-20 2020-08-20 Automatic log file capturing method and device and computer equipment

Country Status (2)

Country Link
CN (1) CN111930703A (en)
WO (1) WO2022036865A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113900903A (en) * 2021-10-27 2022-01-07 深圳星火半导体科技有限公司 Log storage device, log retrieving method and storage medium
CN115190189A (en) * 2022-07-08 2022-10-14 中国银行股份有限公司 Message information processing method and device
CN115190009A (en) * 2021-03-22 2022-10-14 广州汽车集团股份有限公司 Vehicle-mounted multimedia part log export method and system and storage medium
CN117130808A (en) * 2023-02-22 2023-11-28 荣耀终端有限公司 Log acquisition method and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678089A (en) * 2012-09-20 2014-03-26 北京南车时代信息技术有限公司 Log output method and system for distributed software system
CN103778049A (en) * 2012-10-19 2014-05-07 北京市三希电子科技开发公司 Embedded system development log system
CN107766219A (en) * 2017-10-30 2018-03-06 郑州云海信息技术有限公司 Automated testing log collection method, system, equipment and computer memory device
CN110457258A (en) * 2019-08-06 2019-11-15 北京字节跳动网络技术有限公司 A kind of blog management method, device, equipment and medium
CN111475379A (en) * 2020-03-27 2020-07-31 苏州浪潮智能科技有限公司 Log processing method and device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103678089A (en) * 2012-09-20 2014-03-26 北京南车时代信息技术有限公司 Log output method and system for distributed software system
CN103778049A (en) * 2012-10-19 2014-05-07 北京市三希电子科技开发公司 Embedded system development log system
CN107766219A (en) * 2017-10-30 2018-03-06 郑州云海信息技术有限公司 Automated testing log collection method, system, equipment and computer memory device
CN110457258A (en) * 2019-08-06 2019-11-15 北京字节跳动网络技术有限公司 A kind of blog management method, device, equipment and medium
CN111475379A (en) * 2020-03-27 2020-07-31 苏州浪潮智能科技有限公司 Log processing method and device, electronic equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115190009A (en) * 2021-03-22 2022-10-14 广州汽车集团股份有限公司 Vehicle-mounted multimedia part log export method and system and storage medium
CN115190009B (en) * 2021-03-22 2024-03-19 广州汽车集团股份有限公司 Vehicle-mounted multimedia part log export method and system and storage medium
CN113900903A (en) * 2021-10-27 2022-01-07 深圳星火半导体科技有限公司 Log storage device, log retrieving method and storage medium
CN113900903B (en) * 2021-10-27 2023-06-16 深圳星火半导体科技有限公司 Log storage device, log capturing method and storage medium
CN115190189A (en) * 2022-07-08 2022-10-14 中国银行股份有限公司 Message information processing method and device
CN117130808A (en) * 2023-02-22 2023-11-28 荣耀终端有限公司 Log acquisition method and electronic equipment

Also Published As

Publication number Publication date
WO2022036865A1 (en) 2022-02-24

Similar Documents

Publication Publication Date Title
CN111930703A (en) Automatic log file capturing method and device and computer equipment
US9129058B2 (en) Application monitoring through continuous record and replay
CN108427616B (en) Background program monitoring method and monitoring device
US10698797B2 (en) Mobile application program testing method, server, terminal, and storage medium
US11188560B2 (en) Synchronizing object in local object storage node
CN109783345B (en) Method and system for testing small program performance
CN108920690B (en) Visual network security audit method and system
KR100985749B1 (en) Automatic-testing system and method for embedded system software and test scenario composing method
CN110347341B (en) Data clearing method and control equipment
CN114077525A (en) Abnormal log processing method and device, terminal equipment, cloud server and system
CN109783316B (en) Method and device for identifying tampering behavior of system security log, storage medium and computer equipment
CN108874441B (en) Board card configuration method, device, server and storage medium
US11294746B2 (en) Extracting moving image data from an error log included in an operational log of a terminal
CN109542754B (en) Access method of mobile equipment, debugging method, device and system of application program
CN109408345A (en) Operate replay method, device, computer equipment and storage medium
US9232420B1 (en) Automated network testing using in-progress call detail records
CN108647284B (en) Method and device for recording user behavior, medium and computing equipment
WO2021012741A1 (en) Abnormal front-end operation reminder method based on experience library and related device
US10831634B1 (en) Replication of user interface events
CN111552618A (en) Method and device for collecting logs
CN110837467A (en) Software testing method, device and system
CN113535029A (en) Operation recording method, terminal, computer device and computer-readable storage medium
CN110806981B (en) Application program testing method, device, equipment and storage medium
CN103778048A (en) Mobile terminal test method and system
RU2671999C1 (en) Method and system for diagnostics of mobile computer devices

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