740921760

020-09-07 10:40:36.224 21250-21250/? W/adbd: timeout expired while flushing socket, closing 2020-09-07 10:40:36.359 31252-31252/? D/i: onMethodCall openClient, args:{r=false, clientId=Tom, signRegistry={sessionOpen=false, conversation=false}} 2020-09-07 10:40:36.359 31252-31252/? D/g: openClient... …

openjdk version "1.8.0_242-release" ,测试机用debug包没问题,网络肯定没问题

AVIMClient client = StringUtil.isEmpty(tag) ? AVIMClient.getInstance(clientId) : AVIMClient.getInstance(clientId, tag); client.open(openOption, new AVIMClientCallback() { @Override public void done(AVIMClient client, AVIMException e) { Log.d(TAG, "client open result: " + Common.wrapClient(client)); …

我定位到test1这个地方了,再里面没跟踪

没有做,新初始化的项目 buildTypes { release { // minifyEnabled false // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. //signingConfig signingConfigs.debug signingConfig signingConfigs.release } }

def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRo…