Go to file
openharmony_ci 8c79d29470
!947 Native软件包管理打包功能代码
Merge pull request !947 from 郭桦炜/master
2024-03-14 14:03:05 +00: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 modify appspawn timeout and hilog fmt 2024-03-06 10:44:27 +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 !947 Native软件包管理打包功能代码 2024-03-14 14:03:05 +00:00
lite fix_comp_none 2023-11-06 10:42:53 +00:00
service/hnp Native软件包管理打包功能代码 2024-03-13 01:31:16 +00:00
standard modify appspawn timeout 2024-03-06 16:49:32 +08:00
test !942 set env info transferred from ams for app 2024-02-29 08:12:10 +00:00
util modify appspawn timeout 2024-03-06 16:49:32 +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 fix asan build error 2024-03-01 11:23:36 +08:00
appdata-sandbox.json !944 给ACCESS_PROTOCOL_DFX_DATA权限增加gid配置 2024-03-14 13:02:38 +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 !947 Native软件包管理打包功能代码 2024-03-14 14:03:05 +00:00
bundle.json !947 Native软件包管理打包功能代码 2024-03-14 14:03:05 +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