修改 tostring导致异常

main 0.0.6
cpdl 4 months ago
parent 70423d9756
commit ea82c50d79
  1. 2
      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

Loading…
Cancel
Save