Go to file
zhongning5 ea342b99a6 fx bug for asan
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2024-04-20 17:57:17 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter 修改AppSpawnMsgType枚举顺序 2024-04-12 14:59:44 +08:00
common 插件化全部使能 2024-04-13 18:58:15 +08:00
etc 插件化全部使能 2024-04-13 18:58:15 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces !1021 native包支持opt参数输入,打包新增json配置文件 2024-04-16 13:41:59 +00:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules fx bug for asan 2024-04-20 17:57:17 +08:00
service/hnp !1021 native包支持opt参数输入,打包新增json配置文件 2024-04-16 13:41:59 +00:00
standard fx bug for asan 2024-04-20 17:57:17 +08:00
test !1021 native包支持opt参数输入,打包新增json配置文件 2024-04-16 13:41:59 +00:00
util fx bug for asan 2024-04-20 17:57:17 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json Normalization rectification of sandbox model 2024-03-21 21:34:31 +08:00
appdata-sandbox-app.json add shader dir 2024-04-17 11:19:04 +08:00
appdata-sandbox-asan.json fix asan build error 2024-03-01 11:23:36 +08:00
appdata-sandbox-nweb.json 插件化全部使能 2024-04-13 18:58:15 +08:00
appdata-sandbox.json !1047 add shader dir 2024-04-18 09:13:29 +00:00
appspawn_preload.json appspawn预加载常驻进程的共有so 2023-05-30 14:06:54 +08:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn 插件化全部使能 2024-04-13 18:58:15 +08:00
bundle.json add appspawn sandbox and test code 2024-04-10 17:33:13 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
README_zh.md update README_zh.md. 2022-10-14 06:23:39 +00:00
README.md move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
startup_events.yaml add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn