Go to file
zhongning5@huawei.com 356d474649 support croup pids
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2024-02-22 13:58:46 +08:00
.gitee Bugfix: app short process name copy from right to left 2023-04-08 21:47:04 +08:00
adapter support croup pids 2024-02-22 13:58:46 +08:00
common fix AppSpawn_ut testcases unavailable 2023-12-13 17:31:45 +08:00
etc fix bug 2024-01-15 10:29:56 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits revert gwp_asan 2023-12-15 12:36:51 +08:00
lite fix_comp_none 2023-11-06 10:42:53 +00:00
standard support croup pids 2024-02-22 13:58:46 +08:00
test support croup pids 2024-02-22 13:58:46 +08:00
util fix open dlp file failure 2024-01-27 09:59:21 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json pid namespace enable 2024-01-11 10:57:35 +08:00
appdata-sandbox-asan.json build appdata sandbox 2023-05-06 14:47:48 +08:00
appdata-sandbox.json fix:share dir can not get self uid 2024-01-18 13:49:56 +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 support croup pids 2024-02-22 13:58:46 +08:00
bundle.json update bundle.json. 同步依赖报错修改 2023-12-07 01:47:13 +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