CN103123601A - Software development troubleshooting method and device based on Symbian system - Google Patents

Software development troubleshooting method and device based on Symbian system Download PDF

Info

Publication number
CN103123601A
CN103123601A CN2011103665412A CN201110366541A CN103123601A CN 103123601 A CN103123601 A CN 103123601A CN 2011103665412 A CN2011103665412 A CN 2011103665412A CN 201110366541 A CN201110366541 A CN 201110366541A CN 103123601 A CN103123601 A CN 103123601A
Authority
CN
China
Prior art keywords
daily record
code
recorded
function
software development
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2011103665412A
Other languages
Chinese (zh)
Other versions
CN103123601B (en
Inventor
甘寿聪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Shenzhou Taiyue Software Co Ltd
Original Assignee
Beijing Shenzhou Taiyue Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Shenzhou Taiyue Software Co Ltd filed Critical Beijing Shenzhou Taiyue Software Co Ltd
Priority to CN201110366541.2A priority Critical patent/CN103123601B/en
Publication of CN103123601A publication Critical patent/CN103123601A/en
Application granted granted Critical
Publication of CN103123601B publication Critical patent/CN103123601B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a software development troubleshooting method and a device based on a Symbian system. The method comprises a first step of adding recording codes in a project file, using a constructor and a destructor in an object-oriented technology to achieve the function invoking recording to generate a log, and a second step of troubleshooting according to the log. The software development troubleshooting method and the device can generate the log to troubleshoot by recording the function invoking and achieve accurate positioning of breakdowns.

Description

Method and apparatus based on the software development troubleshooting of Symbian system
Technical field
The present invention relates to moving communicating field, particularly based on the method and apparatus of the software development troubleshooting of Symbian system.
Background technology
The development of mobile Internet is more and swifter and more violent, presents in the market iPhone, android, Symbian, a plurality of cell phone platforms such as windows phone.Because quantity in stock and the occupation rate of Nokia's mobile phone are larger, within following a period of time, the Symbian platform will be played an important role in mobile phone development.The Symbian platform adopts the Symbian C Plus Plus to develop, compare with other platform, the Symbian platform development is searched in debugging and bug, have more difficulty, main cause is as follows: simulator starts slow, and unstable, if start simulator under the debug pattern, the situation that simulator crashes often can appear; After collapse appearred in program, system can not preserve stack information, there is no good miscue yet, is difficult to find the reason of collapse; After the product issue, if the user is in use collapsed, can't in time error message be fed back to product supplier.
Summary of the invention
The invention provides the method and apparatus based on the software development troubleshooting of Symbian system, to solve the problem of looking up the fault.
The invention discloses the method based on the software development troubleshooting of Symbian system, described method comprises:
Step 1 is added to the code of line item in project file, utilize constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record;
Step 2 is according to described daily record looking up the fault.
Wherein, described step 1 is further,
Step 21, when function to be recorded is carried out beginning, the code that interpolation is recorded function call, described code is the grand of daily record, described grand statement object is recorded described function and is begun, after described function is finished in the constructed fuction of object, call the destructor function of described object, record described function and finish in described destructor function.
Wherein, described step 2 is further
Step 31 when fault occurs, is searched the function that there is no end record in described daily record, and described function is the function that breaks down.
Wherein, the described code that is added to line item in project file also comprises:
Step 41 is added grand to the code of the line item of advancing or record variable value in program to be recorded.
Wherein, described method also comprises:
Each code that records has corresponding level;
Step 51 arranges threshold level in the daily record configuration file;
When step 52, program start to be recorded, read described daily record configuration file, executive level is greater than or equal to the code that records of described threshold level.
Wherein, described method also comprises:
Step 61 creates and controls the grand of daily record compiler toggle, and when grand the opening of described control daily record compiler toggle, the described code that records is compiled in the executable file of program to be recorded; When grand the closing of described control daily record compiler toggle, the described code that records is for empty.
Wherein, each code that records has corresponding level;
Described method also comprises:
Step 71, described program to be recorded is divided into a plurality of functional modules;
Step 72, rank corresponding to each functional module of configuration in the daily record configuration file;
When step 73, program start to be recorded, read described daily record configuration file, executive level is greater than or equal to other code that records of level corresponding to described functional module in each functional module.
Wherein, described method also comprises:
Step 81, described program to be recorded is divided into a plurality of functional modules;
Step 82, the switch of each functional module of configuration in the daily record configuration file;
When step 83, program start to be recorded, read described daily record configuration file, for each functional module, when the corresponding switch opens of described functional module, carry out the code that records in described functional module.
Wherein, described method also comprises:
Step 91 configures master switch in the daily record configuration file;
When step 93, program start to be recorded, read described daily record configuration file, when master switch is opened, carry out the code that records in program to be recorded.
The invention also discloses the device based on the software development troubleshooting of Symbian system, described device comprises:
The daily record generation module is used for being added at project file the code of line item, utilizes constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record;
The troubleshooting module is used for according to described daily record looking up the fault.
The invention has the beneficial effects as follows: by recording function call, generate daily record and carry out troubleshooting, realize the accurate location to fault; Utilize constructed fuction and destructor function in Object-oriented Technique, realize the tracking that the function stack calls, the method is simple and easy to do; By controlling the grand of daily record compiler toggle, can remove the log code that records when unnecessary, prevent that installation kit from increasing; By daily record configuration file management daily record switch and daily record rank, facilitate daily record switch and other modification of daily record level, can control flexibly log recording, facilitate troubleshooting.
Description of drawings
Fig. 1 is the process flow diagram of method that the present invention is based on the software development troubleshooting of Symbian system;
Fig. 2 is the process flow diagram of embodiment of the method that the present invention is based on the software development troubleshooting of Symbian system;
Fig. 3 is the structural drawing of device that the present invention is based on the software development troubleshooting of Symbian system.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
The method of the software development troubleshooting based on the Symbian system of the present invention as shown in Figure 1.
Step S100 is added to the code of line item in project file, utilize constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record.
Step S200 is according to this daily record looking up the fault.
An embodiment of the present invention is as described below.
Step S110, when function to be recorded is carried out beginning, the code that interpolation is recorded function call, this code is the grand of daily record, grand statement object is recorded function to be recorded and is begun, after function to be recorded is finished in the constructed fuction of object, call the destructor function of this object, record function to be recorded and finish in this destructor function.
Such as beginning to write grand CORE_FT_LOW () at certain function TestLog; Can record start time and the function name of this function, and concluding time and function name.Wherein, it is core module (CORE) that CORE represents current, and FT represents it is the grand of function tracking, and LOW represents that this daily record rank is rudimentary.
Step S210 when fault occurs, searches the function that there is no end record in daily record, and the function that there is no end record that finds is the function that breaks down.
Adopt this scheme to carry out record to calling of function, when fault occurs, search the function that there is no end record in record, namely not by the function of the execution of success, thereby determine that this function is the function that breaks down.
Except calling of above-mentioned function recorded, also advance record to using executory other information in the present invention, add grand to the code of the line item of advancing or record variable value in program to be recorded, complete the record to target information.
Program to be recorded refers to " present procedure " or " program of operation ".
For example, there is certain character string char in certain function *Categorical variable sValue uses CORE_LOG_EX (LL_HIGH, " sValue%s ", sValue) record the value of sValue.CORE_LOG_EX represents it is the grand of core module (CORE), and the LL_HIGH daily record rank that represents to change one's profession is senior, and %s is the C language standard formatting method, and sValue is the current variable that will record.
In a better embodiment, create and control the grand of daily record compiler toggle, when controlling grand the opening of daily record compiler toggle, the code that records is compiled in the executable file of program to be recorded; When controlling grand the closing of daily record compiler toggle, the code that records is for empty.
Adopt this scheme closing journal function easily, when need not to record, make the code that carries out log recording not be compiled in program, the installation kit that reduces to cause because of log code increases.When needs carry out log recording, open journal function, realize log recording.
In a better embodiment, each code that records has corresponding level, adopts the daily record configuration file to control.By using configuration file, need not to recompilate and just can control log recording, make log recording more flexible.
Configure master switch in the daily record configuration file; During program start to be recorded, read the daily record configuration file, when master switch is opened, carry out the code that records in program to be recorded.
By adopting this scheme, carry out neatly the opening and closing of log recording.And the master switch in this scheme is different from the grand of aforesaid control daily record compiler toggle.That controls the daily record compiler toggle is grand in controlling the code compilation that whether will record to program implementation file to be recorded.The master switch of this programme is compiled the code that records in program implementation file to be recorded after, controls current whether log enable writing function.
Each code that records has corresponding level, in the daily record configuration file, threshold level is set; During program start to be recorded, read the daily record configuration file, executive level is greater than or equal to the code that records of this threshold level.
Daily record is divided into different ranks according to importance, for example be divided into rudimentary, common, senior, the superlative degree, altogether level Four.Can such as the logging status daily record, be labeled as the superlative degree to some crucial functions, the login time daily record is labeled as common; And some unessential functions such as the drafting daily record of certain picture, are labeled as rudimentary; Be common if threshold level is set in the daily record configuration file, only be labeled as common, senior, highest three other daily record meetings of level and be recorded.Can come log according to the difference of importance like this in code, control easily daily record quantity.
By adopting this scheme to come log according to the difference that records importance, can control easily daily record quantity, be convenient to troubleshooting.
In a better embodiment, when program to be recorded is during than large program, program to be recorded is carried out piecemeal, thereby daily record quantity is controlled, facilitate searching of fault.
Wherein, program to be recorded is divided into a plurality of functional modules; The switch of each functional module of configuration in the daily record configuration file; During program start to be recorded, read described daily record configuration file, for each functional module, when the corresponding switch opens of this functional module, carry out the code that records in this functional module.
By this scheme, each functional module is opened and control, according to the contingent different situations of fault, carry out the switch of difference in functionality module, facilitate searching of fault.
Wherein, each code that records has corresponding level; Program to be recorded is divided into a plurality of functional modules; Rank corresponding to each functional module of configuration in the daily record configuration file; During program start to be recorded, read the daily record configuration file, executive level is greater than or equal to other code that records of level corresponding to this functional module in each functional module.
Adopt this scheme that the importance of record is distinguished, effectively control the quantity of log recording, facilitate searching of fault.
Embodiments of the invention are as described below.
Step S201 creates and controls the grand of daily record compiler toggle, will control grand the opening of daily record compiler toggle, and the code that records is compiled in the executable file of program to be recorded.
If need not troubleshooting, closing control daily record compiler toggle is grand, and the code that records is for empty.
Wherein, in program to be recorded, log recording is controlled by grand mode, and the switch of the whole daily record compiling of grand control is arranged simultaneously, and when this is grand when opening, the code of log recording can be compiled in the executable file of program to be recorded; When this is grand when closing, the code of log recording is all empty, and the executable file of compiling program to be recorded out is equally large with the executable file of original program to be recorded when recording without daily record.
Step S202 utilizes constructed fuction and destructor function in Object-oriented Technique, generates daily record, realizes the function tracking.
When function to be recorded is carried out beginning, the code that interpolation is recorded function call, code is the grand of daily record, grand statement object, recording this function in the constructed fuction of object begins, after this function is finished, call the destructor function of object, record described function and finish in destructor function.
Thereby when program operation to be recorded, record the order of calling between the function of paying close attention to.
Step S203, procedure division to be recorded is the difference in functionality module, each functional module has corresponding daily record.
For example, login daily record, session log, contact person's daily record, browser log etc.For different troubleshootings, only need to open the daily record of the corresponding function module like this, and irrelevant functional module is closed, be convenient to troubleshooting.
Step S204 is each assignment of code rank that records.
Daily record is divided into different ranks according to importance, for example is divided into lowermost level, and is rudimentary, common, senior, the superlative degree, Pyatyi altogether.Can some crucial functions, such as the logging status daily record, be labeled as the superlative degree, and some unessential functions such as the drafting daily record of certain picture, be labeled as rudimentary; If in the daily record configuration file, the rank of function place functional module is common, only is labeled as common, senior, highest three other daily record meetings of level in this functional module and is recorded.Can come log according to the difference of importance like this in code, control easily daily record quantity.
Step S205, master switch of configuration in the daily record configuration file.
For example closing journal when master switch is 0, be 1 o'clock be to open daily record.The grand difference of this master switch and control daily record compiler toggle.This master switch is effective when controlling grand the opening of daily record compiler toggle.
Step S206, the switch of configuration difference in functionality module in the daily record configuration file.
During execution, for each functional module, when the corresponding switch opens of this functional module, carry out the code that records in this functional module.
Step S207, rank corresponding to each functional module of configuration in the daily record configuration file.
For example, use-2 to 2 to represent different functional classes, such as<login 〉-1</login〉represent that the daily record rank of login module is rudimentary, rank is that minimum daily record will can not be recorded in the login feature module.
When step S208, program start to be recorded, read the daily record configuration file, when master switch is opened, each switch be in the functional module of opening executive level greater than or equal to other code that records of level corresponding to described functional module.
Can read journal file during application program launching, need not like this to recompilate code, just can revise daily record rank and switch by revising configuration file.
Step S209 when fault occurs, searches the function that there is no end record in described daily record, and this function that finds is the function that breaks down.
The present invention is based on the Symbian system the software development troubleshooting device as shown in Figure 3.
Daily record generation module 100 is used for being added at project file the code of line item, utilizes constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record.
Troubleshooting module 200 is used for according to described daily record looking up the fault.
In one better embodiment, the daily record generation module is further used for when function to be recorded is carried out beginning, the code that interpolation is recorded function call, described code is the grand of daily record, described grand statement object is recorded described function and is begun, after described function is finished in the constructed fuction of object, call the destructor function of described object, record described function and finish in described destructor function.
In one better embodiment, the troubleshooting module is further used for searching the function that there is no end record in described daily record when fault occurs, and described function is the function that breaks down.
In one better embodiment, the daily record generation module also is used for when being added to the code of line item in project file adding grand to the code of the line item of advancing or record variable value in program to be recorded.
In one better embodiment, the daily record generation module also is used to each assignment of code corresponding level that records; In the daily record configuration file, threshold level is set; When program start to be recorded, read described daily record configuration file, executive level is greater than or equal to the code that records of described threshold level.
In one better embodiment, the daily record generation module also is used for creating controlling the grand of daily record compiler toggle, and when grand the opening of described control daily record compiler toggle, the described code that records is compiled in the executable file of program to be recorded; When grand the closing of described control daily record compiler toggle, the described code that records is for empty.
In one better embodiment, the daily record generation module also is used to each assignment of code corresponding level that records; Be a plurality of functional modules with described procedure division to be recorded; Rank corresponding to each functional module of configuration in the daily record configuration file; When program start to be recorded, read described daily record configuration file, executive level is greater than or equal to other code that records of level corresponding to described functional module in each functional module.
In one better embodiment, it is a plurality of functional modules with procedure division to be recorded that the daily record generation module also is used for; The switch of each functional module of configuration in the daily record configuration file; When program start to be recorded, read described daily record configuration file, for each functional module, when the corresponding switch opens of described functional module, carry out the code that records in described functional module.
In one better embodiment, the daily record generation module also is used for configuring master switch at the daily record configuration file; When program start to be recorded, read described daily record configuration file, when master switch is opened, carry out the code that records in program to be recorded.
The above is only preferred embodiment of the present invention, is not for limiting protection scope of the present invention.All any modifications of doing within the spirit and principles in the present invention, be equal to replacement, improvement etc., all be included in protection scope of the present invention.

Claims (10)

1. the method based on the software development troubleshooting of Symbian system, is characterized in that, described method comprises:
Step 1 is added to the code of line item in project file, utilize constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record;
Step 2 is according to described daily record looking up the fault.
2. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that,
Described step 1 is further,
Step 21, when function to be recorded is carried out beginning, the code that interpolation is recorded function call, described code is the grand of daily record, described grand statement object is recorded described function and is begun, after described function is finished in the constructed fuction of object, call the destructor function of described object, record described function and finish in described destructor function.
3. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that,
Described step 2 is further
Step 31 when fault occurs, is searched the function that there is no end record in described daily record, and described function is the function that breaks down.
4. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that, the described code that is added to line item in project file also comprises:
Step 41 is added grand to the code of the line item of advancing or record variable value in program to be recorded.
5. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that, described method also comprises:
Each code that records has corresponding level;
Step 51 arranges threshold level in the daily record configuration file;
When step 52, program start to be recorded, read described daily record configuration file, executive level is greater than or equal to the code that records of described threshold level.
6. the method for arbitrary described software development troubleshooting based on the Symbian system according to claim 1 to 5, is characterized in that, described method also comprises:
Step 61 creates and controls the grand of daily record compiler toggle, and when grand the opening of described control daily record compiler toggle, the described code that records is compiled in the executable file of program to be recorded; When grand the closing of described control daily record compiler toggle, the described code that records is for empty.
7. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that,
Each code that records has corresponding level;
Described method also comprises:
Step 71, described program to be recorded is divided into a plurality of functional modules;
Step 72, rank corresponding to each functional module of configuration in the daily record configuration file;
When step 73, program start to be recorded, read described daily record configuration file, executive level is greater than or equal to other code that records of level corresponding to described functional module in each functional module.
8. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that,
Described method also comprises:
Step 81, described program to be recorded is divided into a plurality of functional modules;
Step 82, the switch of each functional module of configuration in the daily record configuration file;
When step 83, program start to be recorded, read described daily record configuration file, for each functional module, when the corresponding switch opens of described functional module, carry out the code that records in described functional module.
9. the method for the software development troubleshooting based on the Symbian system according to claim 1, is characterized in that,
Described method also comprises:
Step 91 configures master switch in the daily record configuration file;
When step 93, program start to be recorded, read described daily record configuration file, when master switch is opened, carry out the code that records in program to be recorded.
10. the device based on the software development troubleshooting of Symbian system, is characterized in that, described device comprises:
The daily record generation module is used for being added at project file the code of line item, utilizes constructed fuction in Object-oriented Technique and destructor function to realize record to function call generating daily record;
The troubleshooting module is used for according to described daily record looking up the fault.
CN201110366541.2A 2011-11-17 2011-11-17 The method and apparatus of the software development trouble shoot based on Symbian system Active CN103123601B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110366541.2A CN103123601B (en) 2011-11-17 2011-11-17 The method and apparatus of the software development trouble shoot based on Symbian system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110366541.2A CN103123601B (en) 2011-11-17 2011-11-17 The method and apparatus of the software development trouble shoot based on Symbian system

Publications (2)

Publication Number Publication Date
CN103123601A true CN103123601A (en) 2013-05-29
CN103123601B CN103123601B (en) 2016-05-25

Family

ID=48454588

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110366541.2A Active CN103123601B (en) 2011-11-17 2011-11-17 The method and apparatus of the software development trouble shoot based on Symbian system

Country Status (1)

Country Link
CN (1) CN103123601B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279074A (en) * 2014-06-05 2016-01-27 腾讯科技(深圳)有限公司 Method and device for displaying log information on terminal through NSLog
CN105843822A (en) * 2015-01-16 2016-08-10 北京神州泰岳软件股份有限公司 Method and device for changing log levels
CN105868092A (en) * 2016-03-28 2016-08-17 广东欧珀移动通信有限公司 Log file processing method and device
CN108628744A (en) * 2018-04-28 2018-10-09 深圳市风云实业有限公司 Method for diagnosing faults, device and electronic equipment
CN109086157A (en) * 2018-08-02 2018-12-25 北京达佳互联信息技术有限公司 Log method for tracing, device, electronic equipment and storage medium
CN110147313A (en) * 2019-04-10 2019-08-20 口碑(上海)信息技术有限公司 A kind of log-output method and device
CN110659195A (en) * 2018-06-28 2020-01-07 武汉斗鱼网络科技有限公司 Android program crash positioning method, storage medium, electronic device and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832270A (en) * 1994-06-23 1998-11-03 International Business Machines Corporation System having automatic insertion of hooks into object-oriented software for visualizing execution thereof
CN101169753A (en) * 2007-11-26 2008-04-30 中兴通讯股份有限公司 Method for recording function for leading to system abnormity
CN101196848A (en) * 2006-12-04 2008-06-11 佳能株式会社 Method for acquiring operation log

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832270A (en) * 1994-06-23 1998-11-03 International Business Machines Corporation System having automatic insertion of hooks into object-oriented software for visualizing execution thereof
CN101196848A (en) * 2006-12-04 2008-06-11 佳能株式会社 Method for acquiring operation log
CN101169753A (en) * 2007-11-26 2008-04-30 中兴通讯股份有限公司 Method for recording function for leading to system abnormity

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ALEXKUCHERENKO: "通用的应用程序高级日志系统", 《HTTP://WWW.VCKBASE.COM/INDEX.PHP/WV/1571》, 15 March 2009 (2009-03-15), pages 1 - 3 *
王斌等: "基于软件运行记录的测试方法", 《第三届全国软件测试会议与移动计算、栅格、智能化高级论坛论文集》, vol. 22, 31 August 2009 (2009-08-31), pages 79 - 82 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279074A (en) * 2014-06-05 2016-01-27 腾讯科技(深圳)有限公司 Method and device for displaying log information on terminal through NSLog
CN105843822A (en) * 2015-01-16 2016-08-10 北京神州泰岳软件股份有限公司 Method and device for changing log levels
CN105868092A (en) * 2016-03-28 2016-08-17 广东欧珀移动通信有限公司 Log file processing method and device
CN105868092B (en) * 2016-03-28 2017-11-17 广东欧珀移动通信有限公司 A kind of processing method and processing device of journal file
CN108628744A (en) * 2018-04-28 2018-10-09 深圳市风云实业有限公司 Method for diagnosing faults, device and electronic equipment
CN110659195A (en) * 2018-06-28 2020-01-07 武汉斗鱼网络科技有限公司 Android program crash positioning method, storage medium, electronic device and system
CN109086157A (en) * 2018-08-02 2018-12-25 北京达佳互联信息技术有限公司 Log method for tracing, device, electronic equipment and storage medium
CN109086157B (en) * 2018-08-02 2022-03-25 北京达佳互联信息技术有限公司 Log tracking method and device, electronic equipment and storage medium
CN110147313A (en) * 2019-04-10 2019-08-20 口碑(上海)信息技术有限公司 A kind of log-output method and device
CN110147313B (en) * 2019-04-10 2023-11-10 口碑(上海)信息技术有限公司 Log output method and device

Also Published As

Publication number Publication date
CN103123601B (en) 2016-05-25

Similar Documents

Publication Publication Date Title
CN103123601A (en) Software development troubleshooting method and device based on Symbian system
CN112100054B (en) Data management and control oriented program static analysis method and system
Le et al. Smartsynth: Synthesizing smartphone automation scripts from natural language
US10191721B1 (en) Systems and methods for generating functional application designs
CN102246150B (en) Transforming user script code for debugging
CN109670951B (en) Block chain intelligent contract debugging and publishing method and system
CN103677921B (en) Method and system for enabling Android system to be compatible with wifi chip
JP5123291B2 (en) Generic interface for deep embedding of expression trees in programming languages
CN102696012A (en) Creating inferred symbols from code usage
CN102063324A (en) Method and system for implementing automatic programming
CN103164300A (en) Mobile terminal touch screen automatic testing method and device
CN109858019A (en) Dialogue state tracking and device, storage medium and semantics recognition system
US8549506B2 (en) Resumable methods
CN109783195A (en) A kind of real-time adjustment method of intelligent contract based on container
CN108153902A (en) More wheel session interaction method, apparatus, computer equipment and storage medium
CN101944061B (en) Method and device for debugging codes
CN104834715A (en) Website generating method and system based on components and container
CN102999371B (en) Interface Development method and system based on Lua script
CN105446788B (en) A kind of information processing method and electronic equipment
CN101000557A (en) Virtual machine
CN102163149A (en) Visual development system and visual development method of Java-card application toolkit (CAT)
CN102799462B (en) Based on the script engine device of Eclipse platform and the collocation method of Eclipse platform
Jääskeläinen et al. Creating a test model library for gui testing of smartphone applications (short paper)
CN108255688A (en) Display methods, storage medium, electronic equipment and the system of application log
CN219980888U (en) But embedded security protection supervisory equipment of secondary development

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 818, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Patentee after: BEIJING ULTRAPOWER SOFTWARE Co.,Ltd.

Address before: 100089 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building A block 5 layer

Patentee before: BEIJING ULTRAPOWER SOFTWARE Co.,Ltd.