CN105677394B - Application program upgrading method and device of terminal equipment - Google Patents

Application program upgrading method and device of terminal equipment Download PDF

Info

Publication number
CN105677394B
CN105677394B CN201511021513.1A CN201511021513A CN105677394B CN 105677394 B CN105677394 B CN 105677394B CN 201511021513 A CN201511021513 A CN 201511021513A CN 105677394 B CN105677394 B CN 105677394B
Authority
CN
China
Prior art keywords
application program
upgrading
upgrade
version
sample
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201511021513.1A
Other languages
Chinese (zh)
Other versions
CN105677394A (en
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.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and Technology 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 Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201511021513.1A priority Critical patent/CN105677394B/en
Publication of CN105677394A publication Critical patent/CN105677394A/en
Application granted granted Critical
Publication of CN105677394B publication Critical patent/CN105677394B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44536Selecting among different versions

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides an application program upgrading method and device of terminal equipment, wherein the application program has one or more verification upgrading versions, and the method comprises the following steps: when the application program is monitored to be abnormal in operation, reading a user identifier of the terminal equipment; after the application program is restarted, the application program is upgraded by adopting one or more verification upgrading versions according to the user identification, so that the server can be accurately positioned on the abnormal terminal equipment, the verification upgrading can be performed on the application program on the terminal equipment in a targeted manner, a developer can find and solve the problems in the operation of the application program, and the development efficiency of the application program is improved.

Description

Application program upgrading method and device of terminal equipment
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and an apparatus for upgrading an application program of a terminal device.
Background
The continuous development of internet technology has profoundly changed people's life style, and terminal equipment such as cell-phone, panel computer are becoming an indispensable part in people's life more and more. Various application programs on the terminal equipment greatly meet the requirements of people on work, life and entertainment.
In order to better meet the use requirements of users, developers need to update the application programs irregularly. At present, when a new version of an application program is released, in order to achieve the effect of whole-network upgrading, a developer needs to upgrade the new version within a small range, so that a part of users can use the new version first to test whether the version meets the upgrading condition. When the version is abnormal in the operation process, in order to conveniently locate the problem of the abnormality, the version is often required to be repeatedly modified in a test mode, and then pushed to a user for upgrading so as to verify whether the problem is solved. However, the modified version cannot guarantee that the modified version is just pushed to the part of users who have problems before, and therefore the modified version cannot be accurately confirmed to solve the problems before.
Disclosure of Invention
In view of the above problems, embodiments of the present application are proposed to provide an application upgrading method for a terminal device and an application upgrading apparatus for a terminal device, which overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present application discloses an application program upgrading method for a terminal device, where the application program has one or more verification upgrade versions, and the method includes:
when the application program is monitored to be abnormal in operation, reading a user identifier of the terminal equipment;
and after restarting the application program, upgrading the application program by adopting one or more verification upgrading versions according to the user identification.
Preferably, after the step of reading the user identifier of the terminal device, the method further includes:
generating a list of sample devices for the user identification.
Preferably, after restarting the application program, the step of upgrading the application program according to the user identifier and one or more verification upgrade versions includes:
after the application program is restarted, judging whether the terminal equipment is sample equipment or not according to the user identification;
and if so, upgrading the application program by adopting the one or more verification upgrading versions.
Preferably, after restarting the application program, the step of determining whether the terminal device is a sample device according to the user identifier includes:
after the application program is restarted, traversing the sample equipment list according to the user identification, and judging whether the user identification is in the sample equipment list;
and if so, determining that the terminal equipment is the sample equipment.
Preferably, after the step of upgrading the application program by using the one or more verification upgrade versions, the method further includes:
monitoring whether the upgraded application program has abnormal operation or not;
if so, after the application program is restored, the verification upgrading version is continuously adopted to upgrade the application program.
In order to solve the above problem, an embodiment of the present application further discloses an application program upgrading apparatus for a terminal device, where the application program has one or more verification upgrade versions, and the apparatus includes:
the reading module is used for reading the user identification of the terminal equipment when the abnormal operation of the application program is monitored;
and the upgrading module is used for upgrading the application program by adopting one or more verification upgrading versions according to the user identification after the application program is restarted.
Preferably, the apparatus further comprises:
and the generating module is used for generating a sample equipment list aiming at the user identification.
Preferably, the upgrade module includes:
the judging submodule is used for judging whether the terminal equipment is sample equipment or not according to the user identification after the application program is restarted;
and the upgrading submodule is used for upgrading the application program by adopting the one or more verification upgrading versions when the terminal equipment is judged to be the sample equipment.
Preferably, the judgment sub-module includes:
the traversing unit is used for traversing the sample equipment list according to the user identifier after the application program is restarted, and judging whether the user identifier is in the sample equipment list;
and the determining unit is used for determining the terminal equipment as the sample equipment when the user identification is judged to be in the sample equipment list.
Preferably, the apparatus further comprises:
the monitoring module is used for monitoring whether the upgraded application program has abnormal operation;
and the second upgrading module is used for continuing to upgrade the application program by adopting the verification upgrading version after restoring the application program when the abnormal operation of the upgraded application program is monitored.
Compared with the background art, the embodiment of the application has the following advantages:
according to the method and the device, the user identification of the terminal device is read when the fact that the operation of the application program upgraded by the test version is abnormal is monitored, and then one or more verification upgrading versions are adopted to upgrade the application program after the application program is restarted according to the user identification, so that the server can be accurately positioned on the terminal device with the abnormality, the application program on the terminal device can be verified and upgraded in a targeted mode, a developer can find and solve the problem occurring in the operation of the application program, and the development efficiency of the application program is improved.
Secondly, according to the read user identification of the terminal device, a sample device list is generated, and then after the user restarts the application program, whether the terminal device is the sample device is determined by traversing whether the user identification exists in the sample device list, so that an upgrade version is pushed and verified for the sample device, and the accuracy of positioning the terminal device with abnormality is further improved.
Thirdly, by monitoring the running state of the application program which is upgraded by adopting the verification upgrading version, when the running is abnormal, after the application program is restored, other verification upgrading versions are continuously adopted to upgrade the application program, so that the method and the device are beneficial to finally positioning a specific error position and helping developers to solve problems in a more targeted manner.
Drawings
Fig. 1 is a flowchart illustrating a first step of an application program upgrading method of a terminal device according to an embodiment of the present application;
fig. 2 is a flowchart illustrating steps of a second embodiment of an application program upgrading method for a terminal device according to the present application;
fig. 3 is a flowchart illustrating a third step of an application program upgrading method of a terminal device according to the present application;
fig. 4 is a block diagram of an embodiment of an application upgrading apparatus of a terminal device according to the present application.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description.
Referring to fig. 1, a flowchart illustrating a first step of an application program upgrading method of a terminal device according to the present application is shown, where the application program has one or more verification upgrade versions, and the method may specifically include the following steps:
step 101, reading a user identifier of a terminal device when monitoring that the application program is abnormal in operation;
generally, after an application program is upgraded by using an upgrade package of a test version, the application program of the latest version can be run, but the test version is not a formally released stable version, and a bug which cannot be predicted in advance may exist, so that various problems such as breakdown, flash back, no response of the application program and the like occur when a user uses the application program. Therefore, in the embodiment of the present application, after the application program is upgraded by using the upgrade package of the test version, the operating condition of the application program can be further monitored.
In a specific implementation, the running status of the application program may be monitored by the server, and when the server monitors that the running of the application program is abnormal, for example, when the application program crashes, flashes or does not respond during running, the server may read the user identifier of the terminal device, and record that an abnormal condition occurs after the application program on the terminal device is upgraded by using the upgrade package of the test version.
The user identifier of the terminal device may be a serial number of a Central Processing Unit (CPU) of the terminal device, a serial number of a hard disk of the terminal device, or identification information in other forms that can uniquely identify the terminal device, which is obtained by a fixed algorithm based on the serial number of the CPU of the terminal device and the serial number of the hard disk. For example, for a piece of computer equipment, the CPU serial number and the hard disk serial number of the equipment are not changed in general after the equipment leaves the factory, and therefore, the equipment may be directly identified by the CPU serial number or the hard disk serial number, or a list of character strings obtained by a fixed algorithm based on the CPU serial number and the hard disk serial number of the equipment may also uniquely identify the equipment. Because the installation and the uninstallation of various software and application programs on the terminal equipment do not affect the replacement of the CPU and the hard disk, the user identification of the terminal equipment obtained by the method can be ensured to be in one-to-one correspondence with the terminal equipment.
And step 102, after restarting the application program, upgrading the application program by adopting one or more verification upgrading versions according to the user identification.
In this embodiment of the application, after the user restarts the application, the application may be upgraded by using one or more verification upgrade versions according to the user identifier of the terminal device read in step 101.
The verification upgrade version is an upgrade version developed by an application developer repeatedly modifying the test version after issuing the test version upgrade package according to an abnormal problem that has occurred or is expected to occur on the terminal device.
In a specific implementation, after the user restarts the application program, the server may push an upgrade package of a verification upgrade version to the terminal device according to a pre-read user identifier of the terminal device, so that the terminal device uses the verification upgrade version to upgrade the application program.
According to the method and the device, the user identification of the terminal device is read when the fact that the operation of the application program upgraded by the test version is abnormal is monitored, and then one or more verification upgrading versions are adopted to upgrade the application program after the application program is restarted according to the user identification, so that the server can be accurately positioned on the terminal device with the abnormality, the application program on the terminal device can be verified and upgraded in a targeted mode, a developer can find and solve the problem occurring in the operation of the application program, and the development efficiency of the application program is improved.
Referring to fig. 2, a flowchart illustrating steps of a second embodiment of an application program upgrading method for a terminal device according to the present application is shown, which may specifically include the following steps:
step 201, reading a user identifier of a terminal device when monitoring that the application program is abnormal in operation;
in the embodiment of the application, after the application program is upgraded by using the upgrade package of the test version, the running condition of the application program can be further monitored. For example, when the application program is in an abnormal condition such as a crash, a flash back, or no response during the running process, the server may read the user identifier of the terminal device to record that the abnormal condition occurs on the terminal device.
Step 202, generating a sample device list aiming at the user identification;
generally, because the running environments on the clients are different, an exception of an application on a certain terminal device cannot indicate that the application has the same problem on all terminal devices, and a developer needs a large amount of sample data to verify the exception problem. Thus, when an application is upgraded to a test version, it may be incorporated into the sample device if a crash or other anomaly occurs.
In the embodiment of the application, the sample device is a terminal device which needs to perform verification and upgrade on the application program subsequently.
In a specific implementation, after the server reads the user identifier of the terminal device where the abnormal application program is located, a sample device list may be generated for the user identifier.
The sample device list is used for recording the user identification of the terminal device in which the application program upgraded to the test version is abnormal.
Step 203, after restarting the application program, judging whether the terminal equipment is sample equipment or not according to the user identification;
generally, after an application program on a terminal device is upgraded to a test version, if the application program runs normally, the test version can be used temporarily before a formal upgrade version of the application program is released, and a developer does not need to verify and upgrade the part of users.
Therefore, in the embodiment of the present application, in order to more accurately locate the terminal device with the abnormality, after the user restarts the application program, it may be determined whether the terminal device is a sample device according to the user identifier.
In a preferred embodiment of the present application, after restarting the application, determining whether the terminal device is a sample device according to the user identifier may include the following sub-steps:
substep 2031, after restarting the application program, traversing the sample device list according to the user identifier, and determining whether the user identifier is in the sample device list.
In a specific implementation, after the user restarts the application program, the server may read the user identifier of the terminal device, that is, the server may read the CPU serial number of the terminal device, the serial number of the terminal device hard disk, or the identifier information in other forms that can uniquely identify the terminal device, which is obtained by a fixed algorithm based on the CPU serial number of the terminal device and the hard disk serial number. And then traversing the sample device list, and judging whether the read CPU serial number of the terminal device, the serial number of a terminal device hard disk, or identification information which can uniquely identify the terminal device in other forms is in the sample device list.
If so, the terminal device may be determined to be the sample device.
And step 204, upgrading the application program by adopting the one or more verification upgrading versions.
And when the terminal equipment is confirmed to be the sample equipment, the server can push an upgrade package of the verification upgrade version to the terminal equipment, so that the terminal equipment adopts the verification upgrade version to upgrade the application program.
According to the embodiment of the application, the sample equipment list is generated according to the read user identification of the terminal equipment, and then after the application program is restarted by a user, whether the terminal equipment is the sample equipment is determined by traversing whether the user identification exists in the sample equipment list, so that the verification upgrade version is pushed for the sample equipment, and the accuracy of positioning the terminal equipment with abnormity is further improved.
Referring to fig. 3, a flowchart illustrating a third step of an embodiment of an application program upgrading method for a terminal device according to the present application is shown, which may specifically include the following steps:
step 301, reading a user identifier of a terminal device when monitoring that the application program is abnormal in operation;
in the embodiment of the application, after the application program is upgraded by using the upgrade package of the test version, the running condition of the application program can be further monitored. For example, when the application program is in an abnormal condition such as a crash, a flash back, or no response during the running process, the server may read the user identifier of the terminal device to record that the abnormal condition occurs on the terminal device.
Step 302, generating a sample device list aiming at the user identification;
in the embodiment of the application, after the server reads the user identifier of the terminal device where the abnormal application program is located, a sample device list can be generated for the user identifier so as to record the user identifier of the terminal device where the abnormal application program is located after being upgraded to the test version.
Step 303, after restarting the application program, traversing the sample device list according to the user identifier, and determining whether the user identifier is in the sample device list;
in this embodiment of the application, after the user restarts the application, the server may read a CPU serial number of the terminal device, a serial number of a hard disk of the terminal device, or identification information in other forms that can uniquely identify the terminal device, which is obtained by a fixed algorithm based on the CPU serial number and the hard disk serial number of the terminal device. And then traversing the sample device list, and judging whether the read CPU serial number of the terminal device, the serial number of a terminal device hard disk, or identification information which can uniquely identify the terminal device in other forms is in the sample device list.
If the read CPU serial number of the terminal device, the serial number of the terminal device hard disk, or other identification information that can uniquely identify the terminal device exists in the sample device list, it may be determined that the terminal device is the sample device, and step 304 is performed.
Step 304, upgrading the application program by adopting one or more verification upgrading versions;
in a specific implementation, when the terminal device is confirmed to be a sample device, the server may push an upgrade package of a verification upgrade version to the terminal device, and forcibly require the terminal device to upgrade the application program by using the verification upgrade version.
The verification upgrading version can be multiple, and can respectively aim at one or more abnormal problems. For example, verification upgrade version A may be a verification version developed for exception issues at A-site, and verification upgrade version B may be a verification version developed for exception issues at B-site.
305, monitoring whether the upgraded application program has abnormal operation;
in this embodiment of the application, after the user upgrades the application program by using the verification upgrade version pushed by the server in step 304, the server may continue to monitor the running status of the upgraded application program to determine whether the running is abnormal.
After the application program is upgraded by using the verification upgrade version, if abnormal problems such as crash, flash back or no response still occur in the running process, the verification upgrade version used this time can be considered to be incapable of solving the abnormal problems occurring in the application program. For example, if the server pushes the verification upgrade version a developed for the abnormal problem of the a location to the terminal device, and after the user upgrades the application program using the verification upgrade version a, the abnormal problem still occurs in the running process, it may be considered that the abnormality occurring in the application program on the terminal device is not caused by the problem of the a location, and therefore, step 306 may be continuously performed.
And step 306, after the application program is restored, continuing to upgrade the application program by adopting the verification upgrade version.
In a specific implementation, since the exception of the application program on the terminal device is not caused by the problem of the location a, for the application program that has been upgraded by using the verification upgrade version a, it is necessary to restore the version to the version before the upgrade, and then continue to upgrade the application program by using the verification upgrade version. For example, at this time, the application program may be upgraded by using a verification upgrade version B developed for the exception problem of the B location. If the application program runs normally after being upgraded by adopting the verification upgrade version B, it can be shown that the abnormality of the application program on the terminal device is caused by the problem of the position B, so that the specific error position can be determined.
According to the method and the device, the running state of the application program which is upgraded by adopting the verification upgrading version is monitored, when the running is abnormal, after the application program is restored, other verification upgrading versions are continuously adopted to upgrade the application program, the specific error position is favorably finally positioned, and a developer is helped to solve the problem more pertinently.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the embodiments are not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the embodiments. Further, those skilled in the art will also appreciate that the embodiments described in the specification are presently preferred and that no particular act is required of the embodiments of the application.
Referring to fig. 4, a block diagram of an embodiment of an application upgrading apparatus for a terminal device according to the present application is shown, where the application has one or more verification upgrade versions, and the apparatus may specifically include the following modules:
a reading module 401, configured to read a user identifier of a terminal device when it is monitored that the application program is abnormal in operation;
and the upgrading module 402 is configured to upgrade the application program by using one or more verification upgrading versions according to the user identifier after the application program is restarted.
In a preferred embodiment of the present application, the apparatus may further include the following modules:
a generating module 403, configured to generate a sample device list for the user identifier.
In a preferred embodiment of the present application, the upgrade module 402 may specifically include the following sub-modules:
the judging submodule 4021 is configured to judge whether the terminal device is a sample device according to the user identifier after the application program is restarted;
the upgrading sub-module 4022 is configured to upgrade the application program by using the one or more verification upgrading versions when it is determined that the terminal device is the sample device.
In a preferred embodiment of the present application, the determining sub-module 4021 may specifically include the following units:
the traversing unit 11 is configured to traverse the sample device list according to the user identifier after the application is restarted, and determine whether the user identifier is in the sample device list;
a determining unit 12, configured to determine that the terminal device is the sample device when it is determined that the user identifier is in the sample device list.
In a preferred embodiment of the present application, the apparatus may further include the following modules:
a monitoring module 404, configured to monitor whether the application program after being upgraded has abnormal operation;
and a second upgrade module 405, configured to, when it is monitored that the application program after being upgraded is abnormal in operation, continue to upgrade the application program by using the verification upgrade version after the application program is restored.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one of skill in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
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 terminal 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 terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The application program upgrading method of the terminal device and the application program upgrading device of the terminal device provided by the application are introduced in detail, specific examples are applied in the description to explain the principle and the implementation mode of the application, and the description of the above embodiments is only used for helping to understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (6)

1. An application program upgrading method of a terminal device, wherein the application program has one or more verification upgrading versions, the method comprising:
monitoring the running state of the application program after the application program is upgraded by adopting an upgrade package of a test version;
when the application program is monitored to be abnormal in operation, reading a user identifier of the terminal equipment;
generating a sample device list for the user identification;
after restarting the application program, upgrading the application program by adopting one or more verification upgrading versions according to the user identification;
wherein, after restarting the application program, upgrading the application program according to the user identifier and one or more verification upgrade versions comprises:
after the application program is restarted, judging whether the terminal equipment is sample equipment or not according to the user identification;
if so, upgrading the application program by adopting the one or more verification upgrading versions;
after the upgrade package verifying the upgrade version is issued, according to the problems appearing or expected to appear on the terminal equipment, the upgrade version developed by modifying the upgrade package verifying the upgrade version is provided; and after the sample equipment list records are upgraded by adopting the upgrade package of the test version, the user identification of the terminal equipment where the application program is located is abnormal.
2. The method of claim 1, wherein the step of determining whether the terminal device is a sample device according to the user identifier after restarting the application program comprises:
after the application program is restarted, traversing the sample equipment list according to the user identification, and judging whether the user identification is in the sample equipment list;
and if so, determining that the terminal equipment is the sample equipment.
3. The method of claim 1 or 2, wherein after the step of upgrading the application with the one or more verified upgraded versions, further comprising:
monitoring whether the upgraded application program has abnormal operation or not;
if so, after the application program is restored, the verification upgrading version is continuously adopted to upgrade the application program.
4. An apparatus for upgrading an application program of a terminal device, the application program having one or more verification upgrade versions, the apparatus comprising:
the reading module is used for monitoring the running state of the application program after the application program is upgraded by adopting an upgrade package of a test version, and reading the user identification of the terminal equipment when the application program is monitored to be abnormal in running;
a generating module, configured to generate a sample device list for the user identifier;
the upgrading module is used for upgrading the application program by adopting one or more verification upgrading versions according to the user identification after the application program is restarted;
wherein, the upgrading module includes:
the judging submodule is used for judging whether the terminal equipment is sample equipment or not according to the user identification after the application program is restarted;
the upgrading submodule is used for upgrading the application program by adopting the one or more verification upgrading versions when the terminal equipment is judged to be sample equipment;
after the upgrade package verifying the upgrade version is issued, according to the problems appearing or expected to appear on the terminal equipment, the upgrade version developed by modifying the upgrade package verifying the upgrade version is provided; and after the sample equipment list records are upgraded by adopting the upgrade package of the test version, the user identification of the terminal equipment where the application program is located is abnormal.
5. The apparatus of claim 4, wherein the determining sub-module comprises:
the traversing unit is used for traversing the sample equipment list according to the user identifier after the application program is restarted, and judging whether the user identifier is in the sample equipment list;
and the determining unit is used for determining the terminal equipment as the sample equipment when the user identification is judged to be in the sample equipment list.
6. The apparatus of claim 4 or 5, further comprising:
the monitoring module is used for monitoring whether the upgraded application program has abnormal operation;
and the second upgrading module is used for continuing to upgrade the application program by adopting the verification upgrading version after restoring the application program when the abnormal operation of the upgraded application program is monitored.
CN201511021513.1A 2015-12-30 2015-12-30 Application program upgrading method and device of terminal equipment Active CN105677394B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511021513.1A CN105677394B (en) 2015-12-30 2015-12-30 Application program upgrading method and device of terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511021513.1A CN105677394B (en) 2015-12-30 2015-12-30 Application program upgrading method and device of terminal equipment

Publications (2)

Publication Number Publication Date
CN105677394A CN105677394A (en) 2016-06-15
CN105677394B true CN105677394B (en) 2020-01-21

Family

ID=56298058

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511021513.1A Active CN105677394B (en) 2015-12-30 2015-12-30 Application program upgrading method and device of terminal equipment

Country Status (1)

Country Link
CN (1) CN105677394B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958827B (en) * 2017-05-25 2021-11-02 贵州白山云科技股份有限公司 Method and system for processing program upgrading fault
CN108829416A (en) * 2018-05-30 2018-11-16 维沃移动通信有限公司 A kind of upgrading recommended method, server and terminal
CN109165082A (en) * 2018-08-21 2019-01-08 赛尔网络有限公司 System smooth upgrading method based on container
CN109257253B (en) * 2018-09-14 2020-11-27 视联动力信息技术股份有限公司 APP operation monitoring method and device
CN111399881B (en) * 2020-03-13 2024-03-15 北京万古科技股份有限公司 Application program updating method and device, storage medium and mobile terminal

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166577A (en) * 2014-08-26 2014-11-26 深圳市中兴移动通信有限公司 Method and device for upgrading system of mobile terminal
CN104298526A (en) * 2014-09-28 2015-01-21 北京畅游天下网络技术有限公司 Software updating method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103107905B (en) * 2011-11-14 2017-08-04 华为技术有限公司 Abnormality eliminating method, device and client
CN104182330B (en) * 2014-08-27 2018-04-27 北京金山安全软件有限公司 Application recommendation method and device and terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166577A (en) * 2014-08-26 2014-11-26 深圳市中兴移动通信有限公司 Method and device for upgrading system of mobile terminal
CN104298526A (en) * 2014-09-28 2015-01-21 北京畅游天下网络技术有限公司 Software updating method and device

Also Published As

Publication number Publication date
CN105677394A (en) 2016-06-15

Similar Documents

Publication Publication Date Title
CN105677394B (en) Application program upgrading method and device of terminal equipment
US9785535B2 (en) Multi-data analysis based proactive defect detection and resolution
US9665469B2 (en) System and method of runtime downloading of debug code and diagnostics tools in an already deployed baseboard management controller (BMC) devices
US10146524B1 (en) Preemptive deployment in software deployment pipelines
CN106598835B (en) Application testing method, device and system
US9182966B2 (en) Enabling dynamic software installer requirement dependency checks
US9747192B2 (en) Automated operating system installation on multiple drives
CN106980565B (en) Upgrading process monitoring method and device
US20140282488A1 (en) Automatic quality assurance for software installers
US11106520B2 (en) Systems and methods for preventing client application crashes due to operating system updates
US9563497B2 (en) Correcting a failure associated with a current firmware image
US20170364274A1 (en) Software Backup and Restoration Procedures Using Application and File Monitoring
WO2012116637A1 (en) System rescue method and device
KR20100050380A (en) Automated firmware recovery
CN106911494A (en) A kind of failure solution and device
CN105718340A (en) Crontab-based CPU stability test method
KR20160000758A (en) Fault Injection testing apparatus and method
CN116932010B (en) System firmware upgrading method, device and server
CN112099825A (en) Method, device and equipment for upgrading component and storage medium
CN112905230B (en) Application management method, device, terminal equipment and storage medium
CN112988776B (en) Method, device and equipment for updating text parsing rule and readable storage medium
US20180144134A1 (en) Detection system and detection method
US10372585B2 (en) Incident tracker
KR20140020287A (en) Software operability service
CN109428936B (en) APP upgrading method, device, system, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant