CN108270819B - Remote debugging method, server and system for mobile equipment - Google Patents

Remote debugging method, server and system for mobile equipment Download PDF

Info

Publication number
CN108270819B
CN108270819B CN201611264826.4A CN201611264826A CN108270819B CN 108270819 B CN108270819 B CN 108270819B CN 201611264826 A CN201611264826 A CN 201611264826A CN 108270819 B CN108270819 B CN 108270819B
Authority
CN
China
Prior art keywords
debugging
remote
console
instruction
operation result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611264826.4A
Other languages
Chinese (zh)
Other versions
CN108270819A (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.)
Shanghai Qwik Smart Technology Co Ltd
Original Assignee
Shanghai Qwik Smart 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 Shanghai Qwik Smart Technology Co Ltd filed Critical Shanghai Qwik Smart Technology Co Ltd
Priority to CN201611264826.4A priority Critical patent/CN108270819B/en
Publication of CN108270819A publication Critical patent/CN108270819A/en
Application granted granted Critical
Publication of CN108270819B publication Critical patent/CN108270819B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0631Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Abstract

A remote debugging method, a server and a system for mobile equipment are provided. The method comprises the following steps: receiving a debugging instruction sent by a debugging console, wherein the debugging instruction is generated by the debugging console according to a debugging request of a user; sending the debugging instruction to corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, and the debugging unit executes corresponding debugging operation and feeds back a debugging operation result; and receiving a debugging operation result fed back by the mobile equipment, sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console. By adopting the scheme, the debugging efficiency of the mobile equipment can be improved.

Description

