修改 tostring导致异常
This commit is contained in:
parent
70423d9756
commit
ea82c50d79
@ -53,7 +53,7 @@ public class CommonUtil {
|
|||||||
@Override
|
@Override
|
||||||
public void success(Object result) {
|
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
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user