mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-12-02 12:27:28 +00:00
fix render process gdb debug
Signed-off-by: lvjunmao <lvjunmao@huawei.com> Change-Id: I4ee148a8c4ea89f16c87b4172cb26ecdfcdf5ec4
This commit is contained in:
parent
2c30b4eb7d
commit
7b1a2ea9db
@ -391,6 +391,16 @@
|
||||
"sandbox-path" : "/system/app/com.ohos.nweb",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/vendor/lib",
|
||||
"sandbox-path" : "/vendor/lib",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
||||
"sandbox-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
],
|
||||
"symbol-links" : [ {
|
||||
|
@ -405,6 +405,16 @@
|
||||
"sandbox-path" : "/system/app/com.ohos.nweb",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/vendor/lib64",
|
||||
"sandbox-path" : "/vendor/lib64",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
||||
"sandbox-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
],
|
||||
"symbol-links" : [ {
|
||||
|
Loading…
Reference in New Issue
Block a user