CN112230949A - Terminal software upgrading method and device, electronic equipment and storage medium - Google Patents

Terminal software upgrading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112230949A
CN112230949A CN202010917724.8A CN202010917724A CN112230949A CN 112230949 A CN112230949 A CN 112230949A CN 202010917724 A CN202010917724 A CN 202010917724A CN 112230949 A CN112230949 A CN 112230949A
Authority
CN
China
Prior art keywords
upgrading
software
function
terminals
terminal
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
CN202010917724.8A
Other languages
Chinese (zh)
Inventor
代春香
周青山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NATIONAL COMPUTER VIRUS EMERGENCY RESPONSE CENTER
Qianxin Technology Group Co Ltd
Secworld Information Technology Beijing Co Ltd
Original Assignee
NATIONAL COMPUTER VIRUS EMERGENCY RESPONSE CENTER
Qianxin Technology Group Co Ltd
Secworld Information Technology Beijing 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 NATIONAL COMPUTER VIRUS EMERGENCY RESPONSE CENTER, Qianxin Technology Group Co Ltd, Secworld Information Technology Beijing Co Ltd filed Critical NATIONAL COMPUTER VIRUS EMERGENCY RESPONSE CENTER
Priority to CN202010917724.8A priority Critical patent/CN112230949A/en
Publication of CN112230949A publication Critical patent/CN112230949A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The embodiment of the invention provides a method and a device for upgrading terminal software, electronic equipment and a storage medium, wherein the method comprises the following steps: determining an upgrading terminal group according to the function type of a target upgrading function on the software and a software defect record table; and performing software upgrading corresponding to the target upgrading function on the terminals in the upgrading terminal group, determining that the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, and performing software upgrading corresponding to the target upgrading function on other terminals outside the upgrading terminal group and in the first control range. The method aims to firstly carry out software upgrading of a local range terminal and then carry out software upgrading of a global range terminal, realize upgrading planning starting from software defects, control the trial range of an upgrading function, reduce the influence range of direct global range terminal upgrading caused by upgrading function faults, and provide the reliability and maintainability of software.

Description