Remote debugging method, server and system for mobile equipment
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a remote debugging method, a server, and a system for a mobile device.
Background
Some mobile devices inevitably have some faults in the use process after leaving the factory. When a mobile device fails, it is often necessary to debug the mobile device.
In the prior art, when a mobile device fails, the following methods are generally adopted for debugging the failure: the method comprises the steps that a user dials a service hotline to describe fault information to a customer service, the customer service analyzes the fault reason according to the information provided by the user, sometimes, the user is remotely guided by a telephone, and the user conducts corresponding debugging operation on the mobile equipment according to the telephone guidance of the customer service. And secondly, copying corresponding data from the mobile equipment through the USB interface, and then performing fault reason analysis by a maintenance worker according to the copied data and performing corresponding debugging operation on the mobile equipment.
However, in any of the above-described methods, the cause of the failure of the mobile device is analyzed to debug the mobile device having the failure, which has a problem of hysteresis, and is disadvantageous for analyzing the cause of the failure of the mobile device, and thus the debugging efficiency is low.
In the prior art, although some other fields of remote debugging technologies exist, the existing remote debugging method for a computer is not suitable for debugging a mobile device because the mobile device generally has the influence of low network speed, poor network quality, small storage space and an operating system.
Disclosure of Invention
The technical problem solved by the invention is how to improve the debugging efficiency of the mobile equipment.
To solve the foregoing technical problem, an embodiment of the present invention provides a remote debugging method for a mobile device, including: receiving a debugging instruction sent by a debugging console, wherein the debugging instruction is generated by the debugging console according to a debugging request of a user; sending the debugging instruction to corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, and the debugging unit executes corresponding debugging operation and feeds back a debugging operation result; and receiving a debugging operation result fed back by the mobile equipment, sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console.
Optionally, the sending the debugging instruction to the corresponding mobile device includes: compressing the debugging instructions; and sending the compressed debugging instruction to the mobile equipment.
Optionally, sending the debugging operation result to the debugging console includes: decompressing the debugging operation result; and sending the decompressed debugging operation result to the debugging console.
Optionally, the debugging operation result fed back by the mobile device is received in any one of the following manners: a transmission control protocol socket transmission mode, a hypertext transmission mode and a message queue remote measurement transmission mode.
Optionally, before receiving the debugging instruction sent by the debugging console, the method further includes: receiving a debugging starting instruction sent by the debugging console, wherein the debugging starting instruction is generated by the debugging console according to a debugging starting request of a user; and sending the debugging starting instruction to the mobile equipment, so that the mobile equipment activates and starts the debugging unit according to the debugging starting instruction.
Optionally, before receiving a debug start instruction sent by the debug console, the method further includes: receiving a mobile equipment online state query instruction sent by the debugging console; inquiring the online state of the mobile equipment according to the online state inquiry instruction of the mobile equipment; and when the mobile equipment is not on line, sending a wake-up instruction to the mobile equipment to wake up the mobile equipment on line.
Optionally, after sending the debugging operation result to the debugging console, the method further includes: receiving a debugging finishing instruction sent by the debugging console, wherein the debugging operation instruction is generated by the debugging console according to a debugging finishing request of the user; and sending the debugging ending instruction to the mobile equipment to close the debugging unit.
Optionally, the debugging console is embedded in the WEB page.
Optionally, before sending the debugging instruction to the corresponding mobile device, the method further includes: and performing one-way identity authentication or two-way identity authentication with the mobile equipment.
Optionally, the mobile device is authenticated in the following manner: receiving identity authentication information sent by the mobile equipment; acquiring the stored identity authentication information corresponding to the mobile equipment; and comparing the received identity authentication information with the stored identity authentication information corresponding to the mobile equipment, and determining that the identity authentication information and the stored identity authentication information are consistent.
An embodiment of the present invention further provides a remote debugging server for a mobile device, including: a first receiving unit, a first transmitting unit, a second receiving unit and a second transmitting unit, wherein: the first receiving unit is suitable for receiving a debugging instruction sent by a debugging console, and the debugging instruction is generated by the debugging console according to a debugging request of a user; the first sending unit is suitable for sending the debugging instruction to the corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, the debugging unit executes the corresponding debugging operation and feeds back a debugging operation result; the second receiving unit is suitable for receiving the debugging operation result fed back by the mobile equipment; and the second sending unit is suitable for sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console.
Optionally, the remote debugging server further includes: a device connection layer and a service processing layer, wherein: the device connection layer is respectively coupled with the first sending unit and the second receiving unit and is suitable for providing an interface for connecting the mobile device with the remote debugging server; the service processing layer is in communication connection with the equipment connecting layer and is suitable for sending the debugging operation result sent by the mobile equipment and received by the equipment connecting layer to the debugging console and sending the debugging instruction sent by the debugging console to the mobile equipment through the equipment connecting layer.
An embodiment of the present invention further provides a remote debugging system for a mobile device, including: debugging control cabinet, remote debugging server and mobile device, wherein: the debugging console is in communication connection with the remote debugging server, is suitable for generating a debugging instruction according to a debugging request of a user, sending the debugging instruction to the remote debugging server and outputting a debugging operation result; the remote debugging server is in communication connection with the mobile equipment, is suitable for sending the received debugging instruction to the mobile equipment, receiving the debugging operation result fed back by a debugging unit in the mobile equipment and sending the debugging operation result to the debugging console; the mobile device is suitable for adopting the stored debugging unit according to the debugging instruction, executing corresponding debugging operation by the debugging unit and feeding back the debugging operation result to the remote debugging server.
Optionally, the remote debugging server includes: a device connection layer and the service handling layer, wherein: the device connection layer is suitable for providing an interface for connecting the mobile device with the remote debugging server; the service processing layer is in communication connection with the equipment connecting layer and is suitable for sending the debugging operation result sent by the mobile equipment and received by the equipment connecting layer to the debugging console and sending the debugging instruction sent by the debugging console to the mobile equipment through the equipment connecting layer.
Optionally, the device connection layer is adapted to compress the debugging instruction and send the compressed debugging instruction to the mobile device.
Optionally, the device connection layer is adapted to decompress the debugging operation result and send the decompressed debugging operation result to the service processing layer; and the service processing layer is suitable for sending the decompressed debugging operation result to the debugging console.
Optionally, the device connection layer is connected to the service processing layer through a remote procedure call protocol.
Optionally, the device connection layer supports at least one of the following access modes: a transmission control protocol socket transmission mode, a hypertext transmission mode and a message queue remote measurement transmission mode.
Optionally, the number of service processing layers is greater than 1.
Optionally, the service processing layers are respectively coupled with the device connection layer.
Optionally, the debugging console is further adapted to generate a debugging start instruction according to the debugging start request of the user, and send the debugging start instruction to the remote debugging server; the remote debugging server is further suitable for sending the debugging starting instruction to the mobile equipment; the mobile device is further adapted to activate and start the debugging unit after receiving the debugging start instruction.
Optionally, the debugging console is further adapted to generate an online state query instruction of the mobile device before generating the debugging start instruction, and send the online state query instruction to the remote debugging server; the remote debugging server is also suitable for inquiring the online state of the corresponding mobile equipment according to the received online state inquiry instruction of the mobile equipment, and sending a wake-up instruction to the mobile equipment when the mobile equipment is not online; and the mobile equipment is also suitable for awakening and getting online when the awakening instruction is received.
Optionally, the debugging console is further adapted to generate a debugging end instruction according to the debugging end request of the user after receiving the debugging operation result sent by the remote debugging server, and send the debugging end instruction to the remote debugging server; the remote debugging server is further suitable for sending the debugging ending instruction to the mobile equipment; the mobile device is further adapted to close the debugging unit according to the received debugging end instruction.
Optionally, the debugging console is embedded in the WEB page.
Optionally, the remote commissioning server communicates with the mobile device using a Netty network communication framework.
Optionally, the remote debugging server communicates with the mobile device through an SSL channel encrypted by a public key encryption algorithm.
Optionally, the debugging unit is a software development kit.
Compared with the prior art, the technical scheme of the embodiment of the invention has the following beneficial effects:
and sending a debugging instruction from a debugging console to corresponding mobile equipment, wherein the mobile equipment adopts a debugging unit stored on the mobile equipment to execute corresponding debugging operation according to the debugging instruction, and feeds back a debugging operation result through the debugging unit. And sending the debugging operation result to a debugging console, and adopting the remote debugging system to regulate and control the mobile equipment in time, so that the debugging efficiency can be improved.
Furthermore, the mobile device activates and starts the debugging unit according to the received debugging start request sent by the debugging console, and starts the debugging service according to the debugging requirement, so that transmission resources can be saved.
Furthermore, the mobile device finishes the debugging service through the debugging unit according to the received debugging instruction sent by the debugging console, so that transmission resources can be saved, and the workload of the mobile device is reduced.
Furthermore, the debugging console is arranged on the WEB page, and when the debugging starting instruction is received, the debugging starting instruction is received in a WEB pushing mode, client software or plug-in is not required to be installed, and the debugging console is simple and easy to use.
Furthermore, the security of the mobile equipment in the debugging process can be improved by carrying out identity authentication on the mobile equipment.
Furthermore, the remote debugging server is divided into an equipment connection layer and a service processing layer, so that the access function and the service processing function of the remote debugging server can be separated, and the service function of the remote debugging server can be conveniently expanded.
Furthermore, by adopting a Netty network communication framework, the required transmission resources are less, the delay is low and the communication efficiency is higher in the data transmission process.
Drawings
Fig. 1 is a flowchart of a remote debugging method for a mobile device in an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a remote debugging system of a mobile device in an embodiment of the present invention;
FIG. 3 is a flow chart of another method for remote debugging of a mobile device in an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a remote debugging server of a mobile device in an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a remote debugging system of another mobile device in the embodiment of the present invention;
fig. 6 is a schematic structural diagram of a remote debugging system of a mobile device according to yet another embodiment of the present invention.
Detailed Description
In the prior art, when a mobile device has a fault, a user usually dials a service hotline to describe fault information to a customer service, the customer service performs fault reason analysis according to information provided by the user, sometimes, the customer service remotely guides the user through a telephone, and the user performs corresponding debugging operation on the mobile device according to the telephone guidance of the customer service. Or corresponding data are copied from the mobile equipment through the USB interface, and then maintenance personnel carry out fault reason analysis according to the copied data and carry out corresponding debugging operation on the mobile equipment.
However, since data such as log files generated in the mobile device is continuously updated, new data often overwrites old data, and the probability of recurrence is low after data is overwritten. Due to the existence of hysteresis, if data corresponding to a failure is overwritten, the analysis of the cause of the failure of the mobile device is not facilitated, and thus the debugging efficiency is low.
In the prior art, although some other fields of remote debugging technologies exist, the existing remote debugging method for a computer is not suitable for debugging a mobile device because the mobile device generally has the influence of low network speed, poor network quality, small storage space and an operating system.
In order to solve the above problem, in the embodiment of the present invention, a debugging instruction from a debugging console is sent to a corresponding mobile device, and the mobile device executes a corresponding debugging operation by using a debugging unit stored on the mobile device according to the debugging instruction, and feeds back a result of the debugging operation by using the debugging unit. And sending the debugging operation result to a debugging console, and remotely regulating and controlling the mobile equipment by adopting the remote debugging system, so that the debugging efficiency can be improved.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
Referring to the flowchart of the remote debugging method shown in fig. 1, the following detailed description is made by specific steps.
In a specific implementation, the mobile device can be remotely debugged by adopting a corresponding remote debugging system. For example, a remote debugging system of a mobile device provided in an embodiment of the present invention includes: a mobile device 21, a remote debugging server 22 and a debugging console 23 coupled in sequence, as shown in fig. 2.
And step 11, receiving a debugging instruction sent by a debugging console, wherein the debugging instruction is generated by the debugging console according to a debugging request of a user.
In a specific implementation, the remote debugging server 22 may receive debugging instructions sent by the debugging console 23, and the debugging instructions may be generated by the debugging console 23 according to a debugging request of a user.
In a specific implementation, the debugging instruction may be to check a log of the mobile device 21, check a CPU usage status of the mobile device 21, check a memory of the mobile device 21, check a storage space usage status of the mobile device 21, modify the memory of the mobile device 21, modify a configuration of the mobile device 21, modify a storage condition of the mobile device 21, and the like.
In a specific implementation, the debugging console 23 may be a client, a plug-in, or a regulation and control page embedded in a WEB page.
In particular implementations, the user may send a debug request to debug console 23 in a variety of ways. For example, the debug request may be issued by telephone or a debug request button.
And step 12, sending the debugging instruction to the corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, and the debugging unit executes the corresponding debugging operation and feeds back the debugging operation result.
In a specific implementation, after receiving the debugging instruction, the remote debugging server 22 may send the debugging instruction to the corresponding mobile device 21. After the mobile device 21 receives the debugging instruction, the debugging unit stored in the mobile device 21 may execute the debugging operation corresponding to the debugging instruction, and after the debugging operation is completed, feed back the result of the debugging operation.
In a specific implementation, the debugging unit stored in the mobile device 21 may be an independent debugging device, may also be application software, and may also be a software development kit.
In an embodiment of the present invention, after receiving the debugging instruction sent by the debugging console 23, the remote debugging server 22 analyzes the debugging instruction, obtains the identification information of the mobile device 21 to be debugged, which is included in the debugging instruction, and sends the debugging instruction to the corresponding mobile device 21 according to the identification information of the mobile device 21.
In a specific implementation, the mobile device 21 may access an internet network to communicate with the remote debugging server 22 by using a WIFI wireless communication network; the SIM card installed in the mobile device 21 may also be used to communicate with the remote debugging server 22 through a mobile communication network such as 3G, 4G, 5G, etc. provided by the SIM card. It is understood that the mobile device 21 may also communicate with the remote debugging server 22 using other communication means.
And step 13, receiving a debugging operation result fed back by the mobile equipment, sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console.
In a specific implementation, the remote debugging server 22 may further receive a debugging operation result fed back by the mobile device 21, and send the debugging operation result to the debugging console 23. And after receiving the debugging operation result, the debugging console 23 outputs the debugging operation result.
In a specific implementation, the remote debugging server 22 may receive the debugging operation result fed back by the mobile device 21 in various ways. For example, a transmission control protocol Socket transport (TCP Socket) approach; as another example, hypertext Transfer Protocol (HTTP) mode; for another example, the Message Queue Telemetry Transport (MQTT) mode. It can be understood that, in practical applications, the receiving may also be performed in other manners, and details are not described here.
According to the above, the debugging instruction from the debugging console is sent to the corresponding mobile device, and the mobile device executes the corresponding debugging operation by using the debugging unit stored on the mobile device according to the debugging instruction, and feeds back the debugging operation result through the debugging unit. And sending the debugging operation result to a debugging console, and remotely regulating and controlling the mobile equipment by adopting the remote debugging system, so that the debugging efficiency can be improved.
In practical applications, the data volume that needs to be transmitted may be large sometimes, and in order to implement transmission of information with a large data volume, in an embodiment of the present invention, the remote debugging server 22 may compress the debugging instruction and send the compressed debugging instruction to the mobile device 21.
In practical applications, sometimes the debugging operation result sent by the mobile device 21 may be in a compressed format in order to enable transmission of information with a large data volume. In an embodiment of the present invention, when the received debugging operation result is in a compressed format, the remote debugging server 22 may decompress the debugging operation result, and send the decompressed debugging operation result to the debugging console 23.
In a specific implementation, the number of the debugging consoles 23 may be 1, or may be greater than 1, so as to accurately send the debugging operation result fed back by the mobile device 21 to the corresponding debugging consoles 23. In an embodiment of the present invention, after the remote debugging server 22 receives the debugging operation result, the remote debugging server parses the received debugging operation result, obtains the serial number of the debugging operation and the identification information of the debugging console 23 carried in the debugging operation result, and sends the debugging operation result to the corresponding debugging console 23 according to the identification information of the debugging console 23. The debugging operation number is suitable for marking each debugging operation event, and one debugging operation number can be correspondingly generated every time remote debugging operation is carried out.
In the specific implementation, in order to reduce the traffic consumption of the mobile device 21 and save the transmission resources, the mobile device 21 with a smaller resource transmission amount can also be applied to the scheme. In an embodiment of the present invention, the mobile device 21 activates and starts the debugging unit only when receiving the debugging start instruction. Referring to fig. 3, a flowchart of another remote debugging method for a mobile device in the embodiment of the present invention is shown. The following is a detailed description through specific steps with reference to fig. 2.
And step 31, receiving a debugging starting instruction sent by the debugging console, wherein the debugging starting instruction is generated by the debugging console according to a debugging starting request of a user.
In a specific implementation, the remote debugging server 22 may be used to receive debugging start instructions sent by the debugging console 23. The debugging console 23 generates the debugging start instruction according to the debugging start request of the user, and sends the debugging start instruction to the remote debugging server 22.
And step 32, sending the debugging starting instruction to the mobile equipment, so that the mobile equipment activates and starts the debugging unit according to the debugging starting instruction.
In a specific implementation, after receiving the debug start instruction, the remote debug server 22 may send the debug start instruction to the mobile device 21. And after receiving the debugging starting instruction, the mobile device 21 activates and starts the debugging unit. When the debugging unit is started, the remote debugging service of the mobile device 21 is started.
In an embodiment of the present invention, the debugging start instruction includes identification information of the mobile device 21 to be debugged, and after receiving the debugging start instruction, the remote debugging server 22 may analyze the debugging start instruction, obtain the identification information of the mobile device 21 to be debugged included in the debugging start instruction, and send the debugging start instruction to the mobile device 21 according to the identification information of the mobile device 21 to be debugged.
After the mobile device 21 is activated and the debugging unit is turned on, remote debugging may be performed according to the received debugging instruction, and a specific remote debugging process refers to steps 11 to 13 in fig. 1, where detailed processes of steps 11 to 13 may refer to descriptions in steps 11 to 13 in the foregoing embodiment of the present invention, and details are not described here.
In a specific implementation, before step 31 is executed, an online status query instruction of the mobile device 21 sent by the debugging console 23 may also be received, and the online status of the mobile device 21 is queried according to the online status query instruction of the mobile device 21. When detecting that the mobile device 21 is not online, sending a wake-up instruction to the mobile device 21 to wake up the mobile device 21, and online.
In a specific implementation, in order to further save the transmission resource of the mobile device 21, after the execution of step 23 is completed, a debugging end instruction sent by the debugging console 23 may also be received, where the debugging operation instruction is generated by the debugging console 23 according to the debugging end request of the user; sending the debugging end instruction to the mobile device 21 to turn off the debugging unit. When the debugging unit is turned off, correspondingly, the remote debugging service is also turned off.
In a specific implementation, before sending the debugging end instruction to the mobile device 21, the remote debugging server 22 may compress the debugging end instruction, and then send the compressed debugging end instruction to the mobile device 21.
In a specific implementation, to improve the communication security during the debugging process of the mobile device 21, in an embodiment of the present invention, before the remote debugging server 22 sends the debugging instruction to the corresponding mobile device 21, the remote debugging server may further perform one-way identity authentication or two-way identity authentication with the mobile device 21.
In a specific implementation, the mobile device 21 may perform identity authentication on the remote debugging server 22, the remote debugging server 22 may also perform identity authentication on the mobile device 21, and the mobile device 21 and the remote debugging server 22 may also perform identity authentication with each other. By authenticating both parties of communication or the communication object, the communication security between the mobile device 21 and the remote debugging server 22 can be improved.
In a specific implementation, according to a security level requirement in an actual application and a configuration of the mobile device 21, a corresponding security certificate may be installed on the mobile device 21, and identity authentication may be performed by using the installed security certificate.
In an embodiment of the present invention, the mobile device 21 is authenticated as follows. Receiving the identity authentication information sent by the mobile device 21, acquiring the stored identity authentication information corresponding to the mobile device 21, comparing the received identity authentication information with the stored identity authentication information corresponding to the mobile device 21, and determining that the received identity authentication information and the stored identity authentication information are consistent.
When the received identity authentication information is inconsistent with the stored identity authentication information corresponding to the mobile device 21, the user may prompt to input the identity authentication information again, and perform identity authentication on the mobile device 21 again by using the input identity authentication information again.
In a specific implementation, the identity authentication information of the mobile device 21 may be a physical identification code of the mobile device 21, may also be information set by the user, and the set information has uniqueness, and may also be a serial number randomly allocated to the mobile device 21 by the remote debugging server 22, and the serial number has uniqueness. In practical applications, the identification information may also have other forms, which are not limited herein.
Referring to fig. 4, a schematic structural diagram of a remote debugging server of a mobile device in an embodiment of the present invention is shown. The remote debugging server 40 may include: a first receiving unit 41, a first transmitting unit 42, a second receiving unit 43, and a second transmitting unit 44, wherein:
the first receiving unit 41 is adapted to receive a debugging instruction sent by a debugging console, where the debugging instruction is generated by the debugging console according to a debugging request of a user;
the first sending unit 42 is adapted to send the debugging instruction to the corresponding mobile device, so that the mobile device executes the corresponding debugging operation and feeds back a debugging operation result by the debugging unit according to the debugging instruction by using the stored debugging unit;
the second receiving unit 43 is adapted to receive a debugging operation result fed back by the mobile device;
the second sending unit 44 is adapted to send the debugging operation result to the debugging console and output the debugging operation result through the debugging console.
In a specific implementation, the remote debugging server 40 further includes: a device connection layer and a service handling layer (not shown), wherein: the device connection layer, respectively coupled to the first sending unit 42 and the second receiving unit 43, is adapted to provide an interface for connecting the mobile device with the remote debugging server; the service processing layer is in communication connection with the equipment connecting layer and is suitable for sending the debugging operation result sent by the mobile equipment and received by the equipment connecting layer to the debugging console and sending the debugging instruction sent by the debugging console to the mobile equipment through the equipment connecting layer.
In a specific implementation, the specific working principle and the working flow of the remote debugging server 40 of the mobile device may refer to the description of the remote debugging system of the mobile device or the remote debugging method of the mobile device in the above embodiment of the present invention, and are not described herein again.
In order to facilitate better understanding and implementation of the present invention for those skilled in the art, a remote debugging system corresponding to the remote debugging method of the mobile device is described below.
With reference to fig. 2, a schematic structural diagram of a remote debugging system of a mobile device in an embodiment of the present invention is shown. The remote debugging system of the mobile device may include: mobile device 21, remote debug server 22, and debug console 23.
The debugging console 23 is in communication connection with the remote debugging server 22, is suitable for generating a debugging instruction according to a debugging request of a user, sending the debugging instruction to the remote debugging server 22 and outputting a debugging operation result;
the remote debugging server 22 is in communication connection with the mobile device 21, and is adapted to send the received debugging instruction to the mobile device 21, receive the debugging operation result fed back by the debugging unit in the mobile device 21, and send the debugging operation result to the debugging console 23;
the mobile device 21 is adapted to adopt the stored debugging unit according to the debugging instruction, execute the corresponding debugging operation by the debugging unit, and feed back the result of the debugging operation to the remote debugging server 22.
In a specific implementation, the mobile device 21 may be a vehicle-mounted entertainment device, or may be other mobile devices such as a mobile phone.
In a specific implementation, the mobile device 21 may access an internet network to communicate with the remote debugging server 22 by using a WIFI wireless communication network; the SIM card installed in the mobile device 21 may also be used to communicate with the remote debugging server 22 through a mobile communication network such as 3G, 4G, 5G, etc. provided by the SIM card. It is understood that the mobile device 21 may also communicate with the remote debugging server 22 using other communication means.
When the mobile device 21 is an in-vehicle device, the communication network can be accessed through an in-vehicle TBOX in the vehicle to communicate with the remote debugging server 22.
In an embodiment of the present invention, the remote debugging server 22 communicates with the mobile device 21 using a Netty network communication framework. By adopting the Netty network communication framework, the delay is low, the communication efficiency is high, and the requirement on the transmission resource of the mobile equipment 21 is not high.
According to the above, the remote debugging server sends the debugging instruction sent by the debugging console to the corresponding mobile device, and the mobile device executes the corresponding remote debugging operation by adopting the debugging unit stored on the mobile device according to the debugging instruction, and feeds back the debugging operation result to the remote debugging server through the debugging unit. The remote debugging server sends the debugging operation result to the debugging control console, and the remote debugging server and the debugging control console can realize remote regulation and control of the mobile equipment, so that the debugging efficiency can be improved.
In a specific implementation, the debugging unit may be a stand-alone debugging device integrated on the mobile device 21, or may be application software installed on the mobile device 21, or may be a plug-in. In an embodiment of the invention, the debugging unit is a software development kit. The debugging unit adopts a software development kit form, so that the function is easy to expand, and a user does not need to pay attention to communication details.
In a specific implementation, the communication protocol used for communication between the debugging console 23 and the remote debugging server 22, and between the remote debugging server 22 and the mobile device 21 may be designed in consideration of data compression, error handling, multi-frame support, multiple device types, and the like, and may also be set to improve the efficiency of data transmission by setting the type and length of the transmission data.
In a specific implementation, the various instruction data generated by the debugging console 23 may include any one of the following information according to actual needs: identification information of the mobile device to be debugged, service type, service ID, whether compression is needed, debugging event ID, file type, whether a request response is required, reference time definition, service type, synchronous processing service, asynchronous processing service ID, debugging console identification information, version number and the like. The length occupied by the above-mentioned various information can be set according to the requirements.
In a specific implementation, in order to improve the reliability of the remote debugging server 22 and facilitate the expansion of the service function, in an embodiment of the present invention, the device access function of the remote debugging server 22 may be separated from the service processing function.
Referring to fig. 5, a schematic structural diagram of a remote debugging system of another mobile device in the embodiment of the present invention is shown. The remote debugging server 22 may include: a device connection layer 221 and a service processing layer 222, wherein:
the device connection layer 221 adapted to provide an interface for the mobile device 21 to connect with the remote debugging server 22;
the service processing layer 222, which is in communication connection with the device connection layer 221, is adapted to send the debugging operation result sent by the mobile device 21 and received by the device connection layer 221 to the debugging console 23, and send the debugging instruction sent by the debugging console 23 to the mobile device 21 through the device connection layer 221.
In a specific implementation, the device connection layer 221 may compress the debugging instruction and send the compressed debugging instruction to the mobile device 21. Through the compression of the data, the assembly of the data frame is realized, so that the transmission of a large message can be supported.
The device connection layer 221 may also decompress the debugging operation result sent by the mobile device 21, and send the decompressed debugging operation result to the service processing layer 222. The service processing layer 222 is adapted to send the decompressed debugging operation result to the debugging console. And realizing the sub-packaging of the data frame by decompressing the compressed data.
In an embodiment of the present invention, the service processing layer 222 and the device connection layer 221 are connected by using a Remote Procedure Call Protocol (RPC).
In a specific implementation, the device connection layer 221 may support multiple access modes. For example, TCP Socket approach; as another example, hypertext Transfer Protocol (HTTP) mode; for another example, the Message Queue Telemetry Transport (MQTT) mode. It can be understood that, in practical application, other access manners may also be supported, and details are not described here.
In a specific implementation, the number of the service processing layers 222 may be 1, and may also be greater than 1. When the number of the service processing layers 222 is greater than 1, each service processing layer 222 may process different services respectively, or may process the same service, so that the service function of the remote debugging server 22 may be expanded. When one service processing layer 222 in the remote debugging server 22 fails, other service processing layers 222 having the same function can process corresponding services, so that the reliability of the remote debugging server 22 can be improved.
In one implementation, each service processing layer 222 is coupled to a device connection layer 221. Each service processing layer 222 may be connected in series with the device connection layer 221, or may be connected in series with the device connection layer 221, and the specific connection manner may be set according to actual needs. The service processing layers 222 may be coupled to each other according to the corresponding service function. For service processing layers with service association, connection relation can be achieved, and for service processing layers without service association, connection relation can be achieved between the service processing layers which are relatively independent.
In the implementation, some mobile devices have relatively strict requirements on transmission resources when transmitting data, and generally, these mobile devices can only support data transmission with small traffic. For example, when the mobile device 21 is an in-vehicle device, the in-vehicle device is affected by bandwidth and network stability factors, and thus the requirement for the traffic is relatively strict.
In order to reduce the transmission resources of the mobile device 21, in an embodiment of the present invention, the debugging console 23 is further adapted to generate a debugging start instruction according to the debugging start request of the user, and send the debugging start instruction to the remote debugging server 22. After receiving the debugging start instruction, the remote debugging server 22 sends the debugging start instruction to the mobile device 21. The mobile device 21 activates and starts the debugging unit according to the received debugging start request.
The mobile device 21 activates and starts the debugging unit after receiving the debugging start instruction. That is, the mobile device 21 starts the debugging unit according to the debugging start instruction only when there is a debugging requirement, and the debugging unit is in a shutdown or sleep state in a period of time when the debugging operation is not required, so that the traffic consumption of the mobile device 21 can be reduced, and the workload of the mobile device 21 can be reduced.
In a specific implementation, the debugging console 23 may regulate and control a plurality of mobile devices, in order to distinguish different mobile devices, the debugging start instruction includes identification information of the mobile device 21, the remote debugging server 22 analyzes the received debugging start instruction, acquires the identification information of the mobile device 21 from the debugging start instruction, and sends the debugging start instruction to the mobile device 21 according to the identification information of the mobile device 21.
In an embodiment of the present invention, before generating the debugging start instruction, the debugging console 23 is further adapted to generate a mobile device online status query instruction, and send the mobile device online status query instruction to the remote debugging server 22 to query the online status of the mobile device 21. When the remote debugging server 22 receives the mobile device online state query instruction, the online state of the mobile device 21 is queried, and when the mobile device 21 is not online, a wake-up control instruction is sent to the mobile device 21. When receiving the wake-up instruction, the mobile device 21 wakes up and goes online, i.e., starts connection with the remote debugging server 22.
In an embodiment of the present invention, the wake-up control instruction is a short message wake-up instruction in a form of a short message, and the mobile device 21 supports a short message communication function and can receive the short message wake-up instruction sent by the remote debugging server 22. After receiving the short message wake-up instruction, the mobile device 21 may start connection with the remote debugging server 22 according to information content given in the short message wake-up instruction. For example, when the short message wake-up command is given, reply 1 starts connection with the remote debugging server 22, reply 0 abandons connection with the remote debugging server 22, and when the user replies 1 to the specified path by operating the mobile device 21, connection with the remote debugging server 22 may be started.
In particular implementations, to further conserve traffic on the mobile device 21, the workload of the mobile device 21 is reduced. In an embodiment of the present invention, the debugging console 23 is further adapted to generate a debugging end instruction according to the debugging end request of the user after receiving the debugging operation result sent by the remote debugging server 22, and send the debugging end instruction to the remote debugging server 22. The remote debugging server 22 sends the debugging end instruction to the mobile device 21. The mobile device 21 closes the debugging unit according to the received debugging end instruction, and when the debugging unit is closed, the debugging service is also closed.
In an embodiment of the present invention, after the mobile device 21 turns off the debugging unit, the turning off of the debugging unit may be fed back to the remote debugging server 22. The remote debugging server 22 sends the received debugging unit shutdown to the debugging console 23, so that the information interaction friendliness can be improved.
In particular implementation, in order to improve the communication security between the remote debugging server 22 and the mobile device 21, the communication channel used may be encrypted.
In an embodiment of the present invention, the mobile device 21 and the remote debugging server 22 communicate with each other through a Secure Sockets Layer (SSL) encrypted by using a public key encryption (RSA) algorithm.
In another embodiment of the present invention, a Transport Layer Security (TLS) encrypted by using a public key encryption (RSA) algorithm is used for communication, and it is understood that other encryption algorithms may be used for encrypting the communication channel. The encrypted communication channel is adopted for communication, so that the safety in information transmission can be improved.
In a specific implementation, in order to further improve information security during the communication process, the remote debugging server 22 and the mobile device 21 may perform one-way identity authentication or two-way identity authentication.
In a specific implementation, the mobile device 21 may perform identity authentication on the remote debugging server 22, the remote debugging server 22 may also perform identity authentication on the mobile device 21, and the mobile device 21 and the remote debugging server 22 may also perform identity authentication with each other. By authenticating both parties of communication or the communication object, the communication security between the mobile device 21 and the remote debugging server 22 can be improved.
In a specific implementation, according to a security level requirement in an actual application and a configuration of the mobile device 21, a corresponding security certificate may be installed on the mobile device 21, and identity authentication may be performed by using the installed security certificate.
For better understanding and implementation of the present invention by those skilled in the art, the remote debugging system is described in detail below by taking an in-vehicle entertainment device as an example.
Referring to fig. 6, a remote debugging system of a mobile device according to another embodiment of the present invention is shown.
The vehicle-mounted entertainment device on the vehicle can be connected to the remote debugging server through a communication network provided by the vehicle-mounted TBOX, and can also be accessed to the remote debugging server through a mobile communication network provided by a SIM card installed on the vehicle-mounted entertainment device.
In a specific implementation, the remote debugging server includes: a device connection layer and a service processing layer. The equipment connection layer is connected with the inside of the service processing layer through RPC. The device connection layer is located in an isolation Zone (DMZ) of the remote debugging server, and the service processing layer is located in a secure Zone of the remote debugging server.
The equipment connection layer supports communication between a Socket mode and the vehicle-mounted entertainment device, and an encrypted SSL channel is adopted in the communication process.
The debugging console is embedded in a WEB page, and communication and data transmission are carried out between the service processing layer and the debugging console in a WEB push service mode.
In specific implementation, when the vehicle-mounted entertainment device has system problems such as screen blacking and crash, a user can send a debugging request to the debugging console in various ways such as a remote debugging key, a telephone or a short message set on the vehicle-mounted entertainment device.
The debugging control console is embedded in a WEB page, operators of the debugging control console can input a user name and a password on a login page of the debugging control console to enter the debugging control console, can acquire log files in the vehicle-mounted entertainment device and system configuration conditions of the vehicle-mounted entertainment device by sending debugging instructions, and can perform remote debugging on the vehicle-mounted entertainment device through the debugging instructions according to needs.
After the vehicle-mounted entertainment device receives the debugging instruction, the stored debugging unit executes the debugging operation corresponding to the debugging instruction according to the debugging instruction, and after the debugging operation is executed, the debugging operation result is fed back to the debugging control console through the equipment connection layer of the remote debugging server.
For example, the debugging instruction is to configure the memory of the in-vehicle entertainment apparatus to 512MB, configure the memory to 512MB by the debugging unit in the in-vehicle entertainment apparatus, and then feedback the debugging operation result that the memory has been configured to 512MB to the debugging console through the device connection layer.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: ROM, RAM, magnetic or optical disks, and the like.
Although the present invention is disclosed above, the present invention is not limited thereto. Various changes and modifications may be effected therein by one skilled in the art without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (27)

