Home
last modified time | relevance | path

Searched refs:amp_debug (Results 1 – 25 of 123) sorted by relevance

12345

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c39 amp_debug(MOD_STR, "JSON Parse Error"); in pyamp_update_file()
44 amp_debug(MOD_STR, "JSON Parse Error"); in pyamp_update_file()
51 amp_debug(MOD_STR, "JSON Parse Error"); in pyamp_update_file()
79 amp_debug(MOD_STR, "JSON Parse Error"); in pyamptoken_verify()
84 amp_debug(MOD_STR, "JSON Parse Error"); in pyamptoken_verify()
91 amp_debug(MOD_STR, "JSON Parse Error"); in pyamptoken_verify()
154 amp_debug(MOD_STR, "memory not enough"); in topic_subscribe()
162 amp_debug(MOD_STR, "subscribe failed"); in topic_subscribe()
246 amp_debug(MOD_STR, "publish failed"); in pyamp_internal_service_publish()
291 amp_debug(MOD_STR, in aiot_ntp_recv_handler()
[all …]
A Dapp_upgrade.c51 amp_debug(MOD_STR, "get store file path:%s\n", path_buf); in ota_get_py_install_path()
104 amp_debug(MOD_STR, "ota version:%s is coming, if OTA upgrade or not ?\n", ver); in internal_upgrade_cb()
110 amp_debug(MOD_STR, "internal ota task create failed!"); in internal_upgrade_cb()
113 amp_debug(MOD_STR, "app management center start"); in internal_upgrade_cb()
191 amp_debug(MOD_STR, "upgrade sub module\n"); in ota_install_pyapp()
193 amp_debug(MOD_STR, "store_file:%s, install_file:%s\n", store_file, install_path); in ota_install_pyapp()
212 amp_debug(MOD_STR, "upgrade sub module\n"); in install_pyapp()
214 amp_debug(MOD_STR, "store_file:%s, install_file:%s\n", store_file, install_path); in install_pyapp()
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmodule_mqtt_client.c76 amp_debug(MOD_STR, in mqtt_recv_handler()
86 amp_debug(MOD_STR, "pub, qos: %d, topic: %.*s", in mqtt_recv_handler()
89 amp_debug(MOD_STR, "pub, payload: %.*s", in mqtt_recv_handler()
97 amp_debug(MOD_STR, "puback, packet id: %d", in mqtt_recv_handler()
119 amp_debug(MOD_STR, "AIOT_MQTTEVT_CONNECT"); in mqtt_event_handler()
122 amp_debug(MOD_STR, "js cb ref is: %d", js_cb_ref); in mqtt_event_handler()
138 amp_debug(MOD_STR, "AIOT_MQTTEVT_RECONNECT"); in mqtt_event_handler()
151 amp_debug(MOD_STR, "AIOT_MQTTEVT_DISCONNECT: %s", cause); in mqtt_event_handler()
195 amp_debug(MOD_STR, "aiot_mqtt_init failed"); in mqtt_client_start()
255 amp_debug(MOD_STR, "app mqtt process start"); in mqtt_client_start()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c103 amp_debug(MOD_STR, "AIOT_MQTTEVT_CONNECT"); in mqtt_event_handler()
106 amp_debug(MOD_STR, "js cb ref is: %d", js_cb_ref); in mqtt_event_handler()
121 amp_debug(MOD_STR, "AIOT_MQTTEVT_RECONNECT"); in mqtt_event_handler()
130 amp_debug(MOD_STR, "AIOT_MQTTEVT_DISCONNECT: %s", cause); in mqtt_event_handler()
171 amp_debug(MOD_STR, "aiot_mqtt_init failed"); in mqtt_client_start()
210 amp_debug(MOD_STR, "aiot_mqtt_connect failed: -0x%04X", -res); in mqtt_client_start()
226 amp_debug(MOD_STR, "app mqtt process start"); in mqtt_client_start()
234 amp_debug(MOD_STR, "management mqtt rec task create failed!"); in mqtt_client_start()
239 amp_debug(MOD_STR, "app mqtt rec start"); in mqtt_client_start()
261 amp_debug(MOD_STR, "aiot_mqtt_disconnect failed: -0x%04X", -res); in mqtt_client_stop()
[all …]
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot.c77 amp_debug(MOD_STR, "[key]=%s\n", key); in amp_boot_flash_kv()
83 amp_debug(MOD_STR, "[value]="); in amp_boot_flash_kv()
105 amp_debug(MOD_STR, "\n"); in amp_boot_flash_kv()
110amp_debug(MOD_STR, "begin write kv %s, size %d value 0x%x, 0x%x 0x%x\n", key, num, (uint32_t)(*(ui… in amp_boot_flash_kv()
115 amp_debug(MOD_STR, "write kv [%s] success\n", key); in amp_boot_flash_kv()
123 amp_debug(MOD_STR, "\r\namp boot# "); in amp_boot_cli_menu()
131 amp_debug(MOD_STR, "no command 3 seconds \r\n"); in amp_boot_cli_menu()
136 amp_debug(MOD_STR, "command not supported \r\n"); in amp_boot_cli_menu()
140 amp_debug(MOD_STR, "aos boot finished \r\n"); in amp_boot_cli_menu()
159 amp_debug(MOD_STR, "\r\namp boot# "); in amp_boot_cli_menu()
[all …]
A Damp_boot_ymodem.c160 amp_debug(MOD_STR, "ymodem_data_head_parse\n"); in ymodem_data_head_parse()
171 amp_debug(MOD_STR, "ymodem_recv_bytes head done, buf_len:%d\n", buf_len); in ymodem_data_head_parse()
175 amp_debug(MOD_STR, "header crc error\n"); in ymodem_data_head_parse()
205 amp_debug(MOD_STR, "get file size:%d\n", ymodem_flash_size); in ymodem_data_head_parse()
224 amp_debug(MOD_STR, "ymodem_data_parse\n"); in ymodem_data_parse()
239 amp_debug(MOD_STR, "write data, buf_len:%d\n", buf_len - 4); in ymodem_data_parse()
306 amp_debug(MOD_STR, "Abort\n"); in ymodem_recv_file()
351 amp_debug(MOD_STR, "Please start ymodem ... (press ctrl+c to cancel)\n"); in ymodem_upgrade()
363 amp_debug(MOD_STR, "Recv App Bin OK\n"); in ymodem_upgrade()
365 amp_debug(MOD_STR, "file too big len:0x%08x !!!\n", ymodem_flash_size); in ymodem_upgrade()
[all …]
A Damp_boot_recovery.c53 amp_debug(MOD_STR, "ymodem_appbin_finish"); in ymodem_appbin_finish()
126 amp_debug(MOD_STR, "wrong status mode"); in _amp_status_led_task()
139 amp_debug(MOD_STR, "recovery entry"); in amp_recovery_init()
162 amp_debug(MOD_STR, "gpio status: %d", value); in amp_recovery_init()
169 amp_debug(MOD_STR, "enter to recovery, not to start JS code"); in amp_recovery_init()
190 amp_debug(MOD_STR, "ymodem_upgrade done"); in amp_recovery_entry()
/AliOS-Things-master/components/amp/main/
A Damp_engine.c62 amp_debug(MOD_STR, "find the default file :%s", js_app_file_name); in search_js_app_main_entry()
72 amp_debug(MOD_STR, "find the default file :%s", js_app_file_name); in search_js_app_main_entry()
112 amp_debug(MOD_STR, "find test index %s", js_app_file_name); in search_js_app_main_entry()
124 amp_debug(MOD_STR, "find main index %s", js_app_file_name); in search_js_app_main_entry()
136 amp_debug(MOD_STR, "jse main task start..."); in be_jse_task_main_entrance()
161 amp_debug(MOD_STR, "jsengine_init ok"); in amp_task_main()
166 amp_debug(MOD_STR, "search_js_app_main_entry: %s", filename ? filename : "null"); in amp_task_main()
177 amp_debug(MOD_STR, "jsengine task yield exit!"); in amp_task_main()
193 amp_debug(MOD_STR, "jsengine start..."); in jsengine_main()
200 amp_debug(MOD_STR, "jse_task created"); in jsengine_main()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c170 amp_debug(MOD_STR, "AIOT_MQTTEVT_CONNECT"); in aiot_app_mqtt_event_handler()
178 amp_debug(MOD_STR, "AIOT_MQTTEVT_RECONNECT"); in aiot_app_mqtt_event_handler()
188 amp_debug(MOD_STR, "AIOT_MQTTEVT_DISCONNECT: %s", cause); in aiot_app_mqtt_event_handler()
267 amp_debug(MOD_STR, "aiot_mqtt_init failed"); in aiot_mqtt_client_start()
307 amp_debug(MOD_STR, "aiot_mqtt_connect failed: -0x%04X", -res); in aiot_mqtt_client_start()
318 amp_debug(MOD_STR, "management mqtt process task create failed!"); in aiot_mqtt_client_start()
323 amp_debug(MOD_STR, "app mqtt process start"); in aiot_mqtt_client_start()
331 amp_debug(MOD_STR, "management mqtt rec task create failed!"); in aiot_mqtt_client_start()
336 amp_debug(MOD_STR, "app mqtt rec start"); in aiot_mqtt_client_start()
375 amp_debug(MOD_STR, "aiot_mqtt_disconnect failed: -0x%04X", -res); in aiot_mqtt_client_stop()
[all …]
A Dmodule_aiot_activeinfo.c57 amp_debug(MOD_STR, "ntp service init failed"); in amp_app_devinfo_report()
63 amp_debug(MOD_STR, "devinfo set mqtt handle failed"); in amp_app_devinfo_report()
74 amp_debug(MOD_STR, "malloc msg err"); in amp_app_devinfo_report()
87 amp_debug(MOD_STR, "topic msg generate err"); in amp_app_devinfo_report()
93 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
100 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
107 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
114 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
126 amp_debug(MOD_STR, "das stepping failed"); in amp_app_devinfo_report()
A Dmodule_aiot_gateway.c202 amp_debug(MOD_STR, "%s exit", __func__); in aiot_subdev_packet_dump()
335 amp_debug(MOD_STR, "mqtt client create failed"); in aiot_gateway_connect()
346 amp_debug(MOD_STR, "aiot_subdev_init failed"); in aiot_gateway_connect()
500 amp_debug(MOD_STR, "sub dev malloc failed"); in native_aiot_addTopo()
671 amp_debug(MOD_STR, "native_aiot_login"); in native_aiot_login()
767 amp_debug(MOD_STR, "native_aiot_gateway_close"); in native_aiot_gateway_close()
777 amp_debug(MOD_STR, "aiot stop failed"); in native_aiot_gateway_close()
795 amp_debug(MOD_STR, "native_aiot_publish"); in native_aiot_publish()
840 amp_debug(MOD_STR, "unsubscribe topic: %s", topic); in native_aiot_unsubscribe()
871 amp_debug(MOD_STR, "subscribe topic: %s", topic); in native_aiot_subscribe()
[all …]
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_mqtt.c101 amp_debug(MOD_STR, in pyamp_aiot_app_mqtt_recv_handler()
111 amp_debug(MOD_STR, "pub, qos: %d, topic: %.*s", in pyamp_aiot_app_mqtt_recv_handler()
114 amp_debug(MOD_STR, "pub, payload: %.*s", in pyamp_aiot_app_mqtt_recv_handler()
139 amp_debug(MOD_STR, "puback, packet id: %d", in pyamp_aiot_app_mqtt_recv_handler()
169 amp_debug(MOD_STR, "AIOT_MQTTEVT_CONNECT"); in pyamp_aiot_app_mqtt_event_handler()
178 amp_debug(MOD_STR, "AIOT_MQTTEVT_RECONNECT"); in pyamp_aiot_app_mqtt_event_handler()
192 amp_debug(MOD_STR, "AIOT_MQTTEVT_DISCONNECT: %s", cause); in pyamp_aiot_app_mqtt_event_handler()
296 amp_debug(MOD_STR, "aiot_mqtt_init failed"); in pyamp_aiot_mqtt_client_start()
359 amp_debug(MOD_STR, "app mqtt process start"); in pyamp_aiot_mqtt_client_start()
375 amp_debug(MOD_STR, "app mqtt rec start"); in pyamp_aiot_mqtt_client_start()
[all …]
A Dmodule_aiot_activeinfo.c32 amp_debug(MOD_STR, "ntp service init failed"); in pyamp_amp_app_devinfo_report()
39 amp_debug(MOD_STR, "devinfo set mqtt handle failed"); in pyamp_amp_app_devinfo_report()
50 amp_debug(MOD_STR, "malloc msg err"); in pyamp_amp_app_devinfo_report()
59 amp_debug(MOD_STR, "topic msg generate err"); in pyamp_amp_app_devinfo_report()
66 amp_debug(MOD_STR, "device update info malloc failed"); in pyamp_amp_app_devinfo_report()
74 amp_debug(MOD_STR, "device update info malloc failed"); in pyamp_amp_app_devinfo_report()
83 amp_debug(MOD_STR, "device update info malloc failed"); in pyamp_amp_app_devinfo_report()
92 amp_debug(MOD_STR, "device update info malloc failed"); in pyamp_amp_app_devinfo_report()
106 amp_debug(MOD_STR, "das stepping failed"); in pyamp_amp_app_devinfo_report()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_activeinfo.c32 amp_debug(MOD_STR, "ntp service init failed"); in amp_app_devinfo_report()
38 amp_debug(MOD_STR, "devinfo set mqtt handle failed"); in amp_app_devinfo_report()
49 amp_debug(MOD_STR, "malloc msg err"); in amp_app_devinfo_report()
62 amp_debug(MOD_STR, "topic msg generate err"); in amp_app_devinfo_report()
69 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
77 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
86 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
95 amp_debug(MOD_STR, "device update info malloc failed"); in amp_app_devinfo_report()
109 amp_debug(MOD_STR, "das stepping failed"); in amp_app_devinfo_report()
A Dmodule_aiot_mqtt.c149 amp_debug(MOD_STR, "AIOT_MQTTEVT_CONNECT"); in aiot_app_mqtt_event_handler()
157 amp_debug(MOD_STR, "AIOT_MQTTEVT_RECONNECT"); in aiot_app_mqtt_event_handler()
167 amp_debug(MOD_STR, "AIOT_MQTTEVT_DISCONNECT: %s", cause); in aiot_app_mqtt_event_handler()
247 amp_debug(MOD_STR, "aiot_mqtt_init failed"); in aiot_mqtt_client_start()
286 amp_debug(MOD_STR, "aiot_mqtt_connect failed: -0x%04X", -res); in aiot_mqtt_client_start()
297 amp_debug(MOD_STR, "management mqtt process task create failed!"); in aiot_mqtt_client_start()
302 amp_debug(MOD_STR, "app mqtt process start"); in aiot_mqtt_client_start()
310 amp_debug(MOD_STR, "management mqtt rec task create failed!"); in aiot_mqtt_client_start()
315 amp_debug(MOD_STR, "app mqtt rec start"); in aiot_mqtt_client_start()
348 amp_debug(MOD_STR, "aiot_mqtt_disconnect failed: -0x%04X", -res); in aiot_mqtt_client_stop()
[all …]
/AliOS-Things-master/components/amp/services/amp_utils/
A Damp_utils.c80 amp_debug(MOD_STR, "%s : ", title); in amp_dump()
83 amp_debug(MOD_STR, "| %08X: ", (unsigned int)(i + (long)buff)); in amp_dump()
87 amp_debug(MOD_STR, "%02X", buf[i]); in amp_dump()
91 amp_debug(MOD_STR, " "); in amp_dump()
99 amp_debug(MOD_STR, " "); in amp_dump()
102 amp_debug(MOD_STR, " %s", ascii); in amp_dump()
103 amp_debug(MOD_STR, ""); in amp_dump()
109 amp_debug(MOD_STR, "%s", in amp_dump()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/paybox/
A Dmodule_paybox.c62 amp_debug(MOD_STR, "%s: %s", __func__, s_dn); in __paybox_dn_dynamic_get()
256 amp_debug(MOD_STR, "Paybox server connected"); in native_paybox_sdk_event_handler()
261 amp_debug(MOD_STR, "Paybox server disconnected"); in native_paybox_sdk_event_handler()
271 amp_debug(MOD_STR, "Paybox bind"); in native_paybox_sdk_event_handler()
276 amp_debug(MOD_STR, "Paybox unbind"); in native_paybox_sdk_event_handler()
304 amp_debug(MOD_STR, "Paybox key"); in native_paybox_event_handler()
308 amp_debug(MOD_STR, "Paybox time sync"); in native_paybox_event_handler()
313 amp_debug(MOD_STR, "Paybox network"); in native_paybox_event_handler()
319 amp_debug(MOD_STR, "Paybox idle"); in native_paybox_event_handler()
326 amp_debug(MOD_STR, "Paybox key long press"); in native_paybox_event_handler()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c84 amp_debug(MOD_STR, "base: %s, ret: %d\n", base, ret); in resolve_path()
127 amp_debug(MOD_STR, "item_main: %p\n", item_main); in resolve_path()
189 amp_debug(MOD_STR, "find libjs entry: %s", module_id); in cb_load_module()
198 amp_debug(MOD_STR, "file: %s, size: %d\n", filename, len); in cb_load_module()
232 amp_debug(MOD_STR, "module_initjs_register"); in module_initjs_register()
416 amp_debug(MOD_STR, "%s\r\n", arg_msg); in duk_debug_write_cb()
420 amp_debug(MOD_STR, "duktape jsengine_init\r\n"); in jsengine_init()
435 amp_debug(MOD_STR, "duktape be_module_node_init\r\n"); in jsengine_init()
536 amp_debug(MOD_STR, "jsengine_eval_file entry"); in jsengine_eval_file()
539 amp_debug(MOD_STR, "%s %s", "eval file: ", filename); in jsengine_eval_file()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dmodule_bt_host.c58 amp_debug(MOD_STR, "%s: init ret = %d", __func__, ret); in native_bt_host_init()
74 amp_debug(MOD_STR, "%s enter", __func__); in native_bt_host_start_adv()
133 amp_debug(MOD_STR, "%s enter", __func__); in native_bt_host_start_scan()
185 amp_debug(MOD_STR, "%s enter", __func__); in native_bt_host_add_service()
209 amp_debug(MOD_STR, "[%s] service_cfg: %s", __func__, service_cfg); in native_bt_host_add_service()
343 amp_debug(MOD_STR, "+++[%s][%d]+++", __func__, __LINE__); in native_bt_host_gatts_handle_write()
346 amp_debug(MOD_STR, "+++[%s][%d]+++", __func__, __LINE__); in native_bt_host_gatts_handle_write()
348 amp_debug(MOD_STR, "+++[%s][%d]+++", __func__, __LINE__); in native_bt_host_gatts_handle_write()
354 amp_debug(MOD_STR, "+++[%s][%d]+++", __func__, __LINE__); in native_bt_host_gatts_handle_write()
358 amp_debug(MOD_STR, "+++[%s][%d]+++", __func__, __LINE__); in native_bt_host_gatts_handle_write()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/oss/
A Dmodule_oss.c71 amp_debug(MOD_STR, "endPoint = %s;\n", task_param.endPoint); in native_oss_upload_file()
72 amp_debug(MOD_STR, "bucketName = %s;\n", task_param.bucketName); in native_oss_upload_file()
73 amp_debug(MOD_STR, "objectName = %s;\n", task_param.objectName); in native_oss_upload_file()
74 amp_debug(MOD_STR, "filePath = %s;\n", task_param.filePath); in native_oss_upload_file()
115 amp_debug(MOD_STR, "endPoint = %s;\n", task_param.endPoint); in native_oss_download_file()
116 amp_debug(MOD_STR, "bucketName = %s;\n", task_param.bucketName); in native_oss_download_file()
117 amp_debug(MOD_STR, "objectName = %s;\n", task_param.objectName); in native_oss_download_file()
118 amp_debug(MOD_STR, "filePath = %s;\n", task_param.filePath); in native_oss_download_file()
173 amp_debug(MOD_STR, "module_oss_register"); in module_oss_register()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/ui/
A Dapp_entry.c45 amp_debug(MOD_STR, "find app#globalData()"); in native_app_entry()
52 amp_debug(MOD_STR, "find app#onLaunch()"); in native_app_entry()
59 amp_debug(MOD_STR, "find app#onError()"); in native_app_entry()
66 amp_debug(MOD_STR, "find app#onExit()"); in native_app_entry()
103 amp_debug(MOD_STR, "module_app_entry_register"); in app_entry_register()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c222 amp_debug(MOD_STR, "task_http_request_func url: %s", url); in task_http_request_func()
224 amp_debug(MOD_STR, "task_http_request_func timeout: %d", timeout); in task_http_request_func()
314 amp_debug(MOD_STR, "request url is invalid"); in native_http_download()
319 amp_debug(MOD_STR, "url: %s", http_param->url); in native_http_download()
324 amp_debug(MOD_STR, "filepath is invalid"); in native_http_download()
329 amp_debug(MOD_STR, "filepath: %s", http_param->filepath); in native_http_download()
400 amp_debug(MOD_STR, "request url is invalid"); in native_http_request()
497 amp_debug(MOD_STR, "%s: params not contained", __func__); in native_http_request()
500 amp_debug(MOD_STR, "url: %s", http_param->url); in native_http_request()
501 amp_debug(MOD_STR, "method: %d", http_param->method); in native_http_request()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c222 amp_debug(MOD_STR, "task_http_request_func url: %s", url); in task_http_request_func()
224 amp_debug(MOD_STR, "task_http_request_func timeout: %d", timeout); in task_http_request_func()
305 amp_debug(MOD_STR, "request url is invalid"); in native_http_download()
310 amp_debug(MOD_STR, "url: %s", http_param->url); in native_http_download()
316 amp_debug(MOD_STR, "filepath is invalid"); in native_http_download()
321 amp_debug(MOD_STR, "filepath: %s", http_param->filepath); in native_http_download()
396 amp_debug(MOD_STR, "request url is invalid"); in native_http_request()
492 amp_debug(MOD_STR, "%s: params not contained", __func__); in native_http_request()
495 amp_debug(MOD_STR, "url: %s", http_param->url); in native_http_request()
496 amp_debug(MOD_STR, "method: %d", http_param->method); in native_http_request()
[all …]
/AliOS-Things-master/components/amp/services/app_mgr/
A Dapp_upgrade.c91 amp_debug(MOD_STR, "get store file path:%s\n", path_buf); in ota_get_js_install_path()
164 amp_debug(MOD_STR, "download start upg_flag:0x%x\n", ota_param.upg_flag); in ota_service_maindev_fs_start()
170 amp_debug(MOD_STR, "file_path = %s\rn", module_info.store_path); in ota_service_maindev_fs_start()
178 amp_debug(MOD_STR, "Download complete, rebooting ret:%d.\n", ret); in ota_service_maindev_fs_start()
229 amp_debug(MOD_STR, "file_path = %s\rn", module_info.store_path); in internal_module_upgrade_start()
281 amp_debug(MOD_STR, "module download success!"); in internal_module_upgrade_start()
308 amp_debug(MOD_STR, "ota version:%s is coming, if OTA upgrade or not ?\n", ver); in internal_upgrade_cb()
313 amp_debug(MOD_STR, "internal ota task create failed!"); in internal_upgrade_cb()
316 amp_debug(MOD_STR, "app management center start"); in internal_upgrade_cb()
331 amp_debug(MOD_STR, "internal ota task create failed!"); in internal_upgrade_cb()
[all …]
A Dapp_mgr.c183 amp_debug(MOD_STR, "jspacksize = %d size=%d ", jspacksize, size); in apppack_update()
560 amp_debug(MOD_STR, "file recv done: %d", nbytes); in apppack_download()
572 amp_debug(MOD_STR, "DOWNLOAD_END, sockfd: %d ", sockfd); in apppack_download()
575 amp_debug(MOD_STR, "http_buffer free :%p", http_buffer); in apppack_download()
577 amp_debug(MOD_STR, "http_buffer free done"); in apppack_download()
596 amp_debug(MOD_STR, "app_mgr_open_file %s", filename); in write_app_pack()
637 amp_debug(MOD_STR, "[APPENGINE.D] appengine will restart ..."); in be_jse_task_restart_entrance()
657 amp_debug(MOD_STR, "apppack_download done:%d", ret); in download_work()
678 amp_debug(MOD_STR, "amp restart task will create"); in download_work()
694 amp_debug(MOD_STR, "amp restart task will create"); in app_js_restart()
[all …]

Completed in 53 milliseconds

12345