Go to file
z00500798 19960cbf47 Description:pac adaption
Feature or Bugfix:Bugfix
Binary Source: No
Signed-off-by: zl_zl <zhenglei28@huawei.com>
2024-09-09 17:50:51 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
common fix:finish trace after fork 2024-08-29 08:11:47 +00:00
etc 去掉不需要的宏 2024-08-20 00:18:00 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits Description:pac adaption 2024-09-09 17:50:51 +08:00
lite !1271 部件feature整改 2024-08-13 14:02:28 +00:00
modules !1433 Revise according to the review comments 2024-09-07 03:02:17 +00:00
service/hnp 新增测试用例看护 2024-09-02 11:18:05 +08:00
standard fix: modify waitpid wait all child process 2024-09-08 07:16:23 +00:00
test !1427 hnp获取相对路径存在公共前缀的bug,更正nativespawn权限,降为660,与黄区主干一致 2024-09-03 02:23:46 +00:00
util hwasan and ubsan 2024-08-16 15:08:47 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json 新增/chip_prod/lib64/passthrough目录 2024-08-05 15:21:39 +08:00
appdata-sandbox-app.json !1365 新建bbox系统应用挂载路径权限 2024-09-07 03:01:47 +00:00
appdata-sandbox-asan.json add nweb asan lib 2024-07-20 10:59:23 +08:00
appdata-sandbox-isolated.json codecheck修复+挂载修复 2024-08-20 15:31:33 +08:00
appdata-sandbox-nweb.json sync mount points to newsandbox 2024-08-19 09:56:42 +08:00
appdata-sandbox.json !1365 新建bbox系统应用挂载路径权限 2024-09-07 03:01:47 +00:00
appspawn_preload.json appspawn预加载so包网络功能异常去除 2024-06-07 09:29:53 +08:00
appspawn.cfg nativespawn需按需启动 2024-08-23 00:46:05 +08:00
appspawn.gni nativespawn需按需启动 2024-08-23 00:46:05 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn nativespawn内存优化 2024-08-30 10:45:22 +08:00
bundle.json nativespawn需按需启动 2024-08-23 00:46:05 +08:00
cjappspawn.cfg feature cjappspawn to fork cangjie application processes. 2024-05-14 16:21:23 +08:00
CODEOWNERS add code owner 2024-05-23 22:32:13 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nativespawn.cfg 新增测试用例看护 2024-09-02 11:18:05 +08:00
OAT.xml Description:Code optimization 2024-06-06 18:58:06 +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