From ea82c50d79ab9f7512bc33404b64832af3dea425 Mon Sep 17 00:00:00 2001 From: cpdl Date: Fri, 6 Dec 2024 11:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20tostring=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java b/android/src/main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java index 8602511..a7cb2fe 100644 --- a/android/src/main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java +++ b/android/src/main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java @@ -53,7 +53,7 @@ public class CommonUtil { @Override public void success(Object result) { // 处理成功返回值 - Log.i("F-OpenIMSDK(native call flutter)", "Method " + method + " returned: " + result.toString()); + Log.i("F-OpenIMSDK(native call flutter)", "Method " + method + " returned: "); } @Override