Go to file
MapleStory 5ee09f23d5 add detailed log for debugging app unexpectedly exit issues
Signed-off-by: MapleStory <zengzhi5@huawei.com>
2022-05-12 23:33:35 +08:00
adapter add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00
common appspawn归一化 2022-04-27 09:23:43 +08:00
figures update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
interfaces/innerkits fix chmod nwebspawn error path 2022-05-05 19:08:22 +08:00
lite update kv_store path 2022-05-09 10:20:19 +08:00
standard add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00
test update kv_store path 2022-05-09 10:20:19 +08:00
util fix:补充mkdir 2022-04-29 12:54:36 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox.json 解决某些设备由于根目录文件不一致原因,导致无法进入桌面的问题 2022-05-05 20:04:04 +08:00
appspawn.cfg add secon cfg 2022-05-06 12:55:54 +08:00
appspawn.gni add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00
bundle.json add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg add secon cfg 2022-05-06 12:55:54 +08:00
OAT.xml update OAT.xml. 2022-05-05 12:20:38 +00:00
README_zh.md fix: inner source issue 2022-03-29 11:53:13 +08:00
README.md fix: inner source issue 2022-03-29 11:53:13 +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_standard
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn_standard