CN113961380A - Cross-application repair method, device, equipment and storage medium - Google Patents

Cross-application repair method, device, equipment and storage medium Download PDF

Info

Publication number
CN113961380A
CN113961380A CN202010697581.4A CN202010697581A CN113961380A CN 113961380 A CN113961380 A CN 113961380A CN 202010697581 A CN202010697581 A CN 202010697581A CN 113961380 A CN113961380 A CN 113961380A
Authority
CN
China
Prior art keywords
target
application program
repaired
application
patch package
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
CN202010697581.4A
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202010697581.4A priority Critical patent/CN113961380A/en
Publication of CN113961380A publication Critical patent/CN113961380A/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/0793Remedial or corrective actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates

Abstract

The application discloses a method, a device, equipment and a storage medium for cross-application repair, which are used in the field of terminal technology application. The method comprises the following steps: when the application program to be repaired crashes, a target crash log is generated; acquiring a target patch package through a target application program; storing the target patch package to a target storage area through the target application program; acquiring a target patch package from a target storage area through an application program to be repaired; and repairing the application program to be repaired through the target patch package. The method and the device are used for acquiring the generated target patch package through the target application program when the application program to be repaired is seriously crashed and storing the generated target patch package to the target storage area which can be accessed by the application program to be repaired, so that the application program to be repaired is repaired in time, and the repairing efficiency of the application program is improved.

Description

