fix render process gdb debug

Signed-off-by: lvjunmao <lvjunmao@huawei.com>
Change-Id: I4ee148a8c4ea89f16c87b4172cb26ecdfcdf5ec4
This commit is contained in:
lvjunmao 2022-12-29 19:29:55 +08:00
parent 2c30b4eb7d
commit 7b1a2ea9db
2 changed files with 20 additions and 0 deletions

View File

@ -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" : [ {

View File

@ -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" : [ {