INNER CODE UNIT · Java
setChannelNum
Tencent/VasDolly · command/src/main/java/com/tencent/vasdolly/command/ThreadManager.java:106
private void setChannelNum(int channelNum) {
this.mChannelSuccessList.clear();
this.mChannelNum = channelNum;
this.mChannelSuccessNum = new AtomicInteger(0);
this.mChannelountDownLatch = new CountDownLatch(channelNum);
}
class ChanndelRunnable implements Runnable {
File mBaseApk;
File mDestFile;
String mChannel;
boolean mIsFastMode;
public ChanndelRunnable(File baseFile, File destfile, String channel, boolean isFastMode) {
this.mBaseApk = baseFile;
this.mDestFile = destfile;
this.mChannel = channel;