1. A remote debugging method of a mobile device is applied to a remote debugging server and comprises the following steps:
receiving a debugging instruction sent by a debugging console, wherein the debugging instruction is generated by the debugging console according to a debugging request of a user;
sending the debugging instruction to corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, and the debugging unit executes corresponding debugging operation and feeds back a debugging operation result;
receiving a debugging operation result fed back by the mobile equipment, sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console;
the debugging request is sent by the user through a telephone or a debugging request key, and the debugging request key is arranged on the mobile equipment;
the number of the debugging control platforms is at least two;
the receiving the debugging operation result that the mobile device feedbacks, will the debugging operation result send to the debugging control cabinet and pass through the debugging control cabinet output includes:
after a debugging operation result fed back by the mobile equipment is received, analyzing the debugging operation result and acquiring identification information of the debugging console;
and sending the debugging operation result to a debugging console corresponding to the identification information according to the identification information and outputting the debugging operation result through the debugging console.
2. The method for remote debugging of a mobile device according to claim 1, wherein the sending the debugging command to the corresponding mobile device comprises:
compressing the debugging instructions;
and sending the compressed debugging instruction to the mobile equipment.
3. The remote debugging method of claim 1, wherein sending the debugging operation result to the debugging console comprises:
decompressing the debugging operation result;
and sending the decompressed debugging operation result to the debugging console.
4. The remote debugging method of the device according to claim 1, wherein any one of the following manners is adopted to receive the debugging operation result fed back by the mobile device:
port mode, hypertext transmission mode and message queue telemetering transmission mode.
5. The remote debugging method of claim 1, wherein before receiving the debugging instruction sent by the debugging console, the method further comprises:
receiving a debugging starting instruction sent by the debugging console, wherein the debugging starting instruction is generated by the debugging console according to a debugging starting request of a user;
and sending the debugging starting instruction to the mobile equipment, so that the mobile equipment activates and starts the debugging unit according to the debugging starting instruction.
6. The remote debugging method of claim 5, wherein before receiving the debugging start instruction sent by the debugging console, the method further comprises:
receiving a mobile equipment online state query instruction sent by the debugging console;
inquiring the online state of the mobile equipment according to the online state inquiry instruction of the mobile equipment;
and when the mobile equipment is not on line, sending a wake-up instruction to the mobile equipment to wake up the mobile equipment on line.
7. The remote debugging method of claim 1, wherein after sending the debugging operation result to the debugging console, the method further comprises:
receiving a debugging ending instruction sent by the debugging console, wherein the debugging ending instruction is generated by the debugging console according to a debugging ending request of the user;
and sending the debugging ending instruction to the mobile equipment to close the debugging unit.
8. The remote debugging method of claim 1, wherein the debugging console is embedded in a WEB page.
9. The method for remote debugging of a mobile device according to claim 1, further comprising, before sending the debugging command to the corresponding mobile device: and performing one-way identity authentication or two-way identity authentication with the mobile equipment.
10. The remote commissioning method for a mobile device according to claim 9, wherein said mobile device is authenticated by:
receiving identity authentication information sent by the mobile equipment;
acquiring the stored identity authentication information corresponding to the mobile equipment;
and comparing the received identity authentication information with the stored identity authentication information corresponding to the mobile equipment, and determining that the identity authentication information and the stored identity authentication information are consistent.
11. A remote debugging server for a mobile device, comprising: a first receiving unit, a first transmitting unit, a second receiving unit and a second transmitting unit, wherein:
the first receiving unit is suitable for receiving a debugging instruction sent by a debugging console, and the debugging instruction is generated by the debugging console according to a debugging request of a user;
the first sending unit is suitable for sending the debugging instruction to the corresponding mobile equipment, so that the mobile equipment adopts the stored debugging unit according to the debugging instruction, the debugging unit executes the corresponding debugging operation and feeds back a debugging operation result;
the second receiving unit is suitable for receiving the debugging operation result fed back by the mobile equipment;
the second sending unit is suitable for sending the debugging operation result to the debugging console and outputting the debugging operation result through the debugging console;
the debugging request is sent by the user through a telephone or a debugging request key, and the debugging request key is arranged on the mobile equipment;
the number of the debugging control platforms is at least two;
the second sending unit is specifically configured to:
after a debugging operation result fed back by the mobile equipment is received, analyzing the debugging operation result and acquiring identification information of the debugging console;
and sending the debugging operation result to a debugging console corresponding to the identification information according to the identification information and outputting the debugging operation result through the debugging console.
12. The remote debugging server of claim 11, further comprising: a device connection layer and a service processing layer, wherein:
the device connection layer is respectively coupled with the first sending unit and the second receiving unit and is suitable for providing an interface for connecting the mobile device with the remote debugging server;
the service processing layer is in communication connection with the equipment connecting layer and is suitable for sending the debugging operation result sent by the mobile equipment and received by the equipment connecting layer to the debugging console and sending the debugging instruction sent by the debugging console to the mobile equipment through the equipment connecting layer.
13. A remote debugging system for a mobile device, comprising: debugging control cabinet, remote debugging server and mobile device, wherein:
the debugging console is in communication connection with the remote debugging server, is suitable for generating a debugging instruction according to a debugging request of a user, sending the debugging instruction to the remote debugging server and outputting a debugging operation result;
the remote debugging server is in communication connection with the mobile equipment, is suitable for sending the received debugging instruction to the mobile equipment, receiving the debugging operation result fed back by a debugging unit in the mobile equipment and sending the debugging operation result to the debugging console;
the mobile equipment is suitable for adopting the stored debugging unit according to the debugging instruction, executing corresponding debugging operation by the debugging unit and feeding back the debugging operation result to the remote debugging server;
the debugging request is sent by the user through a telephone or a debugging request key, and the debugging request key is arranged on the mobile equipment;
the number of the debugging control platforms is at least two;
the receiving the debugging operation result fed back by the debugging unit in the mobile device and sending the debugging operation result to the debugging console comprises:
after a debugging operation result fed back by the mobile equipment is received, analyzing the debugging operation result and acquiring identification information of the debugging console;
and sending the debugging operation result to a debugging console corresponding to the identification information according to the identification information and outputting the debugging operation result through the debugging console.
14. The remote debugging system of claim 13 wherein said remote debugging server comprises: a device connection layer and a service processing layer, wherein:
the device connection layer is suitable for providing an interface for connecting the mobile device with the remote debugging server;
the service processing layer is in communication connection with the equipment connecting layer and is suitable for sending the debugging operation result sent by the mobile equipment and received by the equipment connecting layer to the debugging console and sending the debugging instruction sent by the debugging console to the mobile equipment through the equipment connecting layer.
15. The system according to claim 14, wherein the device connection layer is adapted to compress the debugging instructions and send the compressed debugging instructions to the mobile device.
16. The remote debugging system of claim 14, wherein the device connection layer is adapted to decompress the debugging operation results and send the decompressed debugging operation results to the service processing layer;
and the service processing layer is suitable for sending the decompressed debugging operation result to the debugging console.
17. The remote debugging system of claim 14 wherein said device connection layer is connected to said service handling layer via a remote procedure call protocol.
18. The remote debugging system of claim 14 wherein said device connectivity layer supports at least one of the following:
port mode, hypertext transmission mode and message queue telemetering transmission mode.
19. The remote debugging system of claim 14 wherein said number of service processing layers is greater than 1.
20. The remote debugging system of claim 18, wherein each service handling layer is coupled to the device connection layer.
21. The remote debugging system of claim 13, wherein the debugging console is further adapted to generate a debugging start instruction according to the debugging start request of the user, and send the debugging start instruction to the remote debugging server;
the remote debugging server is further suitable for sending the debugging starting instruction to the mobile equipment;
the mobile device is further adapted to activate and start the debugging unit after receiving the debugging start instruction.
22. The remote debugging system of claim 21, wherein the debugging console is further adapted to generate an online status query instruction for the mobile device and send the online status query instruction to the remote debugging server before generating the debugging start instruction;
the remote debugging server is also suitable for inquiring the online state of the corresponding mobile equipment according to the received online state inquiry instruction of the mobile equipment, and sending a wake-up instruction to the mobile equipment when the mobile equipment is not online;
and the mobile equipment is also suitable for awakening and getting online when the awakening instruction is received.
23. The remote debugging system of claim 13, wherein the debugging console is further adapted to generate a debugging end instruction according to the debugging end request of the user after receiving the debugging operation result sent by the remote debugging server, and send the debugging end instruction to the remote debugging server;
the remote debugging server is further suitable for sending the debugging ending instruction to the mobile equipment;
the mobile device is further adapted to close the debugging unit according to the received debugging end instruction.
24. The remote debugging system of claim 13, wherein the debugging console is embedded in a WEB page.
25. The remote commissioning system of claim 13, wherein said remote commissioning server communicates with said mobile device using a Netty network communication framework.
26. The remote debugging system of claim 13 wherein the remote debugging server communicates with the mobile device via an SSL channel encrypted using a public key encryption algorithm.
27. The remote debugging system of claim 13 wherein said debugging unit is a software development kit.
CN201611264826.4A 2016-12-30 2016-12-30 Remote debugging method, server and system for mobile equipment Active CN108270819B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611264826.4A CN108270819B (en) 2016-12-30 2016-12-30 Remote debugging method, server and system for mobile equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611264826.4A CN108270819B (en) 2016-12-30 2016-12-30 Remote debugging method, server and system for mobile equipment

