feat(obj): add obj_id, class names, and dump support (#4536)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-09-25 16:58:36 +08:00
committed by GitHub
parent 87d323f240
commit 27357d5139
61 changed files with 499 additions and 74 deletions

View File

@@ -310,6 +310,10 @@ void lv_deinit(void)
#if LV_USE_LOG
lv_log_register_print_cb(NULL);
#endif
#if LV_USE_OBJ_ID_BUILTIN
lv_objid_builtin_destroy();
#endif
}
#endif