Go to file
openharmony_ci 345ec9aa36
!591 FIX:修改编译告警
Merge pull request !591 from cheng_jinsong/0403_warn
2023-04-04 02:53:18 +00:00
adapter !557 修改接口入参 2023-03-27 03:36:29 +00:00
common bugfix read message error : 11 2023-03-31 14:05:41 +08:00
etc feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits bugfix read message error : 11 2023-03-31 14:05:41 +08:00
lite appspawn add ut 2022-11-08 14:10:23 +08:00
standard 修改编译告警 2023-04-03 14:50:54 +08:00
test 适配参数接口 2023-03-24 10:35:02 +08:00
util !557 修改接口入参 2023-03-27 03:36:29 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json Render sandbox switch is not enabled and this switch is not needed. Because when a app enabled sandbox, its render need enable sandbox too. 2023-03-01 09:53:20 +08:00
appdata-sandbox.json Render sandbox switch is not enabled and this switch is not needed. Because when a app enabled sandbox, its render need enable sandbox too. 2023-03-01 09:53:20 +08:00
appspawn.cfg Fix: 修改包名显示不全问题 2022-10-11 13:51:50 +08:00
appspawn.gni aafwk->ability_runtime 2022-06-29 08:58:17 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
asan.options delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
BUILD.gn appspawn support IDE SetasanEnabledEnv 2023-02-24 20:17:01 +08:00
bundle.json change utils path 2022-07-29 16:38:53 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg nwebspawn remove root 2023-03-16 14:15:45 +08:00
OAT.xml delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
product-sandbox.json 在应用沙箱配置文件中引入文件系统的挂载项 2022-05-21 18:03:25 +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
sandbox-config.json feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +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