Publications (2)

Publication Number Publication Date
CN108270819A CN108270819A (en) 2018-07-10
CN108270819B true CN108270819B (en) 2021-12-21

Family

ID=62770169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611264826.4A Active CN108270819B (en) 2016-12-30 2016-12-30 Remote debugging method, server and system for mobile equipment

Country Status (1)

Country Link
CN (1) CN108270819B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109002366A (en) * 2018-07-26 2018-12-14 广东蔚海数问大数据科技有限公司 A kind of remote debugging method and device of mobile terminal webpage
CN108989059A (en) * 2018-08-16 2018-12-11 上海小蚁科技有限公司 Car-mounted terminal awakening method and system, server, computer readable storage medium
CN110602655B (en) * 2019-08-26 2021-11-05 深圳市丰润达科技有限公司 Short message-based equipment communication address modification method and device and readable storage medium
CN110569168B (en) * 2019-08-26 2022-07-08 腾讯科技(深圳)有限公司 Data interaction method, related equipment and storage medium
CN111163340A (en) * 2019-12-31 2020-05-15 武汉光庭信息技术股份有限公司 IVI system remote LOG reporting method and device based on Internet of vehicles
CN111865651B (en) * 2020-05-19 2023-08-11 厦门亿联网络技术股份有限公司 VoIP mobile equipment dynamic simulation debugging method, device and system
CN115314541A (en) * 2022-10-12 2022-11-08 阿里巴巴(中国)有限公司 Remote debugging method, communication system, electronic device, and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254436A (en) * 2016-07-28 2016-12-21 腾讯科技(深圳)有限公司 A kind of method of remote debugging, relevant device and system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102244592B (en) * 2010-05-11 2014-10-08 中国移动通信集团公司 Network service quality testing system, method, testing center and testing terminal
CN103973741B (en) * 2013-01-31 2018-02-09 国际商业机器公司 Method and apparatus for carrying out remote debugging in cloud system
CN104298591B (en) * 2013-07-18 2017-07-07 阿里巴巴集团控股有限公司 A kind of WebApp remote debugging methods and system
CN103902358A (en) * 2014-03-18 2014-07-02 北京领通科技有限公司 Mobile terminal remote debugging method and system and mobile terminal

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106254436A (en) * 2016-07-28 2016-12-21 腾讯科技(深圳)有限公司 A kind of method of remote debugging, relevant device and system

