未验证 提交 d601a082 编写于 作者: O openharmony_ci 提交者: Gitee

!119 Fix watchdog timeout when install application

Merge pull request !119 from 苏重威/master
......@@ -326,6 +326,7 @@ EXECRES add_directory_to_pending_list(dir_node **end, char* input_file_path) {
* transform this js file into snapshot.
*/
EXECRES gen_snapshot(char* input_file_path, char* output_file_path) {
RefreshAllServiceTimeStamp();
jerry_init_flag_t flags = JERRY_INIT_EMPTY;
jerry_init (flags);
EXECRES generate_val = EXCE_ACE_JERRY_EXEC_OK;
......
......@@ -53,6 +53,7 @@ void jerry_port_default_remove_current_context_record ();
void jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p);
void RefreshAllServiceTimeStamp(void);
#endif // JERRY_FOR_IAR_CONFIG
#ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册