Terminal software upgrading method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of software upgrading technologies, and in particular, to a method and an apparatus for upgrading terminal software, an electronic device, and a storage medium.
Background
The software is a set of computer data and instructions organized according to a specific sequence, and can be divided into system software (such as a Windows operating system and an Android operating system) and application software (such as office, WeChat, Rongzhao, and the like), which need to be run at a terminal, but functional faults may exist in the running process, which are usually caused by software defects, for this reason, software defects corresponding to functions which are easy to fail in the software need to be optimized and upgraded, and the developed new functions can be upgraded to the software.
The existing software upgrading is carried out aiming at all terminals under a service end, so that a problem is involved: once the upgrade function is still faulty during operation, at this time, since the terminals are upgraded in the global range, software needs to be upgraded again after the upgrade function is further optimized, and the maintenance effect is not good.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides a terminal software upgrading method and device, electronic equipment and a storage medium.
In a first aspect, an embodiment of the present invention provides a method for upgrading terminal software, including:
determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of a service terminal;
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, upgrading the software corresponding to the target upgrading function for other terminals outside the upgrading terminal group and in the first control range.
Further, the determining an upgrade terminal group according to the function type of the target upgrade function on the software and the software defect record table includes:
and if the software defect matched with the function type exists in the software defect record table, acquiring a terminal identifier reporting the software defect, and constructing an upgrading terminal group.
Further, the determining an upgrade terminal group according to the function type of the target upgrade function on the software and the software defect record table includes:
and if the software defect record table is determined not to have the software defect matched with the function type, determining a first number of terminals from the terminals in the first control range, and constructing an upgrading terminal group.
Further, still include:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, if the terminals in the upgrading terminal group reflect the software defects matched with the function types in the first safe use period, upgrading and detecting the terminals reflecting the software defects to obtain a detection result, and optimizing an upgrading file corresponding to the target upgrading function according to the detection result.
Further, still include:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group reflect the software defects in the first safe use period and the software defects are not matched with the function types, storing the software defects in a software defect record table.
Further, after determining that the software defect reflected in the software defect record table does not exist, the method further includes:
and if the fact that the software defect and the target upgrading function have cause and effect associated information is determined, optimizing an upgrading file corresponding to the target upgrading function according to the cause and effect associated information.
A second aspect and an embodiment of the present invention provide an apparatus for upgrading software on a terminal, including:
the system comprises a grouping module, a service end and a service end, wherein the grouping module is used for determining an upgrading terminal group according to a function type of a target upgrading function on software and a software defect record table, the software defect record table contains software defects which are collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of the service end;
and the upgrading module is used for upgrading the software corresponding to the target upgrading function of the terminals in the upgrading terminal group, determining that the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, and upgrading the software corresponding to the target upgrading function of other terminals outside the upgrading terminal group and in the first control range.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the above terminal software upgrading method when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the above terminal software upgrading method.
In a fifth aspect, embodiments of the present invention provide a computer program product, which includes computer executable instructions, and when executed, the instructions are used to implement the steps of the above terminal software upgrading method.
The embodiment of the invention provides a terminal software upgrading method, a device, electronic equipment and a storage medium, and aims to firstly carry out software upgrading of a local range terminal and then carry out software upgrading of a global range terminal, when the local range terminal is upgraded, the local range terminal is determined according to the function type of an upgrading function and a software defect record table, upgrade planning is carried out starting from software defects, the trial range of the upgrading function is controlled, the influence range of direct global range terminal upgrading caused by upgrading function faults is reduced, and the reliability and maintainability of software are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flowchart of an embodiment of a method for upgrading terminal software according to the present invention;
FIG. 2 is a block diagram of an embodiment of a terminal software upgrading apparatus according to the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 invention.
Fig. 1 shows a schematic flowchart of a terminal software upgrading method according to an embodiment of the present invention, and referring to fig. 1, the method includes:
s11, determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of the service terminal;
s12, software upgrading corresponding to the target upgrading function is conducted on the terminals in the upgrading terminal group, it is determined that in the first safe use period, the terminals in the upgrading terminal group do not reflect the software defect matched with the function type, and software upgrading corresponding to the target upgrading function is conducted on other terminals outside the upgrading terminal group and in the first control range.
With respect to step S11 and step S12, it should be noted that, in the embodiment of the present invention, the target upgrade function is a function that the software owner plans to upgrade in the software. Such as "local disinfection functions" in disinfection software, "active copies" in gaming software, and the like.
The function planned to be upgraded in the software may be a function newly developed by a software owner or an existing function which often fails in operation.
When the terminal runs software, a fault occurs, and the fault can be reported to reflect the software defect. The software defect recording table is used for recording the reported software defects. The software defect recording table includes: and reporting the terminal identification, the software defect and the function type.
When software is optimized and upgraded, software on all terminals under management and control of the server side needs to be upgraded. Here, the first control range is a capability range that a certain service end can control a terminal, that is, a terminal deployed under the service end.
In this embodiment, after the software is upgraded, it cannot be guaranteed whether the upgraded file corresponding to the function is good in quality, that is, an operation failure may occur. Therefore, software upgrading cannot be performed on all terminals under the control of the server at the same time.
In this embodiment, a part of all terminals under the control of the server is upgraded, and when the upgrade effect is good, the software upgrade is performed on the remaining terminals.
Then, a part of the terminals selected from all the terminals under the control of the server is used as the upgrading terminal group in the execution process of the implementation method.
In this embodiment, in general, software upgrade planning is performed on both newly developed functions and functions that are prone to operating faults more or less according to defects reflected by the terminal. Therefore, the upgrading terminal group is determined according to the function type of the target upgrading function on the software and the software defect record table, so that the targeted upgrading planning on the fault function is facilitated, and the upgrading monitoring on the terminal with the software running fault is performed firstly.
And performing software upgrading corresponding to the target upgrading function on all the terminals in the upgrading terminal group. After upgrading, the terminals in the upgrading terminal group are monitored in real time whether to report and reflect the software defects. Here, in order to distinguish the reported and reflected software defects from the above-mentioned software defect record table, the reported and reflected software defects may be stored together and recorded as an upgrade defect record table.
After the target upgrading function in the software is upgraded, a research period is given, namely: a first safe use period. After the safe use period is finished, whether the software defect which is reflected by the terminal in the upgrading terminal group and is matched with the function type of the target upgrading function is recorded in the upgrading defect recording table or not is judged. If the software defect which is reflected by the terminal in the upgrading terminal group and is matched with the function type of the target upgrading function is not recorded in the upgrading defect recording table, the target upgrading function in the software is well upgraded, and at the moment, software upgrading corresponding to the target upgrading function is carried out on other terminals outside the upgrading terminal group and belonging to the first control range, so that software upgrading of all terminals deployed under the service end is realized.
For example, the number of terminals managed and controlled by the server is 100, and 20 terminals report a software defect in the first time period. If there are three kinds of software defects A, B, C in the software defect record list or the upgrade defect record list. The target upgrading function is a target function for making an upgrading plan for the software defect a. At this time, the function type of the target upgrading function can be matched with the software defect A in the software defect record table, and then 6 terminals determining to report the software defect A in 20 terminals reporting the software defect construct an upgrading terminal group.
And then, performing software upgrading corresponding to the target upgrading function on the 6 terminals, wherein in a safe use period, the 6 terminals do not reflect the software defect matched with the function type, and at the moment, performing software upgrading corresponding to the target upgrading function on the other 94 terminals managed and controlled by the server.
The terminal software upgrading method provided by the embodiment of the invention aims to upgrade the software of a local range terminal firstly and then upgrade the software of a global range terminal, determines the local range terminal according to the function type of an upgrading function and a software defect record table when the local range terminal is upgraded, realizes upgrading planning starting from software defects, controls the trial range of the upgrading function, reduces the influence range of direct global range terminal upgrading caused by upgrading function faults, and provides the reliability and maintainability of the software.
In a further embodiment of the method in the above embodiment, the explanation is mainly given to a processing procedure of determining an upgrade terminal group according to a function type of a target upgrade function on software and a software defect record table, which is specifically as follows:
if the software defect record table has the software defect matched with the function type, the terminal identification reporting the software defect is obtained, and an upgrading terminal group is constructed.
In contrast, it should be noted that, based on the fact that the terminal reflects that the function a (called a target upgrade function) has an operation fault for many times in the first time period, the software defect is reported, and therefore, an upgrade plan needs to be timely performed on the function a. At this time, the function type of the target upgrading function has a matched software defect in the software defect record table, so that the terminals which report the software defect at the first time period are grouped into an upgrading terminal group.
In this embodiment, since the upgrade target upgrade function is a timely remedy for the software defect fed back by the history, the terminal feeding back the software defect is used as a test terminal for software upgrade, so that the upgrade function of the test software can be well targeted, and operability is provided for subsequent software upgrade of the global terminal.
In a further embodiment of the method in the above embodiment, the explanation is mainly given to a processing procedure of determining an upgrade terminal group according to a function type of a target upgrade function on software and a software defect record table, which is specifically as follows:
and if the software defect record table does not have the software defect matched with the function type, determining a first number of terminals from the terminals in the first control range, and constructing an upgrading terminal.
In contrast, it should be noted that, when there is no software defect matching the function type in the software defect record table, it indicates that the target upgrade function is a newly developed function with a high probability, and at this time, a certain number of terminals are randomly selected from terminals within the first control range to construct an upgrade terminal group. Here, if there is a difference in the time for the terminal to install the software, the terminal that installed the software earlier may be classified into the upgrade terminal group.
In this embodiment, for software upgrading of new function development, each terminal is operated for the first time, and at this time, a first number of terminals are determined from terminals within a first control range, an upgrade terminal is constructed, the upgrade function of test software is completed, and operability is provided for subsequent software upgrading of terminals within a global range.
In a further embodiment of the method in the above embodiment, software upgrade corresponding to a target upgrade function is performed on terminals in the upgrade terminal group, and if it is determined that the terminals in the upgrade terminal group reflect a software defect matching the function type within the first safe use period, upgrade detection is performed on the terminals reflecting the software defect to obtain a detection result, and an upgrade file corresponding to the target upgrade function is optimized according to the detection result.
In contrast, it should be noted that if the terminal of the terminal group reflects a software defect matching with the function type of the target upgrade function, it indicates that the terminal serving as the test upgrade function has a fault and a software defect when executing the function. At this time, it is necessary to perform upgrade detection on the terminal reflecting the software defect in the terminal group, where the upgrade detection includes whether upgrade installation is completed or not, whether terminal configuration is not favorable for software operation or not, and the like. And after detection, obtaining a detection result, and correcting and modifying the upgrade file corresponding to the target upgrade function according to the detection result to realize the optimization processing of the upgrade file.
In the embodiment, the terminal reflecting the software defect is timely upgraded and detected, and the upgrade file can be optimized as soon as possible, so that the software upgrade of the terminal in the global scope is realized as soon as possible.
In a further embodiment of the method in the above embodiment, software upgrading corresponding to the target upgrade function is performed on the terminals in the upgrade terminal group, and if it is determined that the terminals in the upgrade terminal group reflect a software defect and the software defect does not match the function type in the first safe use period, it is determined that the software defect does not exist in the software defect record table, and the software defect is stored in the software defect record table.
In contrast, it should be noted that the terminal of the terminal group reflects the software defect matched with the function type of the target upgrade function, and if the software defect is not matched with the function type, it indicates that the terminal may have a good upgrade function after upgrading the target function, but there are other types of software defects in the operation process. At this time, if the software defect record table does not have the software defect reflected currently, the software defect is stored in the software defect record table; if the software defect record table has the software defect which is currently reflected, the software defect record table does not need to be recorded. Or, the update defect entry table mentioned in the above embodiments is recorded for easy distinction.
In a further embodiment of the method according to the above embodiment, it is mainly explained that the subsequent processing after determining that no software defect reflected in the software defect record table exists, because the target function is not upgraded, the software defect record table does not record the software defect reflected after the current upgrade, and it is determined whether there is a functional fault generated by the operation after upgrading the target function. Therefore, whether causal associated information exists between the currently reflected software defect and the target upgrading function needs to be determined, if so, the upgrading file corresponding to the target upgrading function is optimized according to the causal associated information, so that new software defects caused by upgrading the target function are prevented.
When the software defect is not present in the software defect entry table, it indicates that the software defect is a newly generated defect. At this time, the function type of the software defect is determined, and then whether data interaction exists between the function type of the software defect and the function type of the target upgrading function is determined based on a pre-stored data interaction relation table among the function types. And if the data interaction exists, determining that the software defect of the current reaction has causal association with the target upgrading function, and acquiring corresponding causal association information.
Fig. 2 shows a schematic structural diagram of a software upgrading apparatus on a terminal according to an embodiment of the present invention, and referring to fig. 2, the apparatus includes a grouping module 21 and an upgrading module 22, where:
the grouping module 21 is configured to determine an upgrade terminal group according to a function type of a target upgrade function on software and a software defect record table, where the software defect record table includes software defects reported by terminals belonging to a first control range and collected within a first time period, and terminals in the upgrade terminal group are part of terminals in a first control range of a server;
and the upgrading module 22 is configured to perform software upgrading corresponding to the target upgrading function on the terminals in the upgrading terminal group, and if it is determined that the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, perform software upgrading corresponding to the target upgrading function on other terminals outside the upgrading terminal group and in the first control range.
In a further embodiment of the apparatus of the above embodiment, the grouping module is specifically configured to:
and if the software defect matched with the function type exists in the software defect record table, acquiring a terminal identifier reporting the software defect, and constructing an upgrading terminal group.
In a further embodiment of the apparatus of the above embodiment, the grouping module is specifically configured to:
and if the software defect record table is determined not to have the software defect matched with the function type, determining a first number of terminals from the terminals in the first control range, and constructing an upgrading terminal group.
In a further embodiment of the apparatus of the above embodiment, the upgrade module is further configured to:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, if the terminals in the upgrading terminal group reflect the software defects matched with the function types in the first safe use period, upgrading and detecting the terminals reflecting the software defects to obtain a detection result, and optimizing an upgrading file corresponding to the target upgrading function according to the detection result.
In a further embodiment of the apparatus of the above embodiment, the upgrade module is further configured to:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, if the terminals in the upgrading terminal group reflect the software defects in the first safe use period and the software defects are not matched with the function types, determining that the software defects do not exist in the software defect record table, and storing the software defects in the software defect record table.
In a further embodiment of the apparatus in the above embodiment, after determining that the software defect does not exist in the software defect record table, the upgrade module is further specifically configured to:
and if the fact that the software defect and the target upgrading function have cause and effect associated information is determined, optimizing an upgrading file corresponding to the target upgrading function according to the cause and effect associated information.
Since the principle of the apparatus according to the embodiment of the present invention is the same as that of the method according to the above embodiment, further details are not described herein for further explanation.
It should be noted that, in the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
The software upgrading device on the terminal provided by the embodiment aims to upgrade the software of the terminal in the local range firstly and then upgrade the software of the terminal in the global range, determines the terminal in the local range according to the function type of the upgrading function and the software defect record table when the terminal in the local range is upgraded, realizes upgrading planning from software defects, controls the trial range of the upgrading function, reduces the influence range of direct terminal upgrading in the global range caused by upgrading function faults, and provides the reliability and maintainability of the software.
Fig. 3 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 3: a processor (processor)31, a communication Interface (communication Interface)32, a memory (memory)33 and a communication bus 34, wherein the processor 31, the communication Interface 32 and the memory 33 are communicated with each other via the communication bus 34. The processor 31 may call logic instructions in the memory 33 to perform the following method: determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of a service terminal; and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, upgrading the software corresponding to the target upgrading function for other terminals outside the upgrading terminal group and in the first control range.
In addition, the logic instructions in the memory 33 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a 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 invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Embodiments of the present invention further provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the method provided in the foregoing embodiments when executed by a processor, and the method includes: determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of a service terminal; and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, upgrading the software corresponding to the target upgrading function for other terminals outside the upgrading terminal group and in the first control range.
Embodiments of the present invention further provide a computer program product, where the computer program product includes computer-executable instructions, where the instructions are implemented to perform the methods provided in the foregoing embodiments, for example, the methods include: determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of a service terminal; and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, upgrading the software corresponding to the target upgrading function for other terminals outside the upgrading terminal group and in the first control range.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will 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 of the embodiments of the present invention.

