Go to file
openharmony_ci 8be041cd5e
!1716 appspawn client端读取socket失败时增加重试机制
Merge pull request !1716 from nianyuu/master
2024-11-22 07:40:14 +00:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
common sync appspawn code 2024-11-09 10:42:07 +08:00
etc add package name gids 2024-09-26 17:49:53 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits Add retry when reading from a socketfd 2024-11-21 21:42:30 +08:00
lite !1271 部件feature整改 2024-08-13 14:02:28 +00:00
modules add appdate mount in new sandbox 2024-11-19 11:01:06 +08:00
service 避免发送消息导致失败未打印 2024-11-16 17:42:57 +08:00
standard Add retry when reading from a socketfd 2024-11-21 21:42:30 +08:00
test Appspawn Fuzz用例告警修改 2024-11-21 20:22:13 +08:00
util add appdate mount in new sandbox 2024-11-19 11:01:06 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json 支持gpu进程单独配置挂载点 2024-11-13 14:43:14 +08:00
appdata-sandbox-app.json !1712 安装IO优化 2024-11-21 13:36:07 +00:00
appdata-sandbox-asan.json add nweb asan lib 2024-07-20 10:59:23 +08:00
appdata-sandbox-isolated-new.json add package name gids 2024-09-26 17:49:53 +08:00
appdata-sandbox-isolated.json codecheck修复+挂载修复 2024-08-20 15:31:33 +08:00
appdata-sandbox-nweb.json sync arkweb remount code to newsandbox 2024-09-24 19:12:44 +08:00
appdata-sandbox.json 挂载app_install目录 2024-11-21 15:52:37 +08:00
appspawn_preload.json 清理预加载arkui相关模块 2024-11-05 21:45:02 +08:00
appspawn.cfg add cfg item 2024-10-17 07:09:47 +00:00
appspawn.gni add prefork feature 2024-10-22 11:06:42 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn Merge branch 'master' of gitee.com:openharmony/startup_appspawn into feature/deviceDebug 2024-10-22 06:32:48 +00:00
bundle.json add feature 2024-10-31 09:25:49 +08:00
cjappspawn.cfg add setuid 2024-10-26 15:23:56 +08:00
CODEOWNERS add codeowner 2024-11-09 11:40:29 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nativespawn.cfg add setuid 2024-10-26 15:23:56 +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