CN110661672B - Network information processing method for android device and android device - Google Patents
Network information processing method for android device and android device Download PDFInfo
- Publication number
- CN110661672B CN110661672B CN201810689902.9A CN201810689902A CN110661672B CN 110661672 B CN110661672 B CN 110661672B CN 201810689902 A CN201810689902 A CN 201810689902A CN 110661672 B CN110661672 B CN 110661672B
- Authority
- CN
- China
- Prior art keywords
- information
- network information
- data
- network
- android device
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 14
- 238000003672 processing method Methods 0.000 title claims abstract description 14
- 238000012360 testing method Methods 0.000 claims abstract description 34
- 238000012545 processing Methods 0.000 claims abstract description 15
- 238000000034 method Methods 0.000 claims description 41
- 230000006870 function Effects 0.000 claims description 33
- 230000008569 process Effects 0.000 claims description 13
- 238000004806 packaging method and process Methods 0.000 claims description 8
- 238000013075 data extraction Methods 0.000 claims 2
- 238000004590 computer program Methods 0.000 description 6
- 238000010276 construction Methods 0.000 description 5
- 238000001914 filtration Methods 0.000 description 3
- 230000002159 abnormal effect Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 238000007405 data analysis Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000010998 test method Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0876—Network utilisation, e.g. volume of load or congestion level
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/14—Arrangements for monitoring or testing data switching networks using software, i.e. software packages
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Environmental & Geological Engineering (AREA)
- Computer Security & Cryptography (AREA)
- Debugging And Monitoring (AREA)
Abstract
The utility model provides a network information processing method for android device, which is used for testing and displaying the network information between the electronic device and a specific server, and comprises the following steps: acquiring domain name information of the specific server, and sending test information to the specific server according to the domain name information and a self-defined test command; acquiring result information returned by the specific server; processing the result information and extracting network information; and displaying the network information. The present disclosure also provides an android device.
Description
Technical Field
The disclosure relates to a network information processing method for an android device and the android device
Background
With the development of network technology, android devices can be connected with more and more other android devices, such as communication between an android handset and multiple servers. At present, whether a network is unobstructed is tested in local android equipment, and the means of the method is generally to test the network speed of the local android equipment, namely to test the uploading speed and the downloading speed of the current network. However, the above-mentioned upload speed and download speed tested refer to: the total traffic between all other electronic devices currently connected to the local android device, for example, a mobile phone is equipped with multiple application software, when the multiple application software runs on the mobile phone at the same time, the mobile phone is connected to multiple application software servers at the same time, and at this time, the result obtained by network speed measurement by the existing means is the total traffic between the current mobile phone and the multiple servers.
It can be foreseen that the flow information between the local android device and the android electronic device cannot be tested by adopting the technical scheme. For example, when watching a video live broadcast, a mobile phone user wants to know the network traffic between the current mobile phone and the barrage server, and cannot realize the video live broadcast.
Disclosure of Invention
In view of the foregoing problems, the present disclosure provides a network information processing method and an electronic device for an android device, which can perform network performance evaluation on a specific network and perform data analysis and display on the evaluation result.
One aspect of the present disclosure provides a network information processing method for an android device, configured to test and display network information between the android device and a specific server, where the method includes: constructing a test command cmd; acquiring domain name information of the specific server, and calling a runtime. getruntime () method in the system to obtain an mRuntime object; calling an exec () function in an mRuntime object, and sending test information to the specific server, wherein the test command cmd and domain name information are used as parameter values of the exec () function; acquiring result information returned by the specific server; processing the result information and extracting network information; and displaying the network information.
Optionally, the result information is an mp Process object of a Process type, and processing the result information and extracting network information includes: calling an mProcesses.getInputStream () method in the mProcesses object to acquire input stream data information mProcessssInputStream of an execution result of the mProcesses object; then, calling a constructor of the InputStreamReader to convert the mProcessessisInputStream input stream into an InputStreamReader stream object, and packaging the stream information of mProcessesessInputStream into the mInputStreamReader object; then, calling a construction function of the BufferReader object to construct the mInputStreamReader object into an mBufferReader object, wherein the mInputStreamReader object can be read by a specific function in the system; reading the encapsulated result information by adopting a specific function, and storing each row of read data in an array element; network information in each array element is obtained.
Optionally, the acquiring the network information in each array element includes: constructing a regular expression; and acquiring specific information in each array element as network information according to the regular expression.
Optionally, the network information includes icmp information and ip information.
Another aspect of the present disclosure provides an android device, including: a communicator for communicating with a specific server; a processor; a memory storing a computer executable program that, when executed by the processor, causes the processor to perform: constructing a test command cmd; acquiring domain name information of the specific server, and calling a runtime. getruntime () method in the system to obtain an mRuntime object; calling an exec () function in an mRuntime object, and sending test information to the specific server, wherein the test command cmd and domain name information are used as parameter values of the exec () function; acquiring result information returned by the specific server; processing the result information and extracting network information; and displaying the network information.
Optionally, the result information is an mp Process object of a Process type, and the processor processes the result information and extracts network information, including: calling an mProcessess.getInputStream () method in the mProcessess object to acquire input stream data information mProcessessInputStream of an execution result of the mProcessess object; then, calling a constructor of the InputStreamReader to convert the mProcessessisInputStream input stream into an InputStreamReader stream object, and packaging the stream information of mProcessesessInputStream into the mInputStreamReader object; then, calling a construction function of the BufferReader object to construct the mInputStreamReader object into an mBufferReader object, wherein the mInputStreamReader object can be read by a specific function in the system; reading the encapsulated result information by adopting a specific function, and storing each row of read data in an array element; network information in each array element is obtained.
Optionally, the processor performs acquiring the network information in each array element, including: constructing a regular expression; and acquiring specific information in each array element as network information according to the regular expression.
Optionally, the network information includes icmp information and ip information.
Drawings
For a more complete understanding of the present disclosure and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, in which:
fig. 1 schematically shows a flowchart of a network information processing method for an android device according to an embodiment of the present disclosure.
Figure 2 schematically illustrates a block diagram of an android device in accordance with the present disclosure.
Detailed Description
Other aspects, advantages, and salient features of the disclosure will become apparent to those skilled in the art from the following detailed description, which, taken in conjunction with the annexed drawings, discloses exemplary embodiments of the disclosure.
In the present disclosure, the terms "include" and "comprise," as well as derivatives thereof, mean inclusion without limitation; the term "or" is inclusive, meaning and/or.
In this specification, the various embodiments described below which are used to describe the principles of the present disclosure are by way of illustration only and should not be construed in any way to limit the scope of the disclosure. The following description with reference to the accompanying drawings is provided to assist in a comprehensive understanding of exemplary embodiments of the present disclosure as defined by the claims and their equivalents. The following description includes various specific details to aid understanding, but such details are to be regarded as illustrative only. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. In addition, descriptions of well-known functions and constructions are omitted for clarity and conciseness. Moreover, throughout the drawings, the same reference numerals are used for similar functions and operations.
In addition, it should be noted that, in addition to the customized commands and variables, other functions, objects, variables, etc. mentioned in the present embodiment are all existing programming designs in the system (especially, the Android system), and therefore, it should be known by those skilled in the art, and therefore, they will not be described in detail.
Fig. 1 schematically shows a flowchart of a network information processing method for an android device according to an embodiment of the present disclosure.
The network information processing method provided in this embodiment is used for an android device to test and display network information between the electronic device and a specific server, and as shown in fig. 1, the network information processing method includes the following operations:
s1, obtaining the domain name information of the specific server, and sending the test information to the specific server according to the domain name information and the self-defined test command.
In the above operation S1, the embodiment of the present disclosure first constructs a String type test command, such as String cmd ═ ping-c. When testing the network between a server and a specific server, through an isneedledlong variable, whether to send a long string may be selected, and if the isneedledlong variable indicates that the long string needs to be sent, in this case, the cmd command may be extended, for example, cmd ═ ping-s 300-c "; otherwise, the original cmd ═ ping-c' command is adopted.
Various abnormal conditions may be generated during testing the network, and the present embodiment captures the abnormal conditions by starting a try-catch code block, for example:
by arranging the modules, if the abnormity is captured, the network test is interrupted, so that the problem of application program crash when the abnormity occurs can be effectively avoided.
The disclosed embodiment needs to construct a test command, and the purpose of the test command needs to be transmitted as a parameter value into a runtime () method (which is commonly found in an Android system) for network test. Specifically, a runtime () method in the system is called to obtain an mrruntime object; and calling an exec () function in the mRuntime object, and taking the test command and domain name information as parameter values of the exec () function, namely exec (cmd + host), wherein the host represents the domain name information of a specific server to be tested.
And S2, acquiring result information returned by the specific server.
After the exec function is executed, the electronic device sends test information to the specific server, and after receiving the test information, the server returns an object of a Process type, and marks a returned variable as mProcess.
And S3, processing the result information and extracting the network information.
In operation S3, after the mpocess is obtained, it needs to be packaged so that the packaged result information can be read by a specific function. Specifically, an mProcessess.getInputStream () method in the mProcesses object is called to obtain input stream data information mProcessessInputStream of the execution result of the mProcesses object; then, calling a constructor of the InputStreamReader to convert the mProcessessisInputStream input stream into an InputStreamReader stream object, and packaging the stream information of mProcessesessInputStream into the mInputStreamReader object; then, a constructor of the BufferReader object is called to construct the mInputStreamReader object into an mBufferReader object, and thus the encapsulated mInputStreamReader object is encapsulated into the mInputStreamReader object again. The mlnputstreamreader object may be read by a specific function in the system.
And reading the packaged mInputStreamReader object, wherein each line of data is read circularly by calling an mInputStreamReader readLine () method, and whether each line read by the mInputStreamReader readLine () method is empty is judged, if the line is empty, the reading is finished, otherwise, the reading is not finished, and the next circular reading is carried out to read the next line of data.
In addition, the embodiment also defines a local variable String line and a global variable String allLine. In the reading process, each line of data read by the mlinputstreamreader. Meanwhile, in order to store the read data in a "line" form, in this embodiment, a special delimiter data is added after each line of data is read, specifically, after the allLine + line is executed, calling the allLine + "/n" indicates that a line break is added. Through the above processing manner, the read data can be stored in all in the allLine in the form of "lines".
The network information needs to be obtained from the allLine next. Split ("/n") method in allLine is called to split the data in allLine into an array according to the linefeed, and mark the array as String [ ] linesInfo. This causes each row of data to be stored in an array element in an allLine.
The network information mentioned in the present disclosure may be various, and the embodiment of the present disclosure takes the example of obtaining the icmp information and the ip information as an example.
Defining a tool function public static List < String > getIcmp _ seq (String log), wherein the function is used for acquiring icmp information, the function is a public function and returns a variable of a set type List < String >, the name of the function is getIcmp _ seq, the parameter is a log object of character String information, and the log object is an element in a linesInfo array, namely a row of log information.
The construction principle of the getIcmp _ seq function is essentially to construct a regular expression:
String regex=″(?<=icmp_seq=)([0-9]+)(?=\\s)″;
the regular expression is used for filtering log information, and the icmp information obtained by filtering is stored in an icmpList object. Specifically, the regular expression is executed by calling a Pattern p ═ Pattern. Add (tmp) method is called, the tmp variable is added to the icmpList set, and finally the result is returned by calling return icmpList method.
As well as the manner of obtaining the icmp information, the embodiment of the present disclosure also defines a tool function private static String getIP (String log), which is similar to getIcmp _ seq in implementation, and the difference lies in the construction of a regular expression, which is:
String regex=″(?<=\\()([\\d]+\\.)+[\\d]+(?=\\))″;
therefore, the IP information in the log information can be filtered out and returned after being filtered by regex.
By adopting the filtering mode, the linesInfo array is subjected to traversal processing by combining a loop process, namely the getIcmp _ seq method and the getIP method defined above are executed on the data of each line, so that the corresponding icmp information and ip information are filtered from all log information.
And S4, displaying the network information.
In the above operation S4, a TextView view object is constructed on a system view (e.g., a view of an Android system), and a setText method therein is called to display the acquired icmp information and ip information on the TextView.
In summary, the present disclosure enables a network condition of a specific server to be tested by constructing a string command and transmitting the command to a network test method exec () in the system in combination with domain name information of the specific server; in addition, the method and the device can be used for packaging the test result and extracting data, and can be used for accurately acquiring specific network information.
Figure 2 schematically illustrates a block diagram of an android device in accordance with the present disclosure.
As shown in FIG. 2, the android device 200 includes a processor 210, a computer-readable storage medium 220, and a communicator 230. The electronic device 200 may perform the method described above with reference to fig. 1, and may test and display network information between the electronic device and a specific server.
In particular, processor 210 may include, for example, a general purpose microprocessor, an instruction set processor and/or related chip set and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), and/or the like. The processor 210 may also include onboard memory for caching purposes. Processor 210 may be a single processing unit or a plurality of processing units for performing the different actions of the method flows according to embodiments of the present disclosure described with reference to fig. 1.
Computer-readable storage medium 220 may be, for example, any medium that can contain, store, communicate, propagate, or transport the instructions. For example, a readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. Specific examples of the readable storage medium include: magnetic storage devices, such as magnetic tape or Hard Disk Drives (HDDs); optical storage devices, such as compact disks (CD-ROMs); a memory, such as a Random Access Memory (RAM) or a flash memory; and/or wired/wireless communication links.
The computer-readable storage medium 220 may include a computer program 221, which computer program 221 may include code/computer-executable instructions that, when executed by the processor 210, cause the processor 210 to perform a method flow such as that described above in connection with fig. 1 and any variations thereof.
The computer program 221 may be configured with computer program code, for example, comprising computer program modules. For example, in an example embodiment, code in computer program 221 may include one or more program modules, including, for example, 221A, modules 221B, … …. It should be noted that the division and number of modules are not fixed, and those skilled in the art may use suitable program modules or program module combinations according to actual situations, which when executed by the processor 210, enable the processor 210 to perform the method flow described above in connection with fig. 1 and any variations thereof, for example.
While the disclosure has been shown and described with reference to certain exemplary embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the disclosure as defined by the appended claims and their equivalents. Accordingly, the scope of the present disclosure should not be limited to the above-described embodiments, but should be defined not only by the appended claims, but also by equivalents thereof.
Claims (8)
1. A network information processing method for an android device is used for testing and displaying network information between the android device and a specific server, and comprises the following steps:
constructing a test command cmd;
acquiring domain name information of the specific server, and calling a runtime. getruntime () method in the system to obtain an mRuntime object;
calling an exec () function in an mRuntime object, and sending test information to the specific server, wherein the test command cmd and domain name information are used as parameter values of the exec () function;
acquiring result information returned by the specific server;
processing the result information and extracting network information;
displaying the network information;
wherein the processing the result information and extracting the network information includes:
packaging and data extracting the result information to obtain the network information;
the data extraction, the obtaining the network information includes:
reading the encapsulated result information by adopting a specific function, defining a local variable and a global variable, receiving each read row of data by the local variable in the reading process, and then additionally copying the data of the local variable to the global variable;
adding a line feed character after reading each line of data so as to store all the read data in a global variable in a line form;
splitting data in the global variable into an array according to the line feed character by a split method, so that each line of data in all the variables is stored in an array element;
network information in each array element is obtained.
2. The network information processing method for the android device as claimed in claim 1, wherein the result information is an mp Process object of a Process type, and processing the result information and extracting the network information includes:
calling an mProcesses.getInputStream () method in the mProcesses object to acquire input stream data information mProcessssInputStream of an execution result of the mProcesses object; then, calling a constructor of the InputStreamReader to convert the mProcessessisInputStream input stream into an InputStreamReader stream object, and packaging the stream information of mProcessesessInputStream into the mInputStreamReader object; then, a constructor of the BufferedReader object is called to construct the mlnputstreamreader object into an mlbufferedreader object, which can be read by a specific function in the system.
3. The network information processing method for the android device of claim 2, wherein the obtaining the network information in each array element comprises:
constructing a regular expression;
and acquiring specific information in each array element according to the regular expression as network information.
4. The network information processing method for the android device as claimed in any one of claims 1 to 3, wherein the network information includes icmp information and ip information.
5. An android device, comprising:
a communicator for communicating with a specific server;
a processor;
a memory storing a computer executable program that, when executed by the processor, causes the processor to perform:
constructing a test command cmd;
acquiring domain name information of the specific server, and calling a runtime. getruntime () method in the system to obtain an mRuntime object;
calling an exec () function in an mRuntime object, and sending test information to the specific server, wherein the test command cmd and domain name information are used as parameter values of the exec () function;
acquiring result information returned by the specific server;
processing the result information and extracting network information;
displaying the network information;
wherein the processing the result information and extracting the network information includes:
packaging and data extracting the result information to obtain the network information;
the data extraction, the obtaining the network information includes:
reading the encapsulated result information by adopting a specific function, defining a local variable and a global variable, receiving each read row of data by the local variable in the reading process, and then additionally copying the data of the local variable to the global variable;
adding a line feed character after reading each line of data so as to store all the read data in a global variable in a line form;
splitting data in the global variable into an array according to the line feed character by a split method, so that each line of data in all the variables is stored in one array element;
network information in each array element is obtained.
6. The android device of claim 5, the result information being an mProcessObject of a Process type, the processor processing the result information and extracting network information, comprising:
calling an mProcesses.getInputStream () method in the mProcesses object to acquire input stream data information mProcessssInputStream of an execution result of the mProcesses object; then, calling a constructor of the InputStreamReader to convert the mProcessessisInputStream input stream into an InputStreamReader stream object, and packaging the stream information of mProcessesessInputStream into the mInputStreamReader object; then, a constructor of the BufferedReader object is called to construct the mlnputstreamreader object into an mlbufferedreader object, which can be read by a specific function in the system.
7. The android device of claim 5, the processor to perform obtaining network information in each array element, comprising:
constructing a regular expression;
and acquiring specific information in each array element according to the regular expression as network information.
8. The android device of any of claims 5-7, wherein the network information includes icmp information and ip information.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810689902.9A CN110661672B (en) | 2018-06-28 | 2018-06-28 | Network information processing method for android device and android device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810689902.9A CN110661672B (en) | 2018-06-28 | 2018-06-28 | Network information processing method for android device and android device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110661672A CN110661672A (en) | 2020-01-07 |
CN110661672B true CN110661672B (en) | 2022-08-16 |
Family
ID=69026407
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810689902.9A Active CN110661672B (en) | 2018-06-28 | 2018-06-28 | Network information processing method for android device and android device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110661672B (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101494654A (en) * | 2009-03-13 | 2009-07-29 | 阿里巴巴集团控股有限公司 | Method and apparatus for determining server accessibility |
CN103051496A (en) * | 2012-12-21 | 2013-04-17 | 大唐软件技术股份有限公司 | Monitoring method and device of monitoring point server |
CN106445764A (en) * | 2016-09-29 | 2017-02-22 | 福州大学 | Method for realizing automatic testing of stability of android facility |
CN107018001A (en) * | 2016-01-28 | 2017-08-04 | 中国移动通信集团贵州有限公司 | A kind of application and trouble localization method and device |
CN107682174A (en) * | 2017-08-24 | 2018-02-09 | 郑州云海信息技术有限公司 | A kind of network equipment supports the collection method of data |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7028225B2 (en) * | 2001-09-25 | 2006-04-11 | Path Communications, Inc. | Application manager for monitoring and recovery of software based application processes |
-
2018
- 2018-06-28 CN CN201810689902.9A patent/CN110661672B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101494654A (en) * | 2009-03-13 | 2009-07-29 | 阿里巴巴集团控股有限公司 | Method and apparatus for determining server accessibility |
CN103051496A (en) * | 2012-12-21 | 2013-04-17 | 大唐软件技术股份有限公司 | Monitoring method and device of monitoring point server |
CN107018001A (en) * | 2016-01-28 | 2017-08-04 | 中国移动通信集团贵州有限公司 | A kind of application and trouble localization method and device |
CN106445764A (en) * | 2016-09-29 | 2017-02-22 | 福州大学 | Method for realizing automatic testing of stability of android facility |
CN107682174A (en) * | 2017-08-24 | 2018-02-09 | 郑州云海信息技术有限公司 | A kind of network equipment supports the collection method of data |
Non-Patent Citations (1)
Title |
---|
在Java中执行外界程序;徐迎晓;《电脑编程技巧与维护》;20010715(第07期);正文第三部分 * |
Also Published As
Publication number | Publication date |
---|---|
CN110661672A (en) | 2020-01-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108495192B (en) | Page editing processing method and device | |
CN108845930B (en) | Interface operation test method and device, storage medium and electronic device | |
CN107609004B (en) | Application program embedding method and device, computer equipment and storage medium | |
CN107133174A (en) | Test case code automatically generating device and method | |
CN108363662A (en) | A kind of applied program testing method, storage medium and terminal device | |
CN109656806A (en) | A kind of the playback test method and device of interface data | |
CN112729868A (en) | Vehicle diagnosis method, device, equipment and medium | |
CN109783457A (en) | CGI interface managerial method, device, computer equipment and storage medium | |
CN111694733A (en) | API (application programming interface) testing method and device for software development kit SDK (software development kit) | |
CN110083366B (en) | Application running environment generation method and device, computing equipment and storage medium | |
CN117370203B (en) | Automatic test method, system, electronic equipment and storage medium | |
CN107102950A (en) | A kind of applied program testing method and device | |
CN114157662A (en) | Cloud platform parameter adaptation method and device, terminal equipment and storage medium | |
CN113158102A (en) | Page configuration method and device, electronic equipment and computer readable medium | |
CN110661672B (en) | Network information processing method for android device and android device | |
CN118012440B (en) | Processing method and device of APP watch function simulator and electronic equipment | |
CN106302011B (en) | Multi-terminal-based test method and terminal | |
CN110020166B (en) | Data analysis method and related equipment | |
CN106487855A (en) | file uploading method, access method, device and equipment | |
CN114385697A (en) | Game recommendation method and server | |
CN107508705A (en) | The resource tree constructing method and computing device of a kind of HTTP elements | |
CN114697241A (en) | End-to-end time delay test system and method | |
CN114185318A (en) | Production line information processing method and system based on artificial intelligence | |
CN106713902A (en) | Camera module fault detection method and apparatus, and terminal | |
CN111309598A (en) | A test case execution environment recovery method, system, terminal and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
TR01 | Transfer of patent right |
Effective date of registration: 20240929 Address after: Room J14873, Building 2, No. 4268 Zhennan Road, Jiading District, Shanghai, 201800 Patentee after: Shanghai Huaikan Digital Technology Co.,Ltd. Country or region after: China Address before: 430000 Wuhan Donghu Development Zone, Wuhan, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd. Country or region before: China |
|
TR01 | Transfer of patent right |