Cross-application repair method, device, equipment and storage medium
Technical Field
The present application relates to the field of terminal technology application, and in particular, to a method, an apparatus, a device, and a storage medium for cross-application repair.
Background
With the development of science and technology, terminal devices have an indispensable use in the life of people, each terminal device is installed with various application programs, and when an application program crashes (crash), for example, a messy code display occurs when a user clicks to enter the application program, or a page fault occurs, the crashed application program needs to be repaired in time, so as to ensure the execution of a function corresponding to the application program.
At present, when an application program crashes, a terminal device generates a crash log based on the crashed application program, then uploads the crash log to a server of an application program developer, and the application program developer finds out a crash reason based on the crash log so as to generate a patch package, then configures the patch package to a management background, and downloads the patch package when entering the application program again, thereby completing the repair of the application program. Secondly, when the application program is seriously crashed, for example, the application program cannot be accessed by repeatedly clicking, or the application program is flashed back after being accessed, the version of the application program needs to be updated by an application program developer, so that the application program is repaired.
However, when the application program is seriously crashed, the user cannot download the patch package, and the version update of the application program requires a long time period, so that the application program cannot be repaired in time, and the repair efficiency of the application program is reduced.
Disclosure of Invention
The embodiment of the application across repair method, device, equipment and storage medium is used for acquiring a generated target patch package through a target application program when the application program to be repaired is seriously crashed, and storing the generated target patch package to a target storage area which can be accessed by the application program to be repaired, so that the application program to be repaired is repaired in time, and the repair efficiency of the application program is improved.
In view of the above, an aspect of the present application provides a method for cross-application repair, including:
when the application program to be repaired crashes, a target crash log is generated;
obtaining a target patch package through a target application program, wherein the target patch package is generated according to a target crash log;
storing the target patch package to a target storage area through the target application program, wherein the target storage area can be accessed by the application program to be repaired and the target application program;
acquiring a target patch package from a target storage area through an application program to be repaired;
and repairing the application program to be repaired through the target patch package.
Another aspect of the present application provides a cross-application repair apparatus, including:
the generating module is used for generating a target crash log when the application program to be repaired crashes;
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a target patch package through a target application program, and the target patch package is generated according to a target crash log;
the storage module is used for storing the target patch package into a target storage area through the target application program, wherein the target storage area can be accessed by the application program to be repaired and the target application program;
the acquisition module is also used for acquiring a target patch package from the target storage area through the application program to be repaired;
and the repairing module is used for repairing the application program to be repaired through the target patch package.
In one possible design, in one implementation of another aspect of the embodiments of the present application, the cross-application repair device further includes a detection module and an initiation module,
the detection module is used for detecting the starting operation aiming at the application program to be repaired before the target crash log is generated by the generation module;
the generating module is also used for generating an application program starting instruction to be repaired based on the starting operation;
and the starting module is used for responding to the starting instruction of the application program to be repaired and starting the application program to be repaired.
In one possible design, in another implementation of another aspect of an embodiment of the present application,
the acquisition module is specifically used for acquiring a target identifier of the application program to be repaired through the target application program;
determining, by the target application, a target crash log based on the target identification;
determining a target crash type by the target application based on the target crash log;
and acquiring the target patch package through the target application program based on the target crash type.
In one possible design, in another implementation of another aspect of an embodiment of the present application,
the acquisition module is specifically used for acquiring the target patch package from the server through the target application program;
or the like, or, alternatively,
and acquiring the target patch package from the application platform through the target application.
In one possible design, in another implementation of another aspect of the embodiment of the present application, the cross-application repair apparatus further includes a determination module and a processing module,
the determining module is used for determining the target storage area through the application program to be repaired and the target application program before the storage module stores the target patch package into the target storage area through the target application program;
and the processing module is used for encrypting the target storage area, wherein the encryption processing determines an encryption protocol for the application program to be repaired and the target application program.
In one possible design, in another implementation of another aspect of an embodiment of the present application,
the storage module is specifically used for accessing a target storage area through a target application program;
and when the target application program meets the encryption protocol, storing the target patch package in the target storage area.
In one possible design, in another implementation of another aspect of an embodiment of the present application,
the acquisition module is specifically used for detecting starting operation aiming at the application program to be repaired;
generating an application program starting instruction to be repaired based on the starting operation;
responding to an application program starting instruction to be repaired, and starting the application program to be repaired;
accessing a target storage area through an application program to be repaired;
and when the application program to be repaired meets the encryption protocol, acquiring a target patch package from the target storage area.
Another aspect of the present application provides a computer-readable storage medium having stored therein instructions, which when executed on a computer, cause the computer to perform the method of the above-described aspects.
Another aspect of the application provides a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method provided in the various alternative implementations of the aspects described above.
According to the technical scheme, the embodiment of the application has the following advantages:
in the embodiment of the application, a cross-application repair method is provided, wherein when an application program to be repaired crashes, a target crash log is generated, a target patch package for the crash can be generated according to the target crash log, the target patch package is acquired through the target application program, the target patch package is stored in a target storage area, the target storage area can be accessed by the application program to be repaired and the target application program, the target patch package is acquired from the target storage area through the application program to be repaired, and finally the application program to be repaired is repaired through the target patch package. By the method, when the application program to be repaired is seriously crashed, the target patch package required by the application program to be repaired can be obtained through other applications, and the target patch package is stored in the target storage area which can be accessed by the target application program, so that the target application program can obtain the target patch package from the target storage area and repair the application program to be repaired in time, and the repairing efficiency of the application program is improved.
Drawings
FIG. 1 is a schematic diagram of an architecture of a cross-application repair system according to an embodiment of the present application;
FIG. 2 is a schematic diagram of an embodiment of a method for cross-application repair in an embodiment of the present application;
FIG. 3 is a schematic diagram of an embodiment of a cross-application repair apparatus in an embodiment of the present application;
fig. 4 is a schematic diagram of an embodiment of a terminal device in the embodiment of the present application.
Detailed Description
The embodiment of the application across repair method, device, equipment and storage medium is used for acquiring a generated target patch package through a target application program when the application program to be repaired is seriously crashed, and storing the generated target patch package to a target storage area which can be accessed by the application program to be repaired, so that the application program to be repaired is repaired in time, and the repair efficiency of the application program is improved.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "corresponding" and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
With the development of science and technology, terminal devices have an indispensable use in the life of people, and each terminal device is installed with various application programs, and when a user is using an application program but the application program is broken down, the broken-down application program needs to be repaired in time so as to ensure the execution of the function corresponding to the application program. Therefore, the cross-application repair method provided by the embodiment of the application can be applied to a scene of application crash, for example, a messy code display occurs when an application program enters, a page error occurs when the application program enters, or an application program flashes back, and the like, and specific crash application scenes are not exhaustive here.
Therefore, in order to improve the repair efficiency of the application program in the foregoing scenario, the present application provides a method for cross-application repair, where the method is applied to a cross-application repair system shown in fig. 1, please refer to fig. 1, where fig. 1 is an architecture diagram of the cross-application repair system in the embodiment of the present application, as shown in the figure, the cross-application repair system includes a server and a terminal device, and the application program is deployed on the terminal device. The server related to the application can be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and can also be a cloud server providing basic cloud computing services such as cloud service, a cloud database, cloud computing, a cloud function, cloud storage, Network service, cloud communication, middleware service, domain name service, safety service, Content Delivery Network (CDN), big data and an artificial intelligence platform. The terminal device may be a smart phone, a tablet computer, a notebook computer, a palm computer, a personal computer, etc., but is not limited thereto.
Specifically, both the application a and the application B are deployed in the terminal device, and an example is described as that when the application a is severely crashed (enters into application flash), when a user needs to use the application a, the user first operates an application interface corresponding to the application a, and generates a start instruction corresponding to the application a based on the operation, then the terminal device starts the application a needed by the user in response to the start instruction, when a flash quit occurs after the application a is started, the terminal device generates a crash log based on the crash and sends the crash log to a corresponding server, a developer of the application a can obtain the crash log through the server, find a crash reason based on the crash log, and generate a patch package, since the flash quit occurs after the application a is started, therefore, the application program a cannot acquire the patch package from the server, at this time, the user may acquire the identifier corresponding to the crash of the application program a through the application program B, determine the target crash log based on the identifier corresponding to the application program a, and then, based on the type of the crash of the target crash log, acquire the patch package corresponding to the application program a from the server through the application program B, then store the patch package in the storage area accessible to the application program a, the user operates the application program interface corresponding to the application program a again, generates the start instruction, and then, accesses the storage area through the application program a to acquire the patch package, so that the terminal device repairs the application program a through the patch package. Through the introduction, the cross-application repairing method provided by the application can acquire the patch package generated by the application program B in the scene and store the patch package to the storage area accessible by the application program A, so that the application program A is repaired in time, and the repairing efficiency of the application program is improved.
Further, in the cross-application repair system, the terminal devices may communicate with each other through a Local Area Network (LAN) or a Wide Area Network (WAN). In one example, when a user logs in to multiple terminal devices using the same account, a smart phone, a tablet computer, a notebook computer, a palm computer, and a personal computer may communicate with each other through a wide area network. In another example, a smart phone, a tablet computer, a notebook computer, a palm computer, and a personal computer of a user are connected to the same router, and at this time, a local area network may be formed among the smart phone, the tablet computer, the notebook computer, the palm computer, and the personal computer, and the routers may implement mutual communication among devices in the local area network. Secondly, the terminal devices can also form a peer-to-peer network (also called as a P2P network) through a wireless communication mode (such as bluetooth, Wi-Fi or ZigBee network). In one example, a user may join a smartphone, tablet, laptop, palmtop, personal computer, all into a Wi-Fi network named "1234". The plurality of terminal devices within the Wi-Fi network form a P2P network. Certainly, a plurality of terminal devices may be interconnected through a cellular network, or a plurality of terminal devices may be interconnected through a switching device (for example, a USB data line or a Dock device), so as to implement a communication function between the plurality of terminal devices, which is not limited in this embodiment of the present invention.
Secondly, the terminal device and the server can communicate with each other through a wireless network, a wired network or a removable storage medium. Wherein the wireless network described above uses standard communication techniques and/or protocols. The wireless Network is typically the Internet (Internet), but may be any Network including, but not limited to, bluetooth, Local Area Network (LAN), Metropolitan Area Network (MAN), Wide Area Network (WAN), mobile, private, or any combination of virtual private networks. In some embodiments, custom or dedicated data communication techniques may be used in place of or in addition to the data communication techniques described above. The removable storage medium may be a Universal Serial Bus (USB) flash drive, a removable hard disk, or other removable storage media, and the application is not limited thereto. Secondly, although only five terminal devices, one lan/internet and one server are shown in fig. 1, it should be understood that the example in fig. 1 is only used for understanding the present solution, and the number of the specific terminal devices, the lan/internet and the servers should be flexibly determined according to the actual situation.
With reference to the above description, a cross-application repair method in the present application will be described below, please refer to fig. 2, where fig. 2 is a schematic diagram of an embodiment of a cross-application repair method in the embodiment of the present application, and as shown in the drawing, an embodiment of a cross-application repair method in the embodiment of the present application includes:
101. when the application program to be repaired is crashed, the terminal equipment generates a target crash log;
in this embodiment, when a user starts an application to be repaired, a crash situation such as a messy code display, a page fault, or a flash back, and no response of the application to be repaired occurs, and the terminal device may generate a target crash log from this, where the crash log describes environment information where the application to be repaired is located when the application to be repaired is ended.
Specifically, after the application to be repaired is crashed, the terminal device stores the reference of a default exception Handler (i.e., the exception log of the Java virtual machine executes a callback function (uncancent exception), converts the parameter of the callback function into a character string, which is exception log stack information, so that the generated target crash log at least includes the exception log stack information corresponding to the application to be repaired when the application to be repaired crashes, and may further include, but is not limited to, the version number of the application to be repaired, user information (e.g., login user name of the application to be repaired), terminal device information (e.g., terminal device identifier, terminal device version number, terminal device model number, etc.), thread information of the current process when the application crashes, and the like, the information included in the specific target crash log needs to be flexibly determined according to the actual situation, and is not limited herein. And then storing the target crash logs into a database table, wherein the terminal equipment reports the target crash logs to the server, so that an application program developer to be repaired can obtain the target crash logs and analyze the crash, thereby generating a target patch package.
It should be understood that the foregoing embodiments are only used for understanding the present solution, and the present embodiment may be applied to any operating system in the terminal device, for example, an apple mobile operating system (iOS), a windows operating system, and the like, where a specific operating system is not limited herein.
102. The terminal equipment acquires a target patch package through a target application program, wherein the target patch package is generated according to a target crash log;
in this embodiment, after the application to be repaired crashes, the terminal device may generate a target crash log through step 101, and report the target crash log to the server, and the application developer to be repaired may generate a target patch package through the target crash log. Since the terminal device is usually deployed with a plurality of applications, since the application to be repaired is crashed, the generated target patch package cannot be acquired from the server or the application platform, and at this time, the target application that is not crashed can be started, and the target patch package is acquired through the target application.
Specifically, the application device is taken as a mobile phone again, and the system is an android system as an example for explanation, after the application program developer to be repaired acquires the target crash log, information about crash, such as abnormal log stack information included in the target crash log, can be acquired, then the information about the crash, such as the abnormal log stack information, is analyzed, and the reason causing the crash is found out, so that a repair package corresponding to the crash is generated, and a target patch package is generated by performing difference calculation on the repair package, and then the server can store the target patch package to the local or upload the target patch package to the application program platform, so that the terminal device can acquire the target patch package through the target application program which is not crashed.
It should be understood that the target application described in this embodiment is an application in which an application to be repaired is deployed in the same terminal device, and the target application may be one application or multiple applications, so that the specific type and number of the target application are not limited in this embodiment, and both need to be determined flexibly according to actual situations and user requirements.
103. The terminal device stores the target patch package to a target storage area through a target application program, wherein the target storage area can be accessed by the application program to be repaired and the target application program;
in this embodiment, after the target patch package is acquired in step 102, the terminal device stores the acquired target patch package in a target storage area in the terminal device through the target application program that is not crashed, and the target storage area may be accessed by the application program to be repaired and the target application program.
104. The terminal equipment acquires a target patch package from a target storage area through an application program to be repaired;
in this embodiment, since the application to be repaired cannot obtain the generated target patch package from the server, and the terminal device stores the target patch package in the target storage area through the target application in step 103, and the target storage area can be accessed by the application to be repaired and the target application, after the target application stores the target patch package in the target storage area, the application to be repaired can obtain the target patch package from the target storage area, and the target patch package does not need to be directly obtained from the server or the application platform.
105. And the terminal equipment repairs the application program to be repaired through the target patch package.
In this embodiment, the terminal device repairs the application to be repaired by using the target patch package obtained in step 104. Specifically, the application to be repaired is again used as the mobile phone, and the system is an android system as an example for explanation, when the application to be repaired is restarted, the target patch package is obtained through step 104, then the dex file of the target patch package and the dex file of the problem installation package when the application to be repaired runs fast are merged into a new dex file, and the new dex file is inserted in front of an agile element (dexElement) array of an agile path list (DexPathList), when the android system loads a class, the previous dex file in the agile element array is preferentially searched, so that when the application to be repaired loads a class through a path class loader (PathClassLoader), the Test class in the dex file of the target patch package is preferentially found, and thus the repair of the application to be repaired is completed.
In the embodiment, a cross-application repair method is provided, where a target crash log is generated when an application program to be repaired crashes, a target patch package for the crash can be generated according to the target crash log, the target patch package is acquired through the target application program, the target patch package is stored in a target storage area, the target storage area can be accessed by the application program to be repaired and the target application program, the target patch package is acquired from the target storage area through the application program to be repaired, and finally the application program to be repaired through the target patch package. By the method, when the application program to be repaired is seriously crashed, the target patch package required by the application program to be repaired can be obtained through other applications, and the target patch package is stored in the target storage area which can be accessed by the target application program, so that the target application program can obtain the target patch package from the target storage area and repair the application program to be repaired in time, and the repairing efficiency of the application program is improved.
Optionally, on the basis of the embodiment corresponding to fig. 2, an optional embodiment provided in the embodiment of the present application is characterized in that, when the application to be repaired crashes, before the terminal device generates the target crash log, the method for repairing across applications may further include the following steps:
the method comprises the steps that terminal equipment detects starting operation aiming at an application program to be repaired;
the terminal equipment generates an application program starting instruction to be repaired based on the starting operation;
and the terminal equipment responds to the application program starting instruction to be repaired and starts the application program to be repaired.
In this embodiment, when a user needs to use an application program to be repaired starting instruction, the user needs to perform a starting operation on an application program interface to be repaired corresponding to the application program to be repaired starting instruction, generate a starting instruction to be repaired corresponding to the application program to be repaired based on the starting operation, and then respond to the starting instruction by the terminal device to start the application program to be repaired starting instruction required by the user.
Specifically, the starting operation may be clicking an area corresponding to the application program to be repaired, double-clicking an area corresponding to the application program to be repaired, and sliding the area corresponding to the application program to be repaired, or may also be voice control, for example, for the voice control, the starting operation may be that the terminal device receives a voice instruction of "starting the application program to be repaired", and the starting operation is not exhaustive here. Further, when the terminal device detects a start operation for the application to be repaired, it may be determined that the user needs to start the application to be repaired, so as to generate an application start instruction to be repaired, and then the application to be repaired is started in response to the application start instruction to be repaired.
In this embodiment, another cross-application repair method is provided, and in the above manner, the terminal device generates a start instruction of the application to be repaired aiming at the start operation of the application to be repaired, and starts the application to be repaired, so that the terminal device can determine whether the application to be repaired crashes, and thus the implementability of the scheme is improved.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an optional embodiment provided in the embodiment of the present application, the obtaining, by the terminal device, the target patch package by using the target application program specifically includes the following steps:
the method comprises the steps that terminal equipment obtains a target identification of an application program to be repaired through a target application program;
the terminal equipment determines a target crash log through a target application program based on the target identifier;
the terminal equipment determines a target crash type through a target application program based on the target crash log;
and the terminal equipment acquires the target patch package through the target application program based on the target crash type.
In this embodiment, when the application program to be repaired crashes, the terminal device may obtain the target identifier of the application program to be repaired through the target application program that does not crash, then determine the target crash log based on the target identifier, then determine the target crash type based on the determined target crash log, and finally obtain the target patch package corresponding to the application program to be repaired based on the target crash type. As can be seen from the foregoing embodiment, after the target crash log is generated, the target crash log is reported to the server, so that the target patch package can be generated, and thus the terminal device can obtain the target patch package from the server or the application platform.
Specifically, the application a crash is taken as an example to explain, when the application a crashes, the application B may obtain an identifier corresponding to the application a, for example, the identifier is "11", a crash log generated by the application a may be determined based on the identifier "11", a target crash type corresponding to the application a crash is determined by the crash log, a target patch package is determined, and then the target patch package is obtained. Or when the application program a crashes, the application program B, the application program C, and the application program D may all obtain the identifier corresponding to the application program a, so as to improve the range of obtaining the identifier, and different application programs may determine the target patch package in the similar manner and obtain the target patch package, thereby improving the efficiency of obtaining the target patch package.
In this embodiment, another cross-application repair method is provided, and in the above manner, the generated target crash log may be determined by the target identifier of the application to be repaired, and the target crash type is determined based on the target crash log, so as to obtain the target patch package, thereby improving the accuracy of obtaining the target patch package.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an optional embodiment provided in the embodiment of the present application, the obtaining, by the terminal device, the target patch package by the target application program may include the following steps:
the terminal equipment acquires a target patch package from the server through a target application program;
or the like, or, alternatively,
and the terminal equipment acquires the target patch package from the application platform through the target application.
In this embodiment, after the terminal device reports the target crash log to the server, the application developer to be repaired may obtain the target crash log and generate the target patch package. And then, the target patch package can be selected to be stored in the server, or the target patch package can be uploaded to the application platform, so that the terminal device can acquire the target patch package from the server through the target application program which is not broken down, or acquire the target patch package from the application platform. It should be understood that, in practical applications, the terminal device may also obtain the target patch package in other manners, which is not limited herein.
In the embodiment, a method for acquiring a target patch package is provided. By the method, the target patch package can be acquired from the server or the application platform, so that the flexibility of acquiring the target patch package is improved, and the flexibility of cross-application repair is improved.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an optional embodiment provided in the embodiment of the present application, before the terminal device stores the target patch package in the target storage area through the target application program, the method for repairing across applications may further include the following steps:
the terminal equipment determines a target storage area through the application program to be repaired and the target application program;
and the terminal equipment encrypts the target storage area, wherein the encryption processing determines an encryption protocol for the application program to be repaired and the target application program.
In this embodiment, the application to be repaired and the target application may jointly determine a target storage area that can provide a common access, where the target storage area is used to store the target patch package, and in order to improve the security of the target storage area, the application to be repaired and the target application determine an encryption protocol and encrypt the target storage area.
Specifically, the determined encryption protocol may be that only the application to be repaired and the target application can access, or determine an access password, or determine an access gesture, or determine an access voice, or the like. Taking encryption processing as an example to determine the access password, if the application to be repaired and the target application determine that the access password is "135002", the application to be repaired or the target application needs to input the correct access password "135002" to access the target storage area. Secondly, explaining by taking encryption processing as another example to determine an access gesture, if the application program to be repaired and the target application program determine that the access gesture is circling on the screen, the application program to be repaired or the target application program accessing the target storage area need to be circling on the screen to access the target storage area. Thirdly, taking encryption processing as another example to determine the access voice, if the access voice of the application to be repaired and the access voice of the target application are "one, two and three haha", then the access voice of the application to be repaired or the target application to the target storage area needs to be input by the user in a voice input mode to access the target storage area. It should be understood that the foregoing examples are only used for understanding the present solution, and the encryption protocol is determined by the user according to the setting of the terminal device, so that the specific encryption protocol needs to be flexibly determined according to the user requirement and the actual situation of the setting.
In this embodiment, another cross-application repair method is provided. Through the mode, the target application program can store the target patch package in the fixed storage area by determining the target storage area, the application program to be repaired can acquire the target patch package from the fixed storage area, the efficiency of acquiring the target patch package is improved, and the cross-application repair efficiency is improved.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an optional embodiment provided in the embodiment of the present application, the storing, by the terminal device, the target patch package in the target storage area through the target application program may include the following steps:
the terminal equipment accesses a target storage area through a target application program;
and when the target application program meets the encryption protocol, the terminal equipment stores the target patch package in the target storage area.
In this embodiment, since the terminal device performs encryption processing on the target storage area, it is necessary to perform verification of the encryption protocol when the target application accesses the target storage area. The target patch package may be stored to the target storage area only if the target application satisfies the encryption protocol.
Specifically, the encryption protocol is taken as an application to be repaired and the target application can access, for example, it is determined that the application to be repaired is application a and the target application is application B and can access the target storage area, when application B requests to access the target storage area, that is, the encryption protocol is satisfied, the target patch package can be stored in the target storage area, and when application C requests to access the target storage area, that is, the encryption protocol is not satisfied. To illustrate using an encryption protocol as an access password as another example, if it is determined that the access password is "135002", the password input when the target application accesses the target storage area is "13502", which does not satisfy the encryption protocol, and the password input when the target application accesses the target storage area is "135002", which satisfies the encryption protocol, the target patch package may be stored in the target storage area.
It should be understood that the foregoing examples are only used for understanding the present solution, and as can be seen from the foregoing embodiments, there may be other ways of encryption protocols, which are not described herein again. Because the encryption protocol is set and determined by the user on the terminal device according to the needs, whether the target application program meets the encryption protocol or not needs to be determined flexibly according to the actual situation of the encryption protocol.
In this embodiment, another cross-application repair method is provided. Through the method, the encryption protocol needs to be verified when the target application program accesses the target storage area, and the target patch package can be stored in the target storage area only when the encryption protocol is met, so that the safety of the target storage area is improved, the safety of the storage of the target patch package is also improved, and the safety of cross-application repair is improved.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an optional embodiment provided in the embodiment of the present application, the obtaining, by the terminal device, the target patch package from the target storage area through the application to be repaired may include the following steps:
the method comprises the steps that terminal equipment detects starting operation aiming at an application program to be repaired;
the terminal equipment generates an application program starting instruction to be repaired based on the starting operation;
the terminal equipment responds to an application program starting instruction to be repaired and starts the application program to be repaired;
the terminal equipment accesses a target storage area through an application program to be repaired;
and when the application program to be repaired meets the encryption protocol, the terminal equipment acquires the target patch package from the target storage area.
In this embodiment, when a user needs to use an application program to be repaired starting instruction, the user needs to perform a starting operation on an application program interface to be repaired corresponding to the application program to be repaired starting instruction, generate a starting instruction to be repaired corresponding to the application program to be repaired based on the starting operation, and then respond to the starting instruction by the terminal device to start the application program to be repaired starting instruction required by the user. Specifically, the starting operation may be clicking the area corresponding to the application program to be repaired, double-clicking the area corresponding to the application program to be repaired, sliding the area corresponding to the application program to be repaired, or voice control.
Further, since the terminal device encrypts the to-be-repaired storage area, the encryption protocol needs to be verified when the to-be-repaired application program accesses the to-be-repaired storage area. The target patch package may be obtained from the target storage area only if the application to be repaired satisfies the encryption protocol. Specifically, the encryption protocol is taken as an application to be repaired and the target application can access, for example, it is determined that the application to be repaired is application a and the target application is application B and can access the target storage area, when application a requests to access the target storage area, that is, the encryption protocol is satisfied, the target patch packet can be obtained from the target storage area, and when application D requests to access the target storage area, that is, the encryption protocol is not satisfied. Taking the encryption protocol as another example for explanation, if it is determined that the access gesture is circling on the screen, and the target application program is circling on the screen when accessing the target storage area, that is, the encryption protocol is satisfied, the target patch package may be obtained from the target storage area, and the target application program is drawing other non-circled graphics on the screen when accessing the target storage area, the encryption protocol is not satisfied, and the target patch package cannot be obtained from the target storage area. Taking an encryption protocol as another example to explain the access voice, if it is determined that the access voice is "one, two and three haha", and a user inputs the voice "one, two and three haha" in a voice input manner when the target application program accesses the target storage area, that is, the encryption protocol is satisfied, the target patch package can be obtained from the target storage area, and when the user inputs the voice in a voice input manner when the target application program accesses the target storage area, the target patch package cannot be obtained from the target storage area because the encryption protocol is not satisfied.
It should be understood that the foregoing examples are only used for understanding the present solution, and as can be seen from the foregoing embodiments, there may be other ways of encryption protocols, which are not described herein again. Because the encryption protocol is set and determined by the user on the terminal device according to the needs, whether the application program to be repaired meets the encryption protocol or not needs to be flexibly determined according to the actual conditions of the encryption protocol.
In this embodiment, another cross-application repair method is provided. Through the method, the encryption protocol needs to be verified when the target storage area to be repaired is accessed, and the target patch package can be obtained from the target storage area only when the encryption protocol is met, so that the safety of obtaining the target patch package is improved, and the safety of cross-application repair is improved.
Referring to fig. 3, fig. 3 is a schematic diagram of an embodiment of a cross-application repair apparatus according to an embodiment of the present application, and as shown in the drawing, the cross-application repair apparatus 20 includes:
the generating module 201 is configured to generate a target crash log when the application to be repaired crashes;
an obtaining module 202, configured to obtain a target patch package through a target application, where the target patch package is generated according to a target crash log;
the storage module 203 is configured to store the target patch package in a target storage area through the target application program, where the target storage area may be accessed by the application program to be repaired and the target application program;
the obtaining module 202 is further configured to obtain a target patch package from the target storage area through the application to be repaired;
and the repairing module 204 is configured to repair the application to be repaired through the target patch package.
Optionally, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair apparatus 20 provided in the embodiment of the present application, the cross-application repair apparatus 20 further includes a detection module 205 and an activation module 206,
the detection module 205 is configured to detect a start operation for the application to be repaired before the generation module generates the target crash log;
the generating module 201 is further configured to generate an application program starting instruction to be repaired based on the starting operation;
the starting module 206 is configured to respond to a to-be-repaired application starting instruction to start the to-be-repaired application.
Alternatively, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair device 20 provided in the embodiment of the present application,
an obtaining module 202, configured to obtain, by a target application, a target identifier of an application to be repaired;
determining, by the target application, a target crash log based on the target identification;
determining a target crash type by the target application based on the target crash log;
and acquiring the target patch package through the target application program based on the target crash type.
Alternatively, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair device 20 provided in the embodiment of the present application,
an obtaining module 202, specifically configured to obtain a target patch package from a server through a target application;
or the like, or, alternatively,
and acquiring the target patch package from the application platform through the target application.
Optionally, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair apparatus 20 provided in the embodiment of the present application, the cross-application repair apparatus 20 further includes a determining module 207 and a processing module 208,
a determining module 207, configured to determine, by the application to be repaired and the target application, a target storage area before the storage module stores the target patch package in the target storage area through the target application;
the processing module 208 is configured to perform encryption processing on the target storage area, where the encryption processing determines an encryption protocol for the application to be repaired and the target application.
Alternatively, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair device 20 provided in the embodiment of the present application,
the storage module 204 is specifically configured to access a target storage area through a target application;
and when the target application program meets the encryption protocol, storing the target patch package in the target storage area.
Alternatively, on the basis of the embodiment corresponding to fig. 3, in another embodiment of the cross-application repair device 20 provided in the embodiment of the present application,
an obtaining module 202, configured to specifically detect a start operation for an application to be repaired;
generating an application program starting instruction to be repaired based on the starting operation;
responding to an application program starting instruction to be repaired, and starting the application program to be repaired;
accessing a target storage area through an application program to be repaired;
and when the application program to be repaired meets the encryption protocol, acquiring a target patch package from the target storage area.
The embodiment of the present application further provides a terminal device, which is a cross-application repair apparatus, as shown in fig. 4, for convenience of description, only a part related to the embodiment of the present application is shown, and details of the specific technology are not disclosed, please refer to a method part in the embodiment of the present application. The terminal device may include but is not limited to any terminal device such as a smart phone, a tablet computer, a notebook computer, a palm computer, and a personal computer, taking the terminal device as a mobile phone as an example:
fig. 4 is a block diagram illustrating a partial structure of a mobile phone related to a terminal device provided in an embodiment of the present application. Referring to fig. 4, as shown, the cellular phone includes: radio Frequency (RF) circuit 310, memory 320, input unit 330, display unit 340, sensor 330, audio circuit 360, wireless fidelity (WiFi) module 370, processor 380, and power supply 390. Those skilled in the art will appreciate that the handset configuration shown in fig. 4 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile phone in detail with reference to fig. 4:
the RF circuit 310 may be used for receiving and transmitting signals during information transmission and reception or during a call, and in particular, receives downlink information of a base station and then processes the received downlink information to the processor 380; in addition, the data for designing uplink is transmitted to the base station. In general, the RF circuit 310 includes, but is not limited to, an antenna, at least one Amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, RF circuit 310 may also communicate with networks and other devices via wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Messaging Service (SMS), and the like.
The memory 320 may be used to store software programs and modules, and the processor 380 executes various functional applications and data processing of the mobile phone by operating the software programs and modules stored in the memory 320. The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store a touch operating system, an application program (such as a sound playing function, an image playing function, etc.) required by at least one function, and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 320 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 input unit 330 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the cellular phone. Specifically, the input unit 330 may include a touch panel 331 and other input devices 332. The touch panel 331, also referred to as a touch screen, can collect touch operations of a user on or near the touch panel 331 (e.g., touch operations of a user on or near the touch panel 331 using any suitable object or accessory such as a finger, a stylus, etc.), and drive corresponding connection devices according to a preset program. Alternatively, the touch panel 331 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch contact operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 380, and can receive and execute commands sent by the processor 380. In addition, the touch panel 331 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 330 may include other input devices 332 in addition to the touch panel 331. In particular, other input devices 332 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a touch-sensitive joystick, and the like.
The display unit 340 may be used to display information input by the user or information provided to the user and various menus of the mobile phone. The Display unit 340 may include a Display panel 341, and optionally, the Display panel 341 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 331 can cover the display panel 341, and when the touch panel 331 detects a touch contact operation on or near the touch panel 331, the touch panel is transmitted to the processor 380 to determine the type of the touch event, and then the processor 380 provides a corresponding visual output on the display panel 341 according to the type of the touch event. Although in fig. 4, the touch panel 331 and the display panel 341 are two independent components to implement the input and output functions of the mobile phone, in some embodiments, the touch panel 331 and the display panel 341 may be integrated to implement the input and output functions of the mobile phone.
The handset may also include at least one sensor 330, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that adjusts the brightness of the display panel 341 according to the brightness of ambient light, and a proximity sensor that turns off the display panel 341 and/or the backlight when the mobile phone is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the mobile phone, further description is omitted here.
Audio circuitry 360, speaker 361, microphone 362 may provide an audio interface between the user and the handset. The audio circuit 360 may transmit the electrical signal converted from the received audio data to the speaker 361, and the audio signal is converted by the speaker 361 and output; on the other hand, the microphone 362 converts the collected sound signals into electrical signals, which are received by the audio circuit 360 and converted into audio data, which are then processed by the audio data output processor 380 and then transmitted to, for example, another cellular phone via the RF circuit 310, or output to the memory 320 for further processing.
WiFi belongs to short-distance wireless transmission technology, and the mobile phone can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 370, and provides wireless broadband internet access for the user. Although fig. 4 shows WiFi module 370, it is understood that it does not belong to the essential component of the handset.
The processor 380 is a control center of the mobile phone, connects various parts of the whole mobile phone by using various interfaces and lines, and performs various functions of the mobile phone and processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory 320, thereby performing overall monitoring of the mobile phone. Optionally, processor 380 may include one or more processing units; preferably, the processor 380 may integrate an application processor, which primarily handles touch operating systems, user interfaces, application programs, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 380.
The handset also includes a power supply 390 (e.g., a battery) for powering the various components, which may preferably be logically connected to the processor 380 via a power management system to manage charging, discharging, and power consumption via the power management system.
Although not shown, the mobile phone may further include a camera, a bluetooth module, etc., which are not described herein.
In this embodiment, the processor 380 included in the terminal device may perform the functions in the foregoing embodiments, which are not described herein again.
An embodiment of the present application further provides a computer-readable storage medium, in which a computer program is stored, and when the computer program runs on a computer, the computer is caused to execute the steps performed by the terminal device in the method described in the foregoing embodiment shown in fig. 2.
An embodiment of the present application further provides a computer program product including a program, which, when running on a computer, causes the computer to perform the steps performed by the terminal device in the method described in the foregoing embodiment shown in fig. 2.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts shown as units may or may not be physical units, may be located in one position, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit 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 application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A method of cross-application repair, comprising:
when the application program to be repaired crashes, a target crash log is generated;
obtaining a target patch package through a target application program, wherein the target patch package is generated according to the target crash log;
storing the target patch package to a target storage area through the target application program, wherein the target storage area can be accessed by the application program to be repaired and the target application program;
acquiring the target patch package from the target storage area through the application program to be repaired;
and repairing the application program to be repaired through the target patch package.
2. The method of claim 1, wherein before generating the target crash log when the application to be repaired crashes, the method further comprises:
detecting a starting operation aiming at the application program to be repaired;
generating an application program starting instruction to be repaired based on the starting operation;
and responding to the application program to be repaired starting instruction, and starting the application program to be repaired.
3. The method as claimed in claim 1, wherein the obtaining of the target patch package by the target application comprises:
acquiring a target identifier of an application program to be repaired through the target application program;
determining, by the target application, the target crash log based on the target identification;
determining, by the target application, a target crash type based on the target crash log;
and acquiring the target patch package through the target application program based on the target crash type.
4. The method as claimed in claim 3, wherein the obtaining of the target patch package by the target application comprises:
acquiring the target patch package from a server through the target application program;
or the like, or, alternatively,
and acquiring the target patch package from an application platform through the target application program.
5. The method as recited in claim 1, wherein prior to storing the target patch package in a target storage area by the target application, the method further comprises:
determining a target storage area through the application program to be repaired and the target application program;
and encrypting the target storage area, wherein the encryption processing determines an encryption protocol for the application program to be repaired and the target application program.
6. The method as claimed in claim 5, wherein the storing the target patch package to a target storage area by the target application comprises:
accessing the target storage area by the target application;
and when the target application program meets the encryption protocol, storing the target patch package in the target storage area.
7. The method according to claim 1, wherein the obtaining, by the application to be repaired, the target patch package from the target storage area comprises:
detecting the starting operation aiming at the application program to be repaired;
generating the application program starting instruction to be repaired based on the starting operation;
responding to the application program to be repaired starting instruction, and starting the application program to be repaired;
accessing the target storage area through the application program to be repaired;
and when the application program to be repaired meets the encryption protocol, acquiring the target patch packet from the target storage area.
8. A cross-application repair apparatus, comprising:
the generating module is used for generating a target crash log when the application program to be repaired crashes;
an obtaining module, configured to obtain a target patch package through a target application program, where the target patch package is generated according to the target crash log;
a storage module, configured to store the target patch package in a target storage area through the target application program, where the target storage area is accessible to the application program to be repaired and the target application program;
the obtaining module is further configured to obtain the target patch package from the target storage area through the application to be repaired;
and the repairing module is used for repairing the application program to be repaired through the target patch package.
9. A terminal device, comprising: a memory, a transceiver, a processor, and a bus system;
wherein the memory is used for storing programs;
the processor for executing a program in the memory, the processor for performing the method of any one of claims 1 to 7 according to instructions in the program code;
the bus system is used for connecting the memory and the processor so as to enable the memory and the processor to communicate.
10. A computer-readable storage medium comprising instructions that, when executed on a computer, cause the computer to perform the method of any of claims 1 to 7.
CN202010697581.4A 2020-07-20 2020-07-20 Cross-application repair method, device, equipment and storage medium Pending CN113961380A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010697581.4A CN113961380A (en) 2020-07-20 2020-07-20 Cross-application repair method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010697581.4A CN113961380A (en) 2020-07-20 2020-07-20 Cross-application repair method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113961380A true CN113961380A (en) 2022-01-21

Family

ID=79459693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010697581.4A Pending CN113961380A (en) 2020-07-20 2020-07-20 Cross-application repair method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113961380A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116578442A (en) * 2023-05-05 2023-08-11 天津筑铭智能科技有限公司 Application crash analysis method based on artificial intelligence decision and big data storage system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116578442A (en) * 2023-05-05 2023-08-11 天津筑铭智能科技有限公司 Application crash analysis method based on artificial intelligence decision and big data storage system
CN116578442B (en) * 2023-05-05 2024-02-06 北京无限自在文化传媒股份有限公司 Application crash analysis method based on artificial intelligence decision and big data storage system

Similar Documents

Publication Publication Date Title
CN105429775B (en) Method and device for reporting log
CN105320598A (en) Software testing method and device
CN108572908B (en) Information feedback method and device
CN106713608B (en) Application function state modification method and device and terminal
CN110213313B (en) File uploading method, related device and system
CN105610878B (en) Directory uploading method, data publishing method, terminal and server
CN108090345B (en) Linux system external command execution method and device
CN107451046B (en) Method and terminal for detecting threads
CN104135728A (en) Network connection method and device
CN105389259A (en) Method, apparatus and system for performing application testing
CN104133693B (en) Installment state detection method, device and terminal
CN107066374B (en) Data processing method and mobile terminal
CN110413497B (en) Abnormality monitoring method, abnormality monitoring device, terminal device and computer-readable storage medium
CN105227598A (en) A kind of resource sharing method, device and system stored based on cloud
CN107317828B (en) File downloading method and device
CN111273955A (en) Thermal restoration plug-in optimization method and device, storage medium and electronic equipment
CN106020945B (en) Shortcut item adding method and device
EP3129883B1 (en) Method and apparatus for repairing dynamic link library file
CN104391629A (en) Method for sending message in orientation manner, method for displaying message, server and terminal
CN106709330B (en) Method and device for recording file execution behaviors
CN111177612B (en) Page login authentication method and related device
CN113961380A (en) Cross-application repair method, device, equipment and storage medium
CN116303085A (en) Test reason analysis method, device, equipment and storage medium
CN103729283A (en) System log output method and device and terminal device
CN116468382A (en) RPA robot flow management method, device, equipment and storage medium

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