#381·walle

extraInfo 内容太大,写入渠道会抛出异常

Author: droplet-jsCreated Mar 29, 2024Updated Mar 29, 2024
groovy
def extraInfo = [:]
extraInfo.putAll([
         '__oss__': 'abcdefghijklmn/abcdefghijklmn-usersharing.apk', // extraInfo 内容不宜太大
 ])
println extraInfo
com.meituan.android.walle.ChannelWriter.put(channelApkFile, channel.channelId, extraInfo)
bash
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:assembleRelease'.
> java.lang.StackOverflowError (no error message)