CN113900851A - Android application software control method and device - Google Patents

Android application software control method and device Download PDF

Info

Publication number
CN113900851A
CN113900851A CN202111275505.5A CN202111275505A CN113900851A CN 113900851 A CN113900851 A CN 113900851A CN 202111275505 A CN202111275505 A CN 202111275505A CN 113900851 A CN113900851 A CN 113900851A
Authority
CN
China
Prior art keywords
abnormal
exception
type
information
android system
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
CN202111275505.5A
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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN202111275505.5A priority Critical patent/CN113900851A/en
Publication of CN113900851A publication Critical patent/CN113900851A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0736Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in functional embedded systems, i.e. in a data processing system designed as a combination of hardware and software dedicated to performing a certain function
    • G06F11/0742Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in functional embedded systems, i.e. in a data processing system designed as a combination of hardware and software dedicated to performing a certain function in a data processing system embedded in a mobile device, e.g. mobile phones, handheld devices
    • 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

Abstract

The application discloses an android application software control method and device, abnormal information is obtained from an android system, the abnormal type of the abnormal information is determined according to a preset rule, and if the abnormal type of the abnormal information is a preset first abnormal type, a software continuous operation instruction is sent to the android system. According to the application scheme, after the abnormal information is acquired from the android system, the abnormal type of the abnormal information is acquired through the abnormal classification of the acquired abnormal information, and corresponding instructions are sent to different types, if the abnormal information belongs to the first abnormal type, the software continuous operation instruction is sent to the android system, so that the application software can continue to operate, the problem of flash back of the application software caused by part of the abnormal information is reduced, the flash back frequency of the APP is further reduced, and the experience degree of a user to the APP is increased.

Description