Claims (10)

1. A terminal software upgrading method is characterized by comprising the following steps:
determining an upgrading terminal group according to the function type of a target upgrading function on software and a software defect record table, wherein the software defect record table contains software defects collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of a service terminal;
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, upgrading the software corresponding to the target upgrading function for other terminals outside the upgrading terminal group and in the first control range.
2. The method for upgrading terminal software according to claim 1, wherein the determining of the group of upgraded terminals according to the function type of the target upgraded function on the software and the software defect record table comprises:
and if the software defect matched with the function type exists in the software defect record table, acquiring a terminal identifier reporting the software defect, and constructing an upgrading terminal group.
3. The method for upgrading terminal software according to claim 1, wherein the determining of the group of upgraded terminals according to the function type of the target upgraded function on the software and the software defect record table comprises:
and if the software defect record table is determined not to have the software defect matched with the function type, determining a first number of terminals from the terminals in the first control range, and constructing an upgrading terminal group.
4. The method for upgrading terminal software according to claim 1, further comprising:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, if the terminals in the upgrading terminal group reflect the software defects matched with the function types in the first safe use period, upgrading and detecting the terminals reflecting the software defects to obtain a detection result, and optimizing an upgrading file corresponding to the target upgrading function according to the detection result.
5. The method for upgrading terminal software according to claim 1, further comprising:
and upgrading software corresponding to the target upgrading function for the terminals in the upgrading terminal group, and if the terminals in the upgrading terminal group reflect the software defects in the first safe use period and the software defects are not matched with the function types, storing the software defects in a software defect record table.
6. The terminal software upgrading method according to claim 5, further comprising, after determining that the software defect reflected in the software defect record table does not exist, the steps of:
and if the fact that the software defect and the target upgrading function have cause and effect associated information is determined, optimizing an upgrading file corresponding to the target upgrading function according to the cause and effect associated information.
7. An apparatus for upgrading software on a terminal, comprising:
the system comprises a grouping module, a service end and a service end, wherein the grouping module is used for determining an upgrading terminal group according to a function type of a target upgrading function on software and a software defect record table, the software defect record table contains software defects which are collected in a first time period and reported by terminals belonging to a first control range, and the terminals in the upgrading terminal group are part of the terminals in the first control range of the service end;
and the upgrading module is used for upgrading the software corresponding to the target upgrading function of the terminals in the upgrading terminal group, determining that the terminals in the upgrading terminal group do not reflect the software defect matched with the function type in the first safe use period, and upgrading the software corresponding to the target upgrading function of other terminals outside the upgrading terminal group and in the first control range.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the terminal software upgrading method as claimed in any one of claims 1 to 6 are implemented when the program is executed by the processor.
9. A non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for upgrading terminal software according to any one of claims 1 to 6.
10. A computer program product comprising computer executable instructions for carrying out the steps of the terminal software upgrade method according to any one of claims 1 to 6 when executed.
CN202010917724.8A 2020-09-03 2020-09-03 Terminal software upgrading method and device, electronic equipment and storage medium Pending CN112230949A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010917724.8A CN112230949A (en) 2020-09-03 2020-09-03 Terminal software upgrading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010917724.8A CN112230949A (en) 2020-09-03 2020-09-03 Terminal software upgrading method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112230949A true CN112230949A (en) 2021-01-15

