Go to file
openharmony_ci 2d9cb7b09b
!627 支持配置CheckExit特性且默认开启
Merge pull request !627 from Caoruihong/add_param_switch_for_checkexit
2023-05-11 13:50:16 +00:00
.gitee Bugfix: app short process name copy from right to left 2023-04-08 21:47:04 +08:00
adapter !620 需求:支持app沙盒可配置 2023-05-10 05:28:59 +00:00
common feat: add param switch for checkexit and default check exit 2023-05-11 16:49:56 +08:00
etc build appdata sandbox 2023-05-06 14:47:48 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits native process 2023-05-05 09:17:50 +08:00
lite Description: change repo path for lite graphic 2023-05-10 14:48:28 +08:00
standard adapt 32bit verion with 64bit kernel 2023-05-09 18:51:11 +08:00
test !615 轻量图形部件化修改仓名 2023-05-10 11:49:20 +00:00
util add sandbox cfg expansion 2023-05-09 10:00:37 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json build appdata sandbox 2023-05-06 14:47:48 +08:00
appdata-sandbox-asan.json build appdata sandbox 2023-05-06 14:47:48 +08:00
appdata-sandbox.json medialibrary get cloud_merge_view as local 2023-05-10 16:57:40 +08:00
appspawn_preload.json preload res 2023-04-26 10:36:29 +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 add sandbox cfg expansion 2023-05-09 10:00:37 +08:00
bundle.json Revert "!605 回退 'Pull Request !595 : 确保应用走快速退出避免普通退出可能造成的多线程crash问题'" 2023-04-12 21:40:08 +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