Android application software control method and device
Technical Field
The application relates to the technical field of android application software, in particular to an android application software control method and device.
Background
With the development of internet technology, electronic products are gradually popularized, wherein an Android system is a free and open source code operating system based on a Linux kernel (not including GNU components). The method is mainly used for mobile equipment such as smart phones and tablet computers.
However, in the process of using the Android system, when APP (application) crashes due to the occurrence of abnormality, the Android system starts a default abnormal killing program mechanism, the system kills the APP process which crashes so that the APP flashes back, if the Crash occurs for multiple times, a Crash popup window is generated, the multiple flashing back of the APP affects user experience, further affects public praise of the APP, and how to reduce the flashing back frequency of the APP is a concern of people.
Disclosure of Invention
In view of this, the present application provides an android application software control method and apparatus for reducing the flash back frequency of APP.
In order to achieve the above object, the following solutions are proposed:
an android application software control method comprises the following steps:
acquiring abnormal information from an android system;
determining the abnormal type of the abnormal information according to a preset rule;
and if the exception type of the exception information is a preset first exception type, sending a software continuous operation instruction to the android system.
Optionally, the obtaining of the abnormal information from the android system includes:
acquiring abnormal information from the android system by using a preset abnormal capturing instruction, wherein the preset abnormal capturing instruction is a preset abnormal capturing instruction inserted into a message queue of a Handler mechanism of the android system.
Optionally, the acquiring, by using a preset exception capturing instruction, exception information from the android system includes:
accessing an interface provided by an android system and used for capturing abnormity;
and acquiring the abnormal information of the android system from an abnormal capturing interface provided by the android system by using the abnormal capturing instruction.
Optionally, the determining the exception type of the exception information according to a preset rule includes:
converting the anomaly information into a plurality of lines of text;
extracting abnormal features of the multiple lines of texts;
and determining the abnormal type of the abnormal information according to the preset rule and the abnormal characteristics.
Optionally, the determining the exception type of the exception information according to the preset rule and the exception feature includes:
if the abnormal features corresponding to the abnormal information are designated abnormal features, converting the abnormal information into java-type target abnormal information;
determining whether the app package name and the view type contained in the target abnormal information are consistent with the information recorded in the android system;
and when the app package name and the view type contained in the target abnormal information are respectively consistent with those in the android system and the view control is invisible, determining the abnormal information as the invisible UI operation interface type in the first abnormal type.
Optionally, the first exception type includes a system bug vulnerability type and a non-visible UI operation interface type.
Optionally, after the determining the exception type of the exception information according to the preset rule, the method further includes:
and if the type of the abnormal information is a preset second abnormal type, sending a software crash instruction to the android system, wherein the second abnormal type comprises other types except the first abnormal type.
An android application software control apparatus, comprising:
the abnormity acquisition unit is used for acquiring abnormity information from the android system;
the abnormal type determining unit is used for determining the abnormal type of the abnormal information according to a preset rule;
and the instruction sending unit is used for sending a software continuous operation instruction to the android system if the exception type of the exception information is a preset first exception type.
Optionally, the exception obtaining unit includes:
the command capturing exception unit is used for acquiring exception information from the android system by using a preset exception capturing command, wherein the preset exception capturing command is a preset exception capturing command inserted into a message queue of a Handler mechanism of the android system.
Optionally, the first exception obtaining subunit includes:
the first instruction capturing exception subunit is used for accessing an exception capturing interface provided by the android system;
and the second instruction exception capturing subunit is used for acquiring exception information of the android system from an exception capturing interface provided by the android system by using the exception capturing instruction.
According to the technical scheme, the android application software control method and device provided by the embodiment of the application acquire the abnormal information from the android system, determine the abnormal type of the abnormal information according to the preset rule, and send the software continuous operation instruction to the android system if the abnormal type of the abnormal information is the preset first abnormal type. According to the application scheme, after the abnormal information is acquired from the android system, the abnormal type of the abnormal information is acquired through the abnormal classification of the acquired abnormal information, and corresponding instructions are sent to different types, if the abnormal information belongs to the first abnormal type, the software continuous operation instruction is sent to the android system, so that the application software can continue to operate, the problem of flash back of the application software caused by part of the abnormal information is reduced, the flash back frequency of the APP is further reduced, and the experience degree of a user to the APP is increased.
Drawings
Fig. 1 is a flowchart of an android application software control method provided in an embodiment of the present application;
fig. 2 is a flowchart illustrating a process of acquiring abnormal information from an android system according to an embodiment of the present application;
fig. 3 is a flowchart for determining an exception type of the exception information according to an embodiment of the present application;
FIG. 4 is a flowchart illustrating classification of anomaly information according to an embodiment of the present disclosure;
FIG. 5 is a diagram illustrating target anomaly information according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of an android application software control apparatus according to an embodiment of the present application;
fig. 7 is a block diagram of a hardware structure of an android application software control apparatus disclosed in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The scheme can be realized based on a terminal with data processing capacity, and the terminal can be a computer, a server, a cloud terminal and the like.
Next, a method for compressing an android application package according to the present application is introduced from a terminal perspective, and fig. 1 is a flowchart of a method for controlling an android application software according to an embodiment of the present application, where the flowchart may include:
and S100, acquiring abnormal information from the android system.
Specifically, the terminal can acquire the intercepted abnormal information from the android system.
And step S110, determining the abnormal type of the abnormal information according to a preset rule.
Specifically, the terminal may classify the acquired abnormal information according to a preset rule, and determine an abnormal type of the acquired abnormal information.
And step S120, if the exception type of the exception information is a preset first exception type, sending a software continuous operation instruction to the android system.
Specifically, part of abnormal information which does not affect most of the running functions of the application software can be classified into a first abnormal type, and when the abnormal type of the abnormal information belongs to the first abnormal type in the preset rules, in order to enable the android system to ignore the abnormal information, the terminal can send a software continuous running instruction to the android system so as to enable the application software to continue running.
According to the technical scheme, the android application software control method and device provided by the embodiment of the application acquire the abnormal information from the android system, determine the abnormal type of the abnormal information according to the preset rule, and send the software continuous operation instruction to the android system if the abnormal type of the abnormal information is the preset first abnormal type. According to the application scheme, after the abnormal information is acquired from the android system, the abnormal type of the abnormal information can be acquired through the abnormal classification of the acquired abnormal information, if the abnormal information belongs to the first abnormal type, the software continuous operation instruction is sent to the android system, so that the application software can continue to operate even if the abnormal information occurs, the problem of flash back of the application software caused by part of the abnormal information is reduced, the flash back frequency of the APP is further reduced, and the experience degree of a user on the APP is increased.
In some embodiments of the present application, the exception information may be categorized into two main types, namely a first exception type and a second exception type, where the first exception type includes a system bug vulnerability type and a non-visible UI operation interface type, and the second exception type includes other types except the first exception type.
Specifically, the android system can process the abnormity occurring in each operation process, and the application software can be caused to generate a crash sending flash quit phenomenon when the abnormity is encountered.
In some embodiments of the present application, there are many cases of an exception occurring in an application software running process, and all the exceptions cannot be correctly processed, so the embodiments of the present application may further include the following steps:
and if the type of the abnormal information is a preset second abnormal type, sending a software crash instruction to the android system.
Specifically, in the embodiment of the present application, the unified restart APP processing may be performed on the abnormal information classified as other than the first abnormal type to eliminate the abnormal operation, and in the embodiment of the present application, when the abnormal information is classified as the second abnormal type in the preset rule, the terminal may send a software crash instruction to the android system, so as to restart the application software crash.
In some embodiments of the present application, in order to reduce a situation that part of the abnormal information causes the application software to crash and flash back, all abnormal information occurring in the running process of the android application software may be captured in the embodiments of the present application, and a process of obtaining the abnormal information from the android system in step S100 is described below, where the process may include:
acquiring abnormal information from the android system by using a preset abnormal capturing instruction, wherein the preset abnormal capturing instruction is a preset abnormal capturing instruction inserted into a message queue of a Handler mechanism of the android system.
Specifically, the abnormal capturing instruction can capture required abnormal information from the android system according to requirements, the abnormal capturing instruction needs to be inserted into a message queue of a Hanlder mechanism of the android system, and the function of capturing the abnormal instruction is achieved through a refreshing principle of the Hanlder mechanism.
Further, the process of acquiring the abnormal information from the android system by using the preset abnormal capturing instruction is shown in fig. 2, and specifically may include the following steps:
and step S1, accessing an interface provided by the android system for capturing the abnormity.
Specifically, in order to obtain abnormal information generated by application software in the operating process of the android system, the android system can be accessed through an interface provided by the android system for capturing the abnormal information for subsequent operation of the scheme.
And step S2, acquiring the abnormal information of the android system from the abnormal capturing interface provided by the android system by using the abnormal capturing instruction.
Specifically, according to the embodiment of the application, the abnormal information in the android system can be captured by inserting the abnormal capturing instruction in the Hanlder mechanism, and the captured abnormal information is transmitted by the abnormal capturing interface provided by the android system.
It can be seen from the above embodiments that according to the scheme of the application, the abnormal information generated when the application software runs in the android system can be acquired through the interface provided by the android system for capturing the abnormal information, so that a way is provided for subsequent processing of the abnormal information.
In some embodiments of the present application, due to continuous improvement of the android language, a very small section of android language or abnormal stack information is often used for causing the application software to crash and flash back, for convenience of analysis, a certain number of sections of the android language can be intercepted as abnormal information about the abnormal problem, and a process of determining the abnormal type of the abnormal information according to a preset rule in step S110 is described below, where the process is shown in fig. 3, and specifically may include the following steps:
and step S111, converting the abnormal information into a plurality of lines of texts.
Specifically, in order to extract the abnormal features in the abnormal information, the terminal may convert the abnormal information into a multi-line text.
And step S112, extracting abnormal features of the multiple lines of texts.
Specifically, the abnormal features may be set according to requirements, for example, the abnormal features may include a dead system exception, a nullpointereception, packet name information of an abnormal reason, and state information of a view control, and the terminal may extract the abnormal features from a plurality of lines of text in order to determine an abnormal type of the abnormal information.
And S113, determining the abnormal type of the abnormal information according to the preset rule and the abnormal characteristics.
Specifically, according to the exception type corresponding to the exception feature recorded in the preset rule, the terminal may determine the exception type of the exception information based on the extracted exception feature.
It can be seen from the above embodiments that the scheme of the present application can realize the function of extracting the abnormal features by converting the abnormal information into the multi-line text, so that the abnormal information can be further analyzed
Further, in this embodiment of the application, the first exception type may include a system bug vulnerability type and a non-visible UI operation interface type.
Specifically, the exception type belonging to the first exception type may be preset according to a requirement, and may include a system bug type and an invisible ui (user interface) operation interface type. If the abnormal feature of the abnormal information is the DeadSystemException, the abnormal information can be classified as the bug type abnormity of the system bug according to the preset rule, and the abnormal information is further classified as the first abnormal type.
In this embodiment of the present application, in order to better classify different abnormal features, where a process of classifying abnormal information whose abnormal feature is a specified abnormal feature may be as shown in fig. 4, a process of determining an abnormal type of the abnormal information according to the preset rule and the abnormal feature in step S113 is further described below, where the process may include:
step S1131, the exception information is converted into java type target exception information.
If the abnormal features corresponding to the abnormal information are the specified abnormal features, converting the abnormal information into java-type target abnormal information.
Specifically, the specified Exception characteristic may be set according to a requirement, for example, the specific Exception characteristic may be a nullopointerexpetition or other Exception characteristics, the null pointer type includes a ui (user interface) operation interface type and a non-visible ui (user interface) operation interface type, and the Exception information may be converted into java-type target Exception information in order to determine a specific Exception type of the Exception information including the Exception characteristic nullopeneterexpetition, because a preset rule classifies the Exception characteristic nullpointerexpetition as the null pointer type.
Step S1132, determining whether the app package name and the view type contained in the target abnormal information are consistent with the information recorded in the android system and the view control is invisible.
Specifically, fig. 5 is a display diagram of target exception information converted into java type, where the target exception information may be displayed in the form of an address, the address includes an app package name and a view type, the app package name and the view type recorded in the android system may be compared with the app package name and the view type included in the target exception information, and if the app package name and the view type are the same and the view control is invisible, the subsequent steps are executed.
And S1133, determining that the abnormal information is of a non-visible UI operation interface type.
And when the app package name and the view type contained in the target abnormal information are respectively consistent with those in the android system and the view control is invisible, determining the abnormal information as the invisible UI operation interface type in the first abnormal type.
Specifically, the first exception type may include a non-visible UI operation interface type, and when it is determined that the app package name included in the target exception information is consistent with the app package name in the android system, and the target exception information inherits the view type of the android system and the view control is invisible, the exception information may be determined as the non-visible UI operation interface type in the first exception type.
According to the technical scheme, the abnormal information can be further analyzed by converting the abnormal information into java-type target abnormal information, and when the target abnormal information is determined to be of a non-visible UI operation interface type, the corresponding abnormal information can be determined to be of a first abnormal type, so that the classification accuracy of different abnormal information is improved.
The following describes an android application software control device provided in an embodiment of the present application, and the android application software control device described below and the android application software control method described above may be referred to in a corresponding manner.
As shown in fig. 6, a schematic structural diagram of an android application software control apparatus is disclosed, where the android application software control apparatus may include:
the anomaly obtaining unit 11 is used for obtaining anomaly information from the android system;
an abnormal type determining unit 12, configured to determine an abnormal type of the abnormal information according to a preset rule;
and the instruction sending unit 13 is configured to send a software continuous operation instruction to the android system if the exception type of the exception information is a preset first exception type.
Optionally, the abnormality obtaining unit 11 may include:
the command capturing exception unit is used for acquiring exception information from the android system by using a preset exception capturing command, wherein the preset exception capturing command is a preset exception capturing command inserted into a message queue of a Handler mechanism of the android system.
Optionally, the instruction capture exception unit may include:
the first instruction capturing exception subunit is used for accessing an exception capturing interface provided by the android system;
and the second instruction exception capturing subunit is used for acquiring exception information of the android system from an exception capturing interface provided by the android system by using the exception capturing instruction.
Optionally, the abnormality type determining unit 12 may include:
a first abnormality type determining subunit configured to convert the abnormality information into a plurality of lines of text;
the second abnormity type determination subunit is used for extracting the abnormity features of the multiple lines of texts;
and the third exception type determining subunit is used for determining the exception type of the exception information according to the preset rule and the exception characteristic.
Optionally, the third anomaly type determining subunit may include:
the java type conversion unit is used for converting the abnormal information into java type target abnormal information when the abnormal characteristic corresponding to the abnormal information is a specified abnormal characteristic;
the target abnormal information determining unit is used for determining whether the app package name and the view type contained in the target abnormal information are consistent with the information recorded in the android system or not;
and the non-visible UI operation interface type determining unit is used for determining the abnormal information as the non-visible UI operation interface type in the first abnormal type when the app package name and the view type contained in the target abnormal information are respectively consistent with the app package name and the view type in the android system and the view control is invisible.
Optionally, the apparatus further comprises:
and the crash instruction sending unit is used for sending a software crash instruction to the android system after the exception type determining unit is executed and if the type of the exception information is a preset second exception type, wherein the second exception type comprises other types except the first exception type.
The android application software control device provided by the embodiment of the application can be applied to android application software control equipment. The android application software control device may be a terminal. Fig. 7 shows a block diagram of a hardware structure of the android application software control device, and referring to fig. 7, the hardware structure of the android application software control device may include: at least one processor 1, at least one communication interface 2, at least one memory 3 and at least one communication bus 4;
in the embodiment of the application, the number of the processor 1, the communication interface 2, the memory 3 and the communication bus 4 is at least one, and the processor 1, the communication interface 2 and the memory 3 complete mutual communication through the communication bus 4;
the processor 1 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, etc.;
the memory 3 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program and the processor can call the program stored in the memory, the program for:
acquiring abnormal information from an android system;
determining the abnormal type of the abnormal information according to a preset rule;
and if the exception type of the exception information is a preset first exception type, sending a software continuous operation instruction to the android system.
Embodiments of the present application further provide a storage medium, where a program suitable for execution by a processor may be stored, where the program is configured to:
acquiring abnormal information from an android system;
determining the abnormal type of the abnormal information according to a preset rule;
and if the exception type of the exception information is a preset first exception type, sending a software continuous operation instruction to the android system.
Alternatively, the detailed function and the extended function of the program may be as described above.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, the embodiments can be combined with each other, and the same and similar parts can be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An android application software control method is characterized by comprising the following steps:
acquiring abnormal information from an android system;
determining the abnormal type of the abnormal information according to a preset rule;
and if the exception type of the exception information is a preset first exception type, sending a software continuous operation instruction to the android system.
2. The method according to claim 1, wherein the obtaining of the exception information from the android system includes:
acquiring abnormal information from the android system by using a preset abnormal capturing instruction, wherein the preset abnormal capturing instruction is a preset abnormal capturing instruction inserted into a message queue of a Handler mechanism of the android system.
3. The method according to claim 2, wherein the obtaining of the exception information from the android system by using a preset exception capture instruction comprises:
accessing an interface provided by an android system and used for capturing abnormity;
and acquiring the abnormal information of the android system from an abnormal capturing interface provided by the android system by using the abnormal capturing instruction.
4. The method according to claim 1, wherein the determining the exception type of the exception information according to a preset rule comprises:
converting the anomaly information into a plurality of lines of text;
extracting abnormal features of the multiple lines of texts;
and determining the abnormal type of the abnormal information according to the preset rule and the abnormal characteristics.
5. The method according to claim 4, wherein the determining the exception type of the exception information according to the preset rule and the exception characteristic comprises:
if the abnormal features corresponding to the abnormal information are designated abnormal features, converting the abnormal information into java-type target abnormal information;
determining whether the app package name and the view type contained in the target abnormal information are consistent with the information recorded in the android system;
and when the app package name and the view type contained in the target abnormal information are respectively consistent with those in the android system and the view control is invisible, determining the abnormal information as the invisible UI operation interface type in the first abnormal type.
6. The method according to any one of claims 1 to 5, wherein the first exception type comprises a system bug vulnerability type, a non-visible UI operation interface type.
7. The method according to any one of claims 1 to 5, further comprising, after the determining the exception type of the exception information according to a preset rule:
and if the type of the abnormal information is a preset second abnormal type, sending a software crash instruction to the android system, wherein the second abnormal type comprises other types except the first abnormal type.
8. An android application software control apparatus, comprising:
the abnormity acquisition unit is used for acquiring abnormity information from the android system;
the abnormal type determining unit is used for determining the abnormal type of the abnormal information according to a preset rule;
and the instruction sending unit is used for sending a software continuous operation instruction to the android system if the exception type of the exception information is a preset first exception type.
9. The apparatus of claim 8, wherein the exception obtaining unit comprises:
the command capturing exception unit is used for acquiring exception information from the android system by using a preset exception capturing command, wherein the preset exception capturing command is a preset exception capturing command inserted into a message queue of a Handler mechanism of the android system.
10. The apparatus of claim 9, wherein the instruction trap exception unit comprises:
the first instruction capturing exception subunit is used for accessing an exception capturing interface provided by the android system;
and the second instruction exception capturing subunit is used for acquiring exception information of the android system from an exception capturing interface provided by the android system by using the exception capturing instruction.
CN202111275505.5A 2021-10-29 2021-10-29 Android application software control method and device Pending CN113900851A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111275505.5A CN113900851A (en) 2021-10-29 2021-10-29 Android application software control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111275505.5A CN113900851A (en) 2021-10-29 2021-10-29 Android application software control method and device