Family

ID=74116039

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010917724.8A Pending CN112230949A (en) 2020-09-03 2020-09-03 Terminal software upgrading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112230949A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115297366A (en) * 2022-08-03 2022-11-04 中国电信股份有限公司 Application program updating method and device and network television playing software updating system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161933A1 (en) * 2009-12-24 2011-06-30 International Business Machines Corporation Software defect tracking
CN109408080A (en) * 2018-01-25 2019-03-01 维沃移动通信有限公司 A kind of method and terminal of application upgrade
CN110764798A (en) * 2019-09-06 2020-02-07 深圳平安通信科技有限公司 Microcode upgrading method, device, computer equipment and storage medium
CN111142898A (en) * 2019-12-11 2020-05-12 北京明朝万达科技股份有限公司 Data leakage-proof terminal upgrading method and system based on group intelligent mode
CN111399876A (en) * 2020-03-06 2020-07-10 南京领行科技股份有限公司 Software upgrading method and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161933A1 (en) * 2009-12-24 2011-06-30 International Business Machines Corporation Software defect tracking
CN109408080A (en) * 2018-01-25 2019-03-01 维沃移动通信有限公司 A kind of method and terminal of application upgrade
CN110764798A (en) * 2019-09-06 2020-02-07 深圳平安通信科技有限公司 Microcode upgrading method, device, computer equipment and storage medium
CN111142898A (en) * 2019-12-11 2020-05-12 北京明朝万达科技股份有限公司 Data leakage-proof terminal upgrading method and system based on group intelligent mode
CN111399876A (en) * 2020-03-06 2020-07-10 南京领行科技股份有限公司 Software upgrading method and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115297366A (en) * 2022-08-03 2022-11-04 中国电信股份有限公司 Application program updating method and device and network television playing software updating system

