From 5f825f2faea2fc9af05b33cde4da6a9ca97bb1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E8=AF=AD=E8=A1=8C?= Date: Fri, 8 Aug 2025 11:30:39 +0800 Subject: [PATCH] "Add interop Debug option" Change-Id: Id6a2af40f0cb839bb630d4ac5ea25356479e542e --- services/etc/param/ohos_const/ohos.para | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/etc/param/ohos_const/ohos.para b/services/etc/param/ohos_const/ohos.para index 2316200a4..518527125 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -15,4 +15,5 @@ const.ohos.releasetype=Beta1 const.ohos.apiversion=20 const.ohos.apiminorversion=0 const.ohos.apipatchversion=0 -const.ohos.fullname=OpenHarmony-6.0.8.5 \ No newline at end of file +const.ohos.fullname=OpenHarmony-6.0.8.5 +debug.interop.trace=false \ No newline at end of file -- Gitee