CN112486836A - Method and device for debugging distribution package, electronic equipment and medium - Google Patents

Method and device for debugging distribution package, electronic equipment and medium Download PDF

Info

Publication number
CN112486836A
CN112486836A CN202011452217.8A CN202011452217A CN112486836A CN 112486836 A CN112486836 A CN 112486836A CN 202011452217 A CN202011452217 A CN 202011452217A CN 112486836 A CN112486836 A CN 112486836A
Authority
CN
China
Prior art keywords
debugging
control program
packet
distribution package
terminal equipment
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.)
Granted
Application number
CN202011452217.8A
Other languages
Chinese (zh)
Other versions
CN112486836B (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 Zhanxinzhanli Information Technology Co ltd
Original Assignee
Beijing Zhanxinzhanli Information 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 Zhanxinzhanli Information Technology Co ltd filed Critical Beijing Zhanxinzhanli Information Technology Co ltd
Priority to CN202011452217.8A priority Critical patent/CN112486836B/en
Publication of CN112486836A publication Critical patent/CN112486836A/en
Application granted granted Critical
Publication of CN112486836B publication Critical patent/CN112486836B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for debugging a publishing packet, corresponding electronic equipment, a storage medium and a program product. The method for debugging the publishing packet comprises the following steps: starting a publishing packet; detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located; when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and, debugging the distribution package by debugging the control program. The method for debugging the issuing packet provided by the invention avoids the condition that debugging results of the debugging packet are different from those of the issuing packet in the prior art and various debugging problems caused by the condition, avoids the risk of data leakage and the false triggering operation of a user, solves the problems of code safety, data safety and the like when the issuing packet is debugged, simultaneously improves the development and test efficiency, and realizes an efficient, flexible and safe debugging scheme.

Description

Method and device for debugging distribution package, electronic equipment and medium
Technical Field
The present invention relates to the field of application program technologies, and in particular, to a method and an apparatus for debugging a distribution package, an electronic device, and a medium.
Background
An Application (APP) can implement various functions in a mobile terminal, and is indispensable when a user uses the mobile terminal. In the development and maintenance process of the application program, debugging is an important link.
At present, for an application program publishing packet published to each application store for a user, a commonly used debugging method is to directly implant a control code into the publishing packet, trigger a control page by clicking a hidden button or long-pressing a certain button, and then control the operation of switching a service function of the publishing packet or printing a log and the like by pre-burying the debugging code in the control page. Or, the source code corresponding to the publishing packet may be changed without directly debugging the publishing packet, and then repackaged and simulated as the publishing packet to debug.
However, the existing method implants the code for debugging into the publishing packet, which may be obtained by many users, and the security of the code is undoubtedly deteriorated. More than this, similar to the way of clicking a hidden button or pressing a certain button for a long time to trigger a control page, there is a certain probability that the control page is triggered by a user by mistake, resulting in the control page being exposed to the user, and reducing the user experience and also resulting in unknown risks such as information leakage.
If the mode of repackaging simulation for debugging after changing the source code is selected, although the control page cannot be found by the user, the problem that the repackaged debugging package is different from the real issuing package variables occurs, and the variables can affect the debugging result.
Disclosure of Invention
The invention provides a method for debugging a distribution package, a device for debugging the distribution package, corresponding electronic equipment and a non-transient computer readable storage medium, which are used for solving the problems of code safety, data safety and the like in the process of debugging the distribution package in the prior art and realizing an efficient, flexible and safe debugging scheme.
In a first aspect, the present invention provides a method for debugging a distribution package, including the following steps:
starting a publishing packet;
detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and is
The publishing package is debugged by the debug control program.
The method for debugging the publishing packet provided by the invention further comprises the following steps: before starting the publishing packet, a debugging control program is started on the terminal device.
The method for debugging the publishing packet provided by the invention further comprises the following steps: after the debugging control program is connected, the information is issued and received by means of interprocess communication.
The method for debugging the publishing packet provided by the invention further comprises the following steps: the issuing package executes the operation corresponding to the pre-buried command according to the received information.
According to the method for debugging the issuing package provided by the invention, the issuing package detects whether the debugging control program exists on the terminal equipment where the issuing package is located, and the method specifically comprises the following steps: an encryption character string is generated through a secure encryption method, and then whether a component capable of processing the encryption character string exists in the terminal equipment is detected to determine whether a debugging control program exists on the terminal equipment.
The method for debugging the publishing packet provided by the invention further comprises the following steps:
before starting a publishing packet, setting configuration information in a debugging control program, and storing the configuration information; and the number of the first and second groups,
accordingly, when it is detected that the debugging control program exists on the terminal device, the configuration information is read and applied to the distribution package.
In a second aspect, the present invention further provides an apparatus for debugging a distribution package, including:
the starting module is used for starting the publishing packet;
the detection module is used for detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
the connection module is used for connecting the debugging control program when detecting that the debugging control program exists on the terminal equipment; and
and the debugging module is used for debugging the publishing packet through the debugging control program.
In a third aspect, the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the method for debugging a distribution package as described above when executing the computer program.
In a fourth aspect, the present invention also provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of debugging a distribution package as any one of the above.
In a fifth aspect, the present invention also provides a computer program product comprising a computer program which, when executed by a processor, performs the steps of the method of debugging a distribution package as any one of the above.
According to the technical scheme, the method for debugging the release package, the device for debugging the release package, the electronic equipment, the storage medium and the program product provided by the invention have the advantages that the debugging control program is arranged on the terminal equipment, so that the situation that the debugging result of the repackaged debugging package is different from the real debugging result of the release package in the debugging schemes in the prior art and various debugging problems caused by the debugging result, including error judgment and the like, are avoided; in addition, by isolating the publishing packet and the debugging control program, the risk of code and data leakage and poor experience brought by false triggering operation of a user in another debugging scheme in the prior art are avoided.
Therefore, the technical scheme of the invention improves the debugging scheme which is not flexible enough, not safe enough and low in efficiency in the prior art, and obviously improves the data safety and the development and test efficiency.
Drawings
In order to more clearly illustrate 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. It should be apparent that the drawings in the following description are part of embodiments of the invention and that other drawings may be derived from those drawings by a person skilled in the art without inventive effort.
FIG. 1 is a flow diagram illustrating a method for debugging a distribution package provided by an embodiment of the invention;
FIG. 2 is a flow chart illustrating a method of debugging an issue package provided by another embodiment of the present invention;
fig. 3 is a schematic structural diagram illustrating an apparatus for debugging an issue package according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram illustrating 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 present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, 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.
The invention provides a method for debugging a publishing packet, which comprises the following steps as shown in figure 1:
starting a publishing packet;
detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and is
The publishing package is debugged by the debug control program.
According to the present embodiment, after preliminary development of an application is completed on a software development kit or an Integrated Development Environment (IDE), a source program is compiled, an application distribution package is generated, and the distribution package is distributed to the public or a specified range of user groups through a network path such as an application store. Through operations such as downloading by a user, the publishing package is deployed to a device of the user, preferably, the device is a mobile terminal, such as a mobile phone, a tablet computer, and the like.
At this time, if the debugging of the publishing packet is desired, the publishing packet can be started, and then whether the debugging control program exists on the mobile terminal where the publishing packet is located is detected through the publishing packet. Specifically, the character string may be encrypted by a character string security encryption method, and it is detected whether any component in the mobile terminal is capable of processing the generated encrypted character string. If such a component is detected, or a component responds to the request for processing the encrypted string, it can be determined that the debug control program set for the distribution packet exists on the mobile terminal.
If the publishing packet program detects the presence of the debug control program, the debug control program is connected, e.g., bound to the component that responded using bindService. On the other hand, if the issuing package program is detected to be that the debugging control program does not exist, the issuing package program is normally operated.
Based on the technical scheme of the embodiment, the configuration of the distribution package can be safely changed. Specifically, the configuration parameters can be changed through the debugging control program, and corresponding instructions are sent to the publishing package. Alternatively, the configuration of the distribution package may be initialized by this method, if necessary.
Due to improvements in functionality and patching of vulnerabilities, applications require constant updating and debugging. For a distribution package that is distributed to various application stores and available to a large number of users, such debugging becomes difficult and insecure in the prior art. In view of the above problems, the technical solution of the present invention is preferably applied to a packet that has been released and deployed to a mobile terminal. However, the present invention is not limited thereto, and the technical solution of the present invention described above is also applicable to a non-publicly released distribution package, in addition to debugging on a software development kit or an Integrated Development Environment (IDE).
Compared with the prior art, the method for debugging the release packet provided by the embodiment sets the debugging control program on the mobile terminal device, avoids the condition that the debugging packet packed again is inconsistent with the debugging result of the real release packet, and avoids the leakage risk of codes and the false triggering operation of users by splitting the debugging control program separately.
Therefore, the debugging method simultaneously solves the problems of data security and result reliability in debugging the publishing packet in the prior art, realizes an efficient, flexible and safe debugging scheme, can also realize safe initialization and/or updating of the configuration of the publishing packet, and greatly improves the development and test efficiency.
Based on the contents of the above-described embodiment, in the present embodiment, before starting the distribution package, the debug control program is started on the terminal device.
Since the debug control program is completely isolated from the release package, usually, the debug control program is first started on the mobile terminal, and the release package program is in an un-started state at this time.
By the mode, the technical scheme provided by the embodiment solves the problems of code security and data security of the debugging control program, and the problem that the code and data security faces leakage because the control program is embedded into the issuing packet to control the issuing packet like the prior art is solved.
Based on the contents of the above-described embodiment, in the present embodiment, after the debug control program is connected, information is issued and received by way of inter-process communication.
In the debugging process according to the present embodiment, if the connection of the debugging control program is successful, the issuing and receiving of information are started by means of inter-process communication (for example, Messenger). Preferably, a server-client architecture, i.e., a CS architecture, is employed to publish/receive information.
The inter-process communication realizes communication control in the debugging process, for example, as described above, when the configuration parameters are changed by the debugging control program, the configuration parameters changed by the debugging control program can be sent to the issue packet through the Messenger.
Therefore, the method for debugging the release packet is flexible and convenient to operate, and can greatly improve the efficiency of development and testing. For example, a certain function in an application program normally appears in an original test environment, but a problem occurs in an online environment, a processing mode in the prior art usually provides a plurality of environment release packages for testing and reproducing, and according to the technical scheme of the present invention, by directly configuring environment information into the online environment through a debugging control program, the configuration information can be read when the release package is started, so that the environment is switched to the online environment to reproduce the problem.
Based on the contents of the above-described embodiment, in the present embodiment, the distribution package performs an operation corresponding to the pre-buried command according to the received information.
After the message is received by the Messenger, the issuing packet program can execute the operation corresponding to the preset command according to the instruction in the message, so that a plurality of program environments or behaviors and the like can be controlled when the issuing packet is started, and the development and test efficiency is improved.
Based on the content of the foregoing embodiment, in this embodiment, detecting, by the publishing packet, whether the debugging control program exists on the terminal device where the publishing packet is located specifically includes: an encryption character string is generated through a secure encryption method, and then whether a component capable of processing the encryption character string exists in the terminal equipment is detected to determine whether a debugging control program exists on the terminal equipment.
After the issuing package program is started, the issuing package program firstly detects whether a debugging control program exists on the mobile terminal, the detection preferably adopts a character string security encryption method to generate an encrypted character string (for example, Action), then uses Intent to detect whether a component capable of receiving the Intent exists in the mobile terminal, and if the component exists, namely the component capable of processing the encrypted character string, the debugging control program exists on the mobile terminal.
When detecting that the debugging control program exists on the mobile terminal, the components receiving the Intent are connected by using bindService, and the configuration information can be read according to the requirement.
A string security encryption method is a scheme that does not directly write a plaintext string in a code in an application, and the purpose of the scheme is to hide some strings in the code that may present a security risk. Here, a preferred secure string encryption method is exemplified, which comprises the steps of:
splitting the source character string, dividing the source character string into three parts, and if the source character string cannot be divided evenly, for example, the source character string is distributed according to the sequence of the first part, the second part and the third part, the third part may have one less character or the second part and the third part respectively have one less character;
generating corresponding byte arrays from the characters in the first part, dividing the byte arrays into two groups, directly transmitting the first group by using a byte parameter, and directly putting the second group into the arrays for use;
the second part uses the character string combination mode to wrap the characters by a plurality of program functions, thereby achieving the purpose of confusion;
the character string in the third part still generates a binary array, carries out the transmission parameter after the bit operation, and carries out the reverse bit operation when in use.
In use, the three aforementioned parts may be recombined into a string.
By using the character string in an encryption mode, the data security of the debugging process is further improved. The secure string encryption method used in the present invention is not limited thereto, and any encryption method that can ensure the security of the code can be used.
Although the example under the Android system is described above, the present invention is not limited thereto, and may also be applied to an operating system on other terminal devices such as iOS.
Another embodiment of the present invention also provides a method for debugging a distribution package, referring to fig. 2, the method comprising the steps of:
setting configuration information in a debugging control program, and storing the configuration information;
starting a publishing packet;
detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program, reading the configuration information, and applying the configuration information to the issuing packet; and
the publishing package is debugged by the debug control program.
According to the technical scheme of the embodiment, the configuration information can be read when the publishing package program is started. Specifically, the method comprises the following steps:
configuring information in a debugging control program, serializing the configuration information into a Json format, and storing the configuration information into a disk in a persistent mode, wherein the persistent storage position is usually a shared storage area;
if the debugging control program is detected in the terminal equipment, setting a Debug mode pre-embedded in the code to true, simultaneously using a bindService debugging control program, and reading configuration information stored in the shared storage area;
after the configuration information is read, the configuration information is deserialized according to a protocol and then applied to achieve the purpose of controlling configuration.
For other details in this embodiment, reference may be made to the foregoing embodiments, which are not described herein again.
According to the technical scheme, the method for debugging the release packet provided by the invention isolates the release packet from the debugging program by splitting the debugging control program, improves the safety of the debugging program and realizes the purpose of safely changing the configuration of the release packet. Moreover, the control of the publishing packet is simple, complicated hidden operations such as repeated clicking or long button pressing are not needed, and the development and the use become more concise and efficient.
The device for debugging the publishing packet provided by the invention is described below, and the device described below and the method for debugging the publishing packet described above can be referred to correspondingly. Referring to fig. 3, the apparatus for debugging a distribution package provided in this embodiment specifically includes:
a starting module 21, configured to start a distribution package;
the detection module 23 is configured to detect whether a debugging control program exists on the terminal device where the publishing packet is located;
a connection module 25, configured to connect the debugging control program when detecting that the debugging control program exists on the terminal device; and
and a debugging module 27 for debugging the publishing packet by debugging the control program.
The device for debugging a distribution package provided by the embodiment of the present invention can be used for executing the method for debugging a distribution package described in the above embodiment, and the working principle and the beneficial effect are similar, so detailed description is omitted here, and specific contents can be referred to the description of the above embodiment.
In this embodiment, it should be noted that the apparatus in the embodiment of the present invention may be implemented by software and/or hardware, and may be integrated in a user terminal device such as a mobile phone, a tablet computer, and the like. The units in the device are only divided according to the functional logic, and are not limited to the above division as long as the corresponding functions can be realized. The units can be integrated into a whole or separately deployed; may be combined into one unit or further divided into a plurality of sub-units.
Based on the same inventive concept, another embodiment of the present invention provides an electronic device, referring to fig. 4, which may include: processor 810, communication interface 820, memory 830, and communication bus 840, wherein processor 810, communication interface 820, and memory 830 communicate with each other via communication bus 840.
The processor 810 may invoke a computer program in the memory 830 to perform a method of debugging a distribution package, for example, comprising the steps of: starting a publishing packet; detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located; when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and, debugging the distribution package by debugging the control program.
It will be appreciated by those skilled in the art that the processor 810 may also implement the method of debugging a publishing package provided by any embodiment of the present invention, and that the electronic device shown in fig. 4 is merely an example, and may be implemented by any device capable of invoking instructions to implement the aforementioned method of debugging a publishing package.
The logic instructions in the memory 830 may also be implemented in software as a functional unit and sold or used as a stand-alone product, which is stored in a computer readable storage medium. 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 several 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.
Based on the aforementioned inventive concept, a further embodiment of the present invention provides a non-transitory computer-readable storage medium having stored thereon a computer program, which, when executed by a processor, implements the steps of the above-described method of debugging a distribution package. For example, the processor, when executing the computer program, implements the following: starting a publishing packet; detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located; when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and, debugging the distribution package by debugging the control program.
Generally, the storage medium may include various media that can store program codes, such as a U-disk, a removable hard disk, a Read Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It will be appreciated that the detailed functions and extended functions that the computer program may perform may be as described with reference to the above embodiments.
Based on the same inventive concept, a further embodiment of the present invention provides a computer program product comprising a computer program which, when being executed by a processor, realizes the steps of the method of debugging a distribution package as described above. For example, the processor, when executing the computer program, implements the following: starting a publishing packet; detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located; when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and, debugging the distribution package by debugging the control program.
It will be appreciated that the detailed functions and extended functions that the computer program may perform may be as described with reference to the above embodiments.
The above-described embodiments of the apparatus are merely illustrative, and units illustrated as separate components may or may not be physically separate, and components illustrated as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
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 method of debugging a distribution package, comprising the steps of:
starting the publishing packet;
detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
when detecting that the debugging control program exists on the terminal equipment, connecting the debugging control program; and is
Debugging the publishing package by the debug control program.
2. The method of debugging a distribution package of claim 1,
and before starting the publishing packet, starting a debugging control program on the terminal equipment.
3. The method of debugging a distribution package of claim 1,
after the debugging control program is connected, information is issued and received by means of interprocess communication.
4. The method of debugging a distribution package of claim 3, further comprising:
and the issuing packet executes the operation corresponding to the pre-buried command according to the received information.
5. The method according to claim 1, wherein the detecting, by the publishing packet, whether the debugging control program exists on the terminal device where the publishing packet is located specifically includes:
and generating an encrypted character string by a secure encryption method, and then detecting whether a component capable of processing the encrypted character string exists in the terminal equipment so as to determine whether the debugging control program exists on the terminal equipment.
6. The method of debugging a distribution package of any of claims 1-5, further comprising:
before starting the issuing package, setting configuration information in the debugging control program, and storing the configuration information; and the number of the first and second groups,
correspondingly, when the debugging control program is detected to exist on the terminal equipment, the configuration information is read, and the configuration information is applied to the issuing package.
7. An apparatus for debugging a distribution package, comprising:
the starting module is used for starting the publishing packet;
the detection module is used for detecting whether a debugging control program exists on the terminal equipment where the publishing packet is located;
the connection module is used for connecting the debugging control program when detecting that the debugging control program exists on the terminal equipment; and
and the debugging module is used for debugging the publishing packet through the debugging control program.
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 processor implements the steps of the method of debugging a distribution package according to any of claims 1 to 6 when executing the computer program.
9. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program, when executed by a processor, implements the steps of the method of debugging a distribution package of any of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program realizes the steps of the method of debugging a distribution package according to any of claims 1 to 6 when executed by a processor.
CN202011452217.8A 2020-12-09 2020-12-09 Method, device, electronic equipment and medium for debugging release package Active CN112486836B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011452217.8A CN112486836B (en) 2020-12-09 2020-12-09 Method, device, electronic equipment and medium for debugging release package

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011452217.8A CN112486836B (en) 2020-12-09 2020-12-09 Method, device, electronic equipment and medium for debugging release package

Publications (2)

Publication Number Publication Date
CN112486836A true CN112486836A (en) 2021-03-12
CN112486836B CN112486836B (en) 2024-04-09

Family

ID=74941428

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011452217.8A Active CN112486836B (en) 2020-12-09 2020-12-09 Method, device, electronic equipment and medium for debugging release package

Country Status (1)

Country Link
CN (1) CN112486836B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653448A (en) * 2015-12-25 2016-06-08 深圳中兴网信科技有限公司 Application debugging method, application debugging device and terminal
CN106547700A (en) * 2016-12-08 2017-03-29 广东小天才科技有限公司 A kind of method and device of program debugging
US20170374219A1 (en) * 2016-06-24 2017-12-28 Konica Minolta, Inc. Image processing apparatus, debugging assistance method and non-transitory computer-readable recording medium encoded with debugging assistance program
CN109800159A (en) * 2018-12-27 2019-05-24 百富计算机技术(深圳)有限公司 Program debugging method, program debugging device, terminal device and storage medium
CN110908899A (en) * 2019-11-08 2020-03-24 北京奇艺世纪科技有限公司 Application program debugging method, mobile terminal and computer readable storage medium
CN111177732A (en) * 2019-12-23 2020-05-19 杭州宇泛智能科技有限公司 System debugging mode control method and system and electronic equipment
CN111338939A (en) * 2020-02-21 2020-06-26 网易传媒科技(北京)有限公司 Application program debugging method, medium, device and computing equipment
CN111723002A (en) * 2020-05-18 2020-09-29 五八有限公司 Code debugging method and device, electronic equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105653448A (en) * 2015-12-25 2016-06-08 深圳中兴网信科技有限公司 Application debugging method, application debugging device and terminal
US20170374219A1 (en) * 2016-06-24 2017-12-28 Konica Minolta, Inc. Image processing apparatus, debugging assistance method and non-transitory computer-readable recording medium encoded with debugging assistance program
CN106547700A (en) * 2016-12-08 2017-03-29 广东小天才科技有限公司 A kind of method and device of program debugging
CN109800159A (en) * 2018-12-27 2019-05-24 百富计算机技术(深圳)有限公司 Program debugging method, program debugging device, terminal device and storage medium
CN110908899A (en) * 2019-11-08 2020-03-24 北京奇艺世纪科技有限公司 Application program debugging method, mobile terminal and computer readable storage medium
CN111177732A (en) * 2019-12-23 2020-05-19 杭州宇泛智能科技有限公司 System debugging mode control method and system and electronic equipment
CN111338939A (en) * 2020-02-21 2020-06-26 网易传媒科技(北京)有限公司 Application program debugging method, medium, device and computing equipment
CN111723002A (en) * 2020-05-18 2020-09-29 五八有限公司 Code debugging method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SHI CHANGKAI 等: "Research on distribution terminal software version control method based on DNA coding", 《2018 CHINA INTERNATIONAL CONFERENCE ON ELECTRICITY DISTRIBUTION (CICED)》, 30 December 2018 (2018-12-30), pages 544 - 550 *
房韫 等: "基于低功耗蓝牙技术的采集终端调试应用", 《自动化应用》, no. 11, 25 November 2016 (2016-11-25), pages 26 - 27 *

Also Published As

Publication number Publication date
CN112486836B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
US10402179B1 (en) Application randomization mechanism
CN106294102B (en) Application program testing method, client, server and system
US10346612B1 (en) Computer network defense training on operational networks using software agents
CN110046101B (en) Page automatic testing method and device and computer storage medium
US9323646B2 (en) Hardware security module with means to selectively activate or inhibit debugging and corresponding debugging method
US10678721B1 (en) Communication link testing
CN113467784B (en) Application processing method and device and computer readable storage medium
CN112269970A (en) Script encryption method and device, server and storage medium
US10284592B1 (en) Application randomization mechanism
CN112000382B (en) Linux system starting method and device and readable storage medium
EP3029595B1 (en) Apparatuses, mobile devices, methods and computer programs for evaluating runtime information of an extracted set of instructions based on at least a part of a computer program
EP3797356B1 (en) Code base sharing between standalone and web-based versions of an application due to the implementing of an emulated network communication channel
Opasiak et al. (In) secure android debugging: Security analysis and lessons learned
CN104965701B (en) Obtain the method and device of application message
CN106888448A (en) Using method for down loading, safety element and terminal
CN112486836B (en) Method, device, electronic equipment and medium for debugging release package
CN107315677B (en) Method and device for judging abnormity of application program
WO2017092391A1 (en) Middle-tier database virtual control and testing method and system utilizing same
CN108881320B (en) Authentication processing method for user login, server and client
US10200401B1 (en) Evaluating results of multiple virtual machines that use application randomization mechanism
CN115688120A (en) Secure chip firmware importing method, secure chip and computer readable storage medium
Classen et al. Happy MitM: fun and toys in every Bluetooth device
CN105653975B (en) APP progress control method and device
CN109657458B (en) Method, storage medium, device and system for protecting key string data in IOS
CN110978051A (en) Robot simulation device, robot simulation system, robot simulation method, readable medium, and electronic apparatus

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
GR01 Patent grant
GR01 Patent grant