Also Published As

Publication number Publication date
CN108270819A (en) 2018-07-10

Similar Documents

Publication Publication Date Title
CN108270819B (en) Remote debugging method, server and system for mobile equipment
CN108243259B (en) Method, device and system for transmitting Internet of vehicles data
CN108989277B (en) Token management method and server for executing same
CN110737566B (en) Host performance monitoring method and device, electronic equipment and storage medium
US11128417B2 (en) Data processing using defined data definitions
EP3410670A1 (en) System and method for communicating between devices using a one-time password
CN112437047A (en) Remote server management method, system and related device
CN109815666B (en) Identity authentication method and device based on FIDO protocol, storage medium and electronic equipment
CN103812829A (en) Method and system for improving security of remote desktop, and remote desktop server
CN112954050B (en) Distributed management method and device, management equipment and computer storage medium
CN108111486B (en) Method and device for avoiding repeated login
CN111159019B (en) Application program testing method, testing control terminal and testing terminal
CN102136964B (en) Website testing method and system
CN113672478A (en) Log obtaining method, device, terminal, server and storage medium
CN104133704A (en) Software upgrading and upgrade package issuing method, device and equipment
CN108121606B (en) Method and device for generating coded data based on joint debugging interface
CN106572136A (en) Server operation control method, device and system
CN111405016A (en) User information acquisition method and related equipment
CN113886870A (en) Data processing method, device, equipment and storage medium
CN103593150A (en) Terminal, server and method based on webpage print bar code
CN106878467B (en) Method for remotely controlling equipment and remote control system
CN103259785A (en) Authentication method and system of virtual token
CN111385611B (en) Account login method of smart television, smart television and terminal equipment
CN112087498A (en) System and method for remotely restoring factory settings of offline door lock
CN104301419A (en) Non-local-machine remote download control system and method

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