Go to file
liveery 82f3e87237 fix:add CODEOWNERS
Feature or Bugfix:Bugfix
Binary Source: No

Signed-off-by: liveery <liangming712@huawei.com>
2024-03-22 01:07:52 +00:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter support croup pids 2024-02-22 13:58:46 +08:00
common fix AppSpawn_ut 2024-03-19 16:34:08 +08:00
etc enable pid ns sandbox 2024-02-27 19:49:53 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces !971 support nwebspawn asan 2024-03-18 07:18:12 +00:00
lite fix_comp_none 2023-11-06 10:42:53 +00:00
service/hnp upload hnp ut test 2024-03-15 06:31:59 +00:00
standard !971 support nwebspawn asan 2024-03-18 07:18:12 +00:00
test !972 Native软件包管理ut测试码上传&黑盒测试发现问题修复 2024-03-18 04:43:37 +00:00
util revert pid namespace 2024-03-18 11:30:47 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json enable appdata sandbox 2024-03-16 10:51:06 +08:00
appdata-sandbox-asan.json fix asan build error 2024-03-01 11:23:36 +08:00
appdata-sandbox.json !984 add sandbox dir 2024-03-21 11:35:06 +00:00
appspawn_preload.json appspawn预加载常驻进程的共有so 2023-05-30 14:06:54 +08:00
appspawn.cfg support croup pids 2024-02-22 13:58:46 +08:00
appspawn.gni Merge branch 'master' of gitee.com:openharmony/startup_appspawn into cloneappspawn 2023-05-11 19:26:46 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn update BUILD.gn 2024-03-19 07:49:30 +00:00
bundle.json update BUILD.gn 2024-03-19 07:49:30 +00: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