Similar Documents

Publication Publication Date Title
US10824521B2 (en) Generating predictive diagnostics via package update manager
US7604162B2 (en) Method and system for management of terminal devices
US20190182105A1 (en) System facilitating prediction, detection and mitigation of network or device issues in communication systems
CN107800783B (en) Method and device for remotely monitoring server
CN103200021B (en) Network management system, client, service end and the method for realizing batch configuration data
CN110765018B (en) Automatic interface testing method and equipment
CN110088744B (en) Database maintenance method and system
CN109787858B (en) Method and terminal for issuing services in batches
CN113163414B (en) Information processing method and near-real-time radio access network controller
CN111258850B (en) Method and device for updating software information based on Linux system
CN107516547A (en) The processing method and processing device of internal memory hard error
WO2023125851A1 (en) Remote diagnostics method and apparatus, electronic device and storage medium
CN109088773A (en) Fault self-recovery method, apparatus, server and storage medium
CN112230949A (en) Terminal software upgrading method and device, electronic equipment and storage medium
CN113608908B (en) Server fault processing method, system, equipment and readable storage medium
CN112054925A (en) Method and device for deploying background service
CN109672573B (en) Configuration file deployment method, configuration file determination method, server and storage medium
CN110198249B (en) Power distribution automation system testing method and system
CN112068935A (en) Method, device and equipment for monitoring deployment of kubernets program
US11356331B2 (en) Wireless configuration diagnosis framework
KR20000051749A (en) Automatic analyzer of trouble shooting in base station manager system method for solving the trouble
CN110716826A (en) Cloud disk upgrading and scheduling method, cloud host, scheduling device and system
CN117938624A (en) Online service fault exercise method, electronic equipment and storage medium
CN115994083A (en) Abnormality processing method and device, electronic equipment and readable storage medium
CN115460109A (en) Connection state detection method and device, computer equipment and readable 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