Publications (1)

Publication Number Publication Date
CN113900851A true CN113900851A (en) 2022-01-07

Family

ID=79027085

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111275505.5A Pending CN113900851A (en) 2021-10-29 2021-10-29 Android application software control method and device

Country Status (1)

Country Link
CN (1) CN113900851A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0965923A2 (en) * 1998-06-19 1999-12-22 Intellution Inc. System and method for secure software component containment
US20030018681A1 (en) * 2001-05-10 2003-01-23 Corel Corporation System and method for recovering applications
CN107391295A (en) * 2017-08-11 2017-11-24 东软集团股份有限公司 The processing method and processing device of application exception
CN108334415A (en) * 2017-01-20 2018-07-27 百度在线网络技术(北京)有限公司 A kind of fault-tolerance processing method, device, terminal and storage medium
CN108345542A (en) * 2018-02-28 2018-07-31 腾讯科技(深圳)有限公司 Abnormality eliminating method and device in a kind of application program
CN109766205A (en) * 2018-12-19 2019-05-17 益萃网络科技(中国)有限公司 Abnormality eliminating method, device, computer equipment and storage medium
CN110765007A (en) * 2019-09-29 2020-02-07 南京大学 Crash information online analysis method for android application
CN111708655A (en) * 2020-06-19 2020-09-25 北京达佳互联信息技术有限公司 Application crash processing method, device and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0965923A2 (en) * 1998-06-19 1999-12-22 Intellution Inc. System and method for secure software component containment
US20030018681A1 (en) * 2001-05-10 2003-01-23 Corel Corporation System and method for recovering applications
CN108334415A (en) * 2017-01-20 2018-07-27 百度在线网络技术(北京)有限公司 A kind of fault-tolerance processing method, device, terminal and storage medium
CN107391295A (en) * 2017-08-11 2017-11-24 东软集团股份有限公司 The processing method and processing device of application exception
CN108345542A (en) * 2018-02-28 2018-07-31 腾讯科技(深圳)有限公司 Abnormality eliminating method and device in a kind of application program
CN109766205A (en) * 2018-12-19 2019-05-17 益萃网络科技(中国)有限公司 Abnormality eliminating method, device, computer equipment and storage medium
CN110765007A (en) * 2019-09-29 2020-02-07 南京大学 Crash information online analysis method for android application
CN111708655A (en) * 2020-06-19 2020-09-25 北京达佳互联信息技术有限公司 Application crash processing method, device and system

