Method for quickly repairing edition issuing problem of client
A client and problem technology, applied in the field of application repair, can solve problems such as untimely repair, low real-time performance, inflexibility and controllability, etc., to achieve high real-time performance, flexible code modification, and good version compatibility.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0034] combined with figure 1 , this embodiment proposes a method for the client to quickly repair the release issue, and its implementation includes:
[0035] Step S1, when a problem occurs in the online application, find the file corresponding to the local problem and modify the problem, use the client to generate a patch package from the modified file, and provide it to the server.
[0036] When executing step S1, use the d8 tool in the build-tools in the client SDK to generate a patch package from the modified file.
[0037] Step S2, the client checks whether the server has a new patch package version, and if so, downloads the patch package of the server to the local.
[0038] When step S2 is executed, use the attachBaseContext() method in the custom application to detect whether there is a new patch package version on the server side.
[0039] The specific process of detecting whether there is a new patch package version on the server side:
[0040] First, the client i...
Embodiment 2
[0051] combined with figure 1 , this embodiment proposes a method for the client to quickly repair the release issue, and its implementation includes:
[0052] Step S1, when a problem occurs in the online application, find the file corresponding to the local problem and modify the problem, use the client to generate a patch package from the modified file, and provide it to the server.
[0053] When executing step S1, use the d8 tool in the build-tools in the client SDK to generate a patch package from the modified file.
[0054] The generated patch package is a dex file.
[0055] Step S2, the client checks whether the server has a new patch package version, and if so, downloads the patch package of the server to the local.
[0056] When step S2 is executed, use the attachBaseContext() method in the custom application to detect whether there is a new patch package version on the server side.
[0057] The specific process of detecting whether there is a new patch package vers...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
