mirror of
https://gitee.com/openharmony/hiviewdfx_hitrace
synced 2024-11-23 15:59:51 +00:00
user版本去掉debugfs挂载
Signed-off-by: shanghuanni <shanghuanni1@huawei.com>
This commit is contained in:
parent
3c9a5606da
commit
b474b23149
@ -73,7 +73,7 @@ ohos_executable("bytrace") {
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("hitrace.cfg") {
|
||||
if (build_variant == "user") {
|
||||
if (build_variant == "root") {
|
||||
source = "./config/hitrace_userdebug.cfg"
|
||||
} else {
|
||||
source = "./config/hitrace_user.cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user