Similar Documents

Publication Publication Date Title
CN108804299B (en) Application program exception handling method and device
WO2018133452A1 (en) Webpage rendering method and related device
CN109684008B (en) Card rendering method, device, terminal and computer readable storage medium
US9372776B2 (en) Monitoring user activity and performance of computerized devices
WO2021082484A1 (en) Awr report automatic acquisition method and apparatus, electronic device, and storage medium
CN106294219B (en) Equipment identification and data processing method, device and system
CN109491736B (en) Display method and device of pop-up frame window
WO2019019628A1 (en) Test method, apparatus, test device and medium for mobile application
CN108334530B (en) User behavior information analysis method, device and storage medium
US20190369825A1 (en) Electronic device and method for providing information related to image to application through input unit
CN111552633A (en) Interface abnormal call testing method and device, computer equipment and storage medium
US9285964B2 (en) Automatically recovering and maintaining focus
WO2014131306A1 (en) Method and system for detecting network link
CN108668241B (en) Information reminding method and device, storage medium and electronic equipment
CN113127320B (en) Application program abnormity detection method, device, equipment and system
CN115017428A (en) Information display method, device, system and storage medium
CN112307386A (en) Information monitoring method, system, electronic device and computer readable storage medium
CN109684156B (en) Monitoring method, device, terminal and storage medium based on mixed mode application
CN109885233B (en) Screen content identification method and device, electronic equipment and storage medium
CN113900851A (en) Android application software control method and device
CN108268298B (en) Desktop icon generation method and device, storage medium and electronic equipment
CN110659082A (en) Application program interface display method and device, terminal and storage medium
CN111160958A (en) Advertisement display method and system, mobile terminal, background server, medium and equipment
CN107391267B (en) Process detection method and device, electronic equipment and readable storage medium
CN106970973B